yinuocode opened a new issue #10061: echarts4 在不刷新现有图表数据的情况下,如何动态设置标题显示和隐藏,或者重置tooltip某个选项 URL: https://github.com/apache/incubator-echarts/issues/10061 在使用echarts4时,渲染引力图后,动态显示和隐藏标题,动态修改tooltip配置选项 都会使用myChart.setOption({title:{}}),即使只是修改下标题内容,并不牵扯数据,也会导致图表刷新。比如引力图,会有粒子闪烁摆动效果,影响用户体验。 如何在不刷新图表的情况下修改标题配置,tooltip配置等
---------------------------------------------------------------- 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]
