<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/bullet.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>
<figure class="highcharts-figure">
<div id="container1"></div>
<div id="container2"></div>
<div id="container3"></div>
<p class="highcharts-description">
A series of bullet charts showing Revenue, Profit, and New Customers.
Bullet charts allow readers to quickly compare a single value to a
target value. This demo is also using plot bands to separate different
ranges on the axes. Bullet charts are popular in dashboards, as they
typically take up less space than gauge charts.
</p>
</figure>