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
This just started happening recently - data points on gauge charts started to overlap. Not sure of a timeframe of when this started happening, but just noticed it today.
See image above. A user cannot read the actual data represented (the number).
This looks like something that may be caused by a recent commit to fix how empty data labels on gauge charts are drawn.
Steps to check or reproduce
From what I have seen, any gauge type where data labels can overlap will do this
But here is a sample of the code, in case that link doesn't work.
And the output. You can see that when the data points are very close to each other, they completely overlap and it's impossible to read the information presented.
The text was updated successfully, but these errors were encountered:
zackwithers
changed the title
Gauge Type chart displaying data point information on top of each other
Gauge Type chart displaying data point information overlap
Feb 8, 2023
zackwithers
changed the title
Gauge Type chart displaying data point information overlap
Gauge Type chart displaying data point information that is overlapping
Feb 8, 2023
Description
This just started happening recently - data points on gauge charts started to overlap. Not sure of a timeframe of when this started happening, but just noticed it today.
See image above. A user cannot read the actual data represented (the number).
This looks like something that may be caused by a recent commit to fix how empty data labels on gauge charts are drawn.
Steps to check or reproduce
From what I have seen, any gauge type where data labels can overlap will do this
I created this stackblitz example: https://stackblitz.com/edit/typescript-ivuyqo?file=index.ts
But here is a sample of the code, in case that link doesn't work.
And the output. You can see that when the data points are very close to each other, they completely overlap and it's impossible to read the information presented.
The text was updated successfully, but these errors were encountered: