Version
5.5.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=gauge-temperature
Steps to Reproduce
On echart documentation, on the gauge, if you shrink the browser window enough, the value of the gauge detail falls below the gauge itself.
Current Behavior
The value is below the gauge
Expected Behavior
We need to be able to see the value of the gauge above the gauge, so that the value is legible.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
The problem seems to be that the svg components are displayed in the order in which they were created, so the text would have to be generated last for it to be above the gauge.
Version
5.5.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=gauge-temperature
Steps to Reproduce
On echart documentation, on the gauge, if you shrink the browser window enough, the value of the gauge detail falls below the gauge itself.
Current Behavior
The value is below the gauge
Expected Behavior
We need to be able to see the value of the gauge above the gauge, so that the value is legible.
Environment
Any additional comments?
The problem seems to be that the svg components are displayed in the order in which they were created, so the text would have to be generated last for it to be above the gauge.