I am developing a multi chart layout using echarts
library.
All the charts have same legends but different dataset.
Is there way to make custom legend sections in echarts
using which I can handle all the charts at once ?
I have tried toggling “show” property of each series and also “visible” property but all the do is hide the data points on chart not the complete series.