-
Notifications
You must be signed in to change notification settings - Fork 19.8k
[Feature] Multiple datapoints in Gauge Chart are overlayed by datapoint with 100 #17915
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
Description
What problem does this feature solve?
Gauge Chart: If you add multiple datapoints to the chart and enable overlap in order to display the datapoints not next to each other, the datapoint with a value of 100 will always overlap all other values.
To reproduce:
- https://echarts.apache.org/examples/en/editor.html?c=gauge-multi-title
- Set any value to 100
- Only that color will be shown
What does the proposed API look like?
Either allow manually changing the z-index of every data point, as this would be logical with the other apis (could not find reference in docs for that).
Or change default behaviour to have the largest datapoint at the bottom including if the dataoint is 100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.