Issues
Issues copied to clipboard
When chart shows a value that is -infinity, remainder of chart is unreadable.
I have a chart where early values are -infinity. The remainder of the chart doesn't display the bars correctly though. All the bars in this screenshot are different values.
Huh! Can you share the query please? Or the insight ID if you don't want to share the query publicly?
Here it is!
{
"aggregations": [
{
"fieldName": "floatValue",
"name": "Max",
"type": "doubleMax"
}
],
"appID": "XXXX-XXX-XXX-XXXX",
"baseFilters": "thisApp",
"filter": {
"fields": [
{
"dimension": "appID",
"type": "selector",
"value": "XXXX-XXX-XXX-XXXX"
},
{
"dimension": "type",
"type": "selector",
"value": "Exported to Files"
}
],
"type": "and"
},
"granularity": "week",
"queryType": "timeseries"
}