leonardofficial opened a new issue, #17915: URL: https://github.com/apache/echarts/issues/17915
### 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: 1. https://echarts.apache.org/examples/en/editor.html?c=gauge-multi-title 2. Set any value to 100 3. 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
