TelemetryDeck / Issues

When something is wrong in TelemetryDeck-Land, or if you have a cool idea how to make things better, this is the place to create an Issue.
https://telemetrydeck.com
36 stars 0 forks source link

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

Open mpdifran opened 6 months ago

mpdifran commented 6 months ago

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
winsmith commented 6 months ago

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

mpdifran commented 6 months ago

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