Open
Description
Version
5.6.0
Link to Minimal Reproduction
Steps to Reproduce
- Create a gauge chart:
- Set showMinLine and showMaxLine for splitLine to false.
splitLine: { show: true, showMinLine: false, showMaxLine: false, },
Current Behavior
The max and min lines are still visible.
Expected Behavior
The max and min lines should be hidden.
Environment
Any additional comments?
I intend to try and fix the issue my self, in the mean time, I've created this issue for folks to know about it.