mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
When running queries like 'SHOW [...] CARDINALITY' introduced with InfluxDB 1.4 there is only a single column 'count'. However, the data source always assumed 'time' which threw an error because the code couldn't find a non-time column to display. This change actually checks this assumption and thereby fixes displaying the result in a Singlestat in Table mode (closes #11476). |
||
---|---|---|
.. | ||
app/testdata | ||
datasource | ||
panel | ||
sdk.ts |