wangshijun / angular-echarts

:chart: angularjs bindings for baidu echarts
355 stars 141 forks source link

Connecting two charts #90

Open sachinsawant71 opened 5 years ago

sachinsawant71 commented 5 years ago

We are using ECharts in our AngularJs application. We have a pie chart and a bar charts. Data for these charts are related. We use AnhularJS 1.6.x

We want to connect two charts together so that we can use click events on Pie charts to drive bar charts. We checked the example on the web. It is created for ReactJS and it uses connect() method. We could not see corresponding connect() method in AngularJS.

Can you please direct us?