hughess opened a new issue, #19178: URL: https://github.com/apache/echarts/issues/19178
### Version 5.4.2 ### Link to Minimal Reproduction https://jsfiddle.net/ky4cdvr1/ ### Steps to Reproduce 1. Create a basic line chart 2. Add `label: {show: true}` and see labels appear 3. Add `showSymbol: false` and see labels disappear ### Current Behavior I want to show labels, but not show symbols. When I turn labels on and symbol off, the labels also disappear. ### Expected Behavior You should be able to turn labels on or off independently from the symbol. ### Environment ```markdown - OS:macOS Monterey - Browser: Chrome - Framework: N/A ``` ### Any additional comments? Workaround is to set the marker style to size 0 or transparent, but that's a messy solution. -- 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]
