Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axis values overlapping each other #1110

Open
lanigit opened this issue Dec 4, 2024 · 0 comments
Open

Axis values overlapping each other #1110

lanigit opened this issue Dec 4, 2024 · 0 comments
Labels
datasource/ADX type/bug Something isn't working

Comments

@lanigit
Copy link

lanigit commented Dec 4, 2024

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):

  1. Write a query to returns a high amount of unique values for a bar chart
  2. Expand the timespan search as needed to increase the amount of records returned
  3. 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
Image

Example from ADX
Image

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:
@lanigit lanigit added datasource/ADX type/bug Something isn't working labels Dec 4, 2024
@lanigit lanigit changed the title Axis values overlaying each other Axis values overlapping each other Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ADX type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant