PixelatedPope opened a new issue, #18133: URL: https://github.com/apache/echarts/issues/18133
### What problem does this feature solve? There is currently no way that I can find to easily control the cursor icon when moused over a line. I have a simple trend chart with several mark lines showing upper and lower limits.  When mousing over either the dotted mark lines or the grey connecting lines, the cursor changes to 'pointer' even though the user cannot interact with these lines in any way. Series-line has a "cursor" property. However this property only affects the cursor style when moused over a symbol. Regardless of what you set this property to, mousing over any line --whether it be a data line or a mark line-- will display a "pointer" cursor. Even if the line is not selectable in any way (select mode is disabled, or it is just a mark line). ### What does the proposed API look like? ``` series-line { line-cursor: 'pointer' } ``` Alternatively, if select mode is disabled, show the default cursor instead of the pointer. -- 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]
