Issues icon indicating copy to clipboard operation
Issues copied to clipboard

When chart shows a value that is -infinity, remainder of chart is unreadable.

Open mpdifran opened this issue 1 year ago • 2 comments

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.

Screenshot 2024-02-29 at 7 09 33 PM

mpdifran avatar Mar 01 '24 00:03 mpdifran

Huh! Can you share the query please? Or the insight ID if you don't want to share the query publicly?

winsmith avatar Mar 08 '24 09:03 winsmith

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"
}

mpdifran avatar Mar 09 '24 13:03 mpdifran