Closed Ruifeng-Wu closed 4 years ago
Hi @Ruifeng-Wu
Thank for using Highcharts!
Right now, you can use our API to achieve that, for example use point.setState('hover')
when hovering a row (?) in your table. Use point.setVisible(true|false)
when you want to hide a slice etc.
Simple demo: https://jsfiddle.net/BlackLabel/uzpdm3yr/
Hi @pawelfus Thank you for your reply. I'm using highcharts-react-official now. I wonder how I can get chart.series. What should I do?
Thanks, You solved my problem.
Description of the feature
I want a table that can interact with a pie chart. And tables and pie charts can interact, just like legends.
Library related to the feature
Highcharts
Of course, I also hope you can tell me if there is a ready-made solution.
Proof of Concept/Live example for the feature
You can vote for this feature by adding a thumbs-up reaction to this post.