Basic chart/graph types using the Highcharts Library.

JavaScript required

The use of Highcharts requires the inclusion of an additional JavaScript library:

<script src="https://code.highcharts.com/js/highcharts.js"></script>

Bar Chart (Horizontal)

Horizontal bar charts are well-suited to comparing a single variable per item, with many items within a few categories of data.

Bar Chart (Vertical)

Vertical bar charts (a.k.a. column charts) are well-suited to comparing a single variable per item, with a few items within a few categories of data.

Line Chart

Line charts are well-suited to displaying acyclical time series data.