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

Gauge Type chart displaying data point information that is overlapping #3089

Open
zackwithers opened this issue Feb 7, 2023 · 0 comments
Open

Comments

@zackwithers
Copy link

zackwithers commented Feb 7, 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.
image
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

image

But here is a sample of the code, in case that link doesn't work.

image

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.
@zackwithers 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants