Tag Archives: Highcharts.js

Plotting with the Highcharts.js API

[code language=”html”] <script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/modules/exporting.js"></script> <div id="container" style="min-width: 310px; max-width: 800px; height: 1200px; margin: 0 auto"></div> $(function () { $(‘#container’).highcharts({ chart: { type: ‘bar’ }, title: { text: ” }, subtitle: { text: ‘Source: Reuters Institute Digital News Report … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on Plotting with the Highcharts.js API