You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
When a visualization has a high amount of text values on a certain axis, the text overlays all other text, instead of only showing visible/readable text values based on the allotted space in the specific panel.
As an example for comparison, when using the same query in Azure Data Explorer, no matter the amount of records returned, ADX will only return text that is allowed by the currently allotted widget/panel size.
Is the only “fix” for this to limit the returned results, or expand the panel?
What you expected to happen:
When the space used by values returned on an axis are higher than allowed by the panel spacing, the text should be limited such that is remains readable while only showing a partial list of labels/names/text values/etc. (values which would still be visible in a tabular or tooltip view).
How to reproduce it (as minimally and precisely as possible):
Write a query to returns a high amount of unique values for a bar chart
Expand the timespan search as needed to increase the amount of records returned
Notice that the text overlays other text making it difficult or impossible to read
Screenshots
Examples from the same widget/query in ADX compared to the behavior in Grafana:
Example from Grafana
Example from ADX
Anything else we need to know?:
Environment:
Grafana version: 10.4.11
Plugin version: Azure Data Explorer Datasource v5.0.5
OS Grafana is installed on:
User OS & Browser: Mac Sequoia 15.1.1 / Chrome 131.0.6778.86
Others:
The text was updated successfully, but these errors were encountered:
What happened:
When a visualization has a high amount of text values on a certain axis, the text overlays all other text, instead of only showing visible/readable text values based on the allotted space in the specific panel.
As an example for comparison, when using the same query in Azure Data Explorer, no matter the amount of records returned, ADX will only return text that is allowed by the currently allotted widget/panel size.
Is the only “fix” for this to limit the returned results, or expand the panel?
What you expected to happen:
When the space used by values returned on an axis are higher than allowed by the panel spacing, the text should be limited such that is remains readable while only showing a partial list of labels/names/text values/etc. (values which would still be visible in a tabular or tooltip view).
How to reproduce it (as minimally and precisely as possible):
Screenshots
Examples from the same widget/query in ADX compared to the behavior in Grafana:
Example from Grafana
Example from ADX
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: