Skip to content

Commit aeaa63c

Browse files
committed
Highcharts depends on jQuery so you need to load jQuery first
1 parent df56395 commit aeaa63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ <h2>1. Usage</h2>
406406
</p>
407407

408408
<pre class="prettyprint">
409-
&lt;script src="highcharts.js" type="text/javascript"&gt;&lt;/script&gt;
410409
&lt;script src="jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
410+
&lt;script src="highcharts.js" type="text/javascript"&gt;&lt;/script&gt;
411411
&lt;script src="jquery.highchartsTable.js" type="text/javascript"&gt;&lt;/script&gt;
412412
</pre>
413413

0 commit comments

Comments
 (0)