<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<figure class="highcharts-figure">
<div id="timeline-chart" style="height: 400px"></div>
<p class="highcharts-description">
A basic column chart comparing emissions by pollutant.
Oil and gas extraction has the overall highest amount of
emissions, followed by manufacturing industries and mining.
The chart is making use of the axis crosshair feature, to highlight
years as they are hovered over.
</p>
</figure>