JohnCoene / echarts4r

🐳 ECharts 5 for R
http://echarts4r.john-coene.com/
Other
585 stars 82 forks source link

Question on shared dataset charts #611

Closed stvanh closed 6 months ago

stvanh commented 6 months ago

Hi there, I would like to know if we can do the same as in the following: https://echarts.apache.org/examples/en/editor.html?c=dataset-link

JohnCoene commented 6 months ago

Yes, there is an example here

stvanh commented 6 months ago

Thank you very much, John. Could you please give me an example in which the information of the pie chart will be updated when I point to a point of the line chart? I would like to increase the interactivity of the plot like the original link. That is what I really want to see. Thanks in advance :)

JohnCoene commented 6 months ago

This feature is really tricky to use, I'm the author of the package and I don't fully understand it either: it's complexity coming from echarts.js

I would suggest looking at connect feature it's far easier to use

stvanh commented 6 months ago

Ok I see. Thanks for your support. Really appreciate your awesome work. I close this issue here.