ighcharts.com/ref/">Highcharts reference.
Note that in order for this widget to function you must have included the Highcharts javascript library and any of its dependencies in the page that the widget will run inside of. E.g.:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="js/highcharts.js"></script>
<!-- Optionally, add a highcharts theme file --> <script type="text/javascript" src="js/themes/gray.js"></script>
<!-- Optionally, include the highcharts exporting module --> <script type="text/javascript" src="js/modules/exporting.js"></script>
Note that Highcharts supports other JS frameworks besides jQuery for its internal DOM manipulation functionality. So, if jQuery isn't your cup of tea check the
installation docs on the Highcharts site for more details.
@author squinn@moxiegroup.com (Shawn Quinn)
@since 1.0.0