You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/17 03:30:05 UTC

[GitHub] [incubator-echarts] Gamehu opened a new issue #10684: 柱状图点击以后实现,shadow的效果

Gamehu opened a new issue #10684: 柱状图点击以后实现,shadow的效果
URL: https://github.com/apache/incubator-echarts/issues/10684
 
 
   ### What problem does this feature solve?
   当柱状体值特别小时,点击之后,看不到点击效果,想通过点击后在所在栅格加上类似shadow的效果,告诉用户其实是选中了该柱状图
   
   ### What does the proposed API look like?
   
                   myChart.dispatchAction({
   type: 'showShadow',
   seriesIndex:0
   })
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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