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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
