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

Insight Editor Issue #215

Closed DanielStormApps closed 1 year ago

DanielStormApps commented 1 year ago

Insight ID: 207F8BAC-80B3-4209-885B-AEFCE917470E

Summary:

Environment:

Generated query:

{
  "aggregations": [
    {
      "fieldName": "clientUser",
      "name": "count",
      "type": "thetaSketch"
    }
  ],
  "appID": "my_awesome_app_id",
  "baseFilters": "thisApp",
  "dataSource": "telemetry-signals",
  "dimension": {
    "dimension": "locale",
    "outputName": "locale",
    "type": "default"
  },
  "granularity": "month",
  "metric": {
    "metric": "count",
    "type": "numeric"
  },
  "queryType": "topN",
  "threshold": 200
}
pie chart locale issue
winsmith commented 1 year ago

Thanks for the issue! This is a new feature: you set your granularity to "month" so, we're choosing a representation that can show you the monthly breakdown of locales. Set the granularity to "all" to get a pie chart

winsmith commented 1 year ago

I believe this was a custom query prior to the latest update.

I'll have a look in the database, maybe there's a display bug there.

DanielStormApps commented 1 year ago

Thanks for the issue! This is a new feature: you set your granularity to "month" so, we're choosing a representation that can show you the monthly breakdown of locales. Set the granularity to "all" to get a pie chart

That did the trick. Thank you!

winsmith commented 1 year ago

I did check out the insight in the DB and didn't find anything weird going on –– I'll keep an eye on it if this problem comes up again.

If you want to convert the insight to a custom query again, it should be fine to just click the respective button again.