I want to detect a click on a particular subset in a bar chart. As I want to init a new chart after the click, with the data from the clicked subset. Currently when I click on chart bars, I get data of the whole chart and can’t retrieve data of just one bar. Here is what I have: Answer
Tag: echarts
ECharts: How to use the resize event of the window?
Im trying the Echarts library for my graphs. I’d like to resize the plots when the window’s resize trigger is fired but I can’t find the way to do it. Thanx for your help Answer