One-line summary [问题简述]
I am calling to setOption to only show/hide graphics element of type image but doing this causes hole chart re-render can we avoid this somehow in echart.
Version & Environment [版本及环境]
- ECharts version [ECharts 版本]:
- Browser version [浏览器类型和版本]:
- OS Version [操作系统类型和版本]:
myChart.setOption({ graphic: { id: 'image1', left: left, top: top, invisible: false, silent: false } }, false, false, true);
myChart.setOption({ graphic: { id: 'image1', invisible: true, silent: true } }, false, false, true);
Expected behaviour [期望结果]
ECharts option [ECharts配置项]
myChart.setOption({
graphic: {
id: 'image1',
left: left,
top: top,
invisible: false,
silent: false
}
}, false, false, true);
Other comments [其他信息]
One-line summary [问题简述]
I am calling to setOption to only show/hide graphics element of type image but doing this causes hole chart re-render can we avoid this somehow in echart.
Version & Environment [版本及环境]
myChart.setOption({ graphic: { id: 'image1', left: left, top: top, invisible: false, silent: false } }, false, false, true);myChart.setOption({ graphic: { id: 'image1', invisible: true, silent: true } }, false, false, true);Expected behaviour [期望结果]
ECharts option [ECharts配置项]
Other comments [其他信息]