You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/27 02:35:52 UTC

[GitHub] [echarts] solid9527 opened a new issue, #17429: [Feature] series line cursor Setting

solid9527 opened a new issue, #17429:
URL: https://github.com/apache/echarts/issues/17429

   ### What problem does this feature solve?
   
   series line cursor setting only work for symbol
   line still pointer and no option to setting
   
   ### What does the proposed API look like?
   
   series cursor should work both item and line
   or put in lineStyle & itemStyle make easyier 
   
   `
   this.chart.setOption({
           series: [{
             type: 'line',
             cursor: 'auto',
             lineStyle: {
               cursor: 'auto'
             },
             itemStyle: {
               cursor: '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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org