I am trying to implement synchronized charts using angular2-highcharts. I also have a dynamic Y axis. So my chart options
for the yAxis
change based on the user input.
In highcharts there is an way to update the option and render the chart again. Is there a way to do the same using Angular2-highcharts.
Asked
Active
Viewed 211 times
0

Samual krish
- 263
- 2
- 3
- 9
-
This might help you: http://embed.plnkr.co/pnkc8Iw9cSrCYn9zr0VZ/ – abhijeetwebdev Oct 31 '17 at 17:01
-
Thanks. But I am looking for examples in synchronized charts, where I have different Y axis – Samual krish Oct 31 '17 at 21:58