Settings and activity
1 result found
-
7 votes
Here’s a plugin/study for the feature: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/studies/appear/
An error occurred while saving the comment An error occurred while saving the comment Anonymous commentedIs it possible to make this an external JS file? I tried but to no avail, it stops rendering the first chart and doesn't even display the rest of the charts.
(I'm absolutely new to JS but having a really good time with Highcharts.)
> Of course, just take the contents of the plugin and put in a file.
Thanks! I did that but it only shows the first chart container with the grid but without the actual values, and it doesn't show the rest of the charts at all.
My charts are defined differently, they are listed in an external JS file as:
chart1 = new Highcharts.Chart({ });
chart2 = new Highcharts.Chart({ });
and so on.
I wonder what could be wrong.