[GitHub] [incubator-echarts] Ovilia commented on issue #13049: On sunburst chart hand cursor shows clickable for already drilled down item - echarts-for-react

2020-08-05 Thread GitBox


Ovilia commented on issue #13049:
URL: 
https://github.com/apache/incubator-echarts/issues/13049#issuecomment-669134945


   I don't think this is a bug. Hand cursor is used on all series items like 
this [bar 
example](https://echarts.apache.org/examples/en/editor.html?c=bar-background) 
which does not have drill down function.
   But if you wish to make a change, you should listen to mouseover event and 
check if this can drill down. See [events 
tutorial](https://echarts.apache.org/en/tutorial.html#Events%20and%20Actions%20in%20ECharts)
 for more details.



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.

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



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



[GitHub] [incubator-echarts] Ovilia commented on issue #13049: On sunburst chart hand cursor shows clickable for already drilled down item - echarts-for-react

2020-08-11 Thread GitBox


Ovilia commented on issue #13049:
URL: 
https://github.com/apache/incubator-echarts/issues/13049#issuecomment-671833808


   You can set `cursor` of each non drill down data to be other CSS values.



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.

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



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



[GitHub] [incubator-echarts] Ovilia commented on issue #13049: On sunburst chart hand cursor shows clickable for already drilled down item - echarts-for-react

2020-08-11 Thread GitBox


Ovilia commented on issue #13049:
URL: 
https://github.com/apache/incubator-echarts/issues/13049#issuecomment-671842944


   Maybe we can set the cursor of root element to be default in this case.



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.

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



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