[Bug] axisLine.lineStyle.color making progressbar at 0 when color: '#000', color: >'#999' hide the progress bar
Author: 73-de-LZCreated Sep 12, 2024Updated Sep 13, 2026
Labelsbugpendingenstale
Version
5.5.1
Link to Minimal Reproduction
Steps to Reproduce
Just using official example for Ring Gauge and try to change the color of axisLine
Current Behavior
When the color of axisLine.lineStyle set to #000 all progress bars goes to 0, even if there is set axisLabel all values are printed at zero position one upon another. If the color of axisLine.lineStyle set to anything bigger than #999, like #aaa, all progress bars are hidden, no mater if dark theme used or not.
Expected Behavior
When the color is set graphics to be rendered as expected, e.g. the color of the axisLine to be as choosen one.
Environment
- OS: Win7
- Browser: Chrome
- Framework:
Any additional comments?
No response
Source: apache/echarts