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

Null Values break various Charts #331

Closed zakray closed 7 months ago

zakray commented 8 months ago

I'm having an issue while editing an insiqht.

Insight ID: EE1CAE4C-C7A4-4C3D-B00C-8BF8E3A3440E

Hi! I'm not sure why it's saying the data is in the wrong format, nothing's changed on my end.

winsmith commented 7 months ago

This looks like the result of a server change where the server is returning slightly different data. Thanks a lot for reporting!

For posterity, example query:

{
  "filter": {
    "type": "or",
    "fields": [
      {
        "type": "selector",
        "value": "request-load",
        "dimension": "type"
      },
      {
        "type": "selector",
        "value": "calculation-successful",
        "dimension": "type"
      }
    ]
  },
  "queryType": "timeseries",
  "granularity": "month"
}

Errors occur in these display modes:

winsmith commented 7 months ago

I've deployed a fix and things should work again. Could you double check and confirm please?