Settings and activity

1 result found

  1. 7 votes
    How important is this to you?
    An error occurred while saving the comment
    Anonymous commented  · 

    > 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.

    An error occurred while saving the comment
    Anonymous commented  · 

    Is 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.)