[Bug] showMinLine and showMaxLine don't work for gauge series
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.6.0
### Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=gauge&code=PYBwLglsB2AEC8sDeAoWszGAG0iAXMmurAGbABOAtgIZhgCmFhA5EjQL6wA8ARhQHoAfEl5dCSAMYcApC2IcANMQDOTCAxWEA2sXSoSJaDSoNWABQqaVAVystlh9GACeIM7BYBzGja8MHPRIAEwYwGghsCSDDcmo6RmZPJAA3GmwbBg55J1glGNgVEGwIMAAZCGgPA1zCgAtgAHdCMApMx1qVBsaAWUqKqsJSdLUO3K6mnpoADwGPYexRgvzc4LoaHQL9LZI0jI8AVgAGMdrjU1YAZQBhAHkAJQBRHNqOAoBdILf0T44AbiAA
### Steps to Reproduce
1. Create a gauge chart:
2. 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
```markdown
```
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.