Highcharts Demo
author(s): Torstein Hønsi
HTML
<script src="https://code.highcharts.com/highcharts.js"></script>
<div id="container" style="height: 400px"></div>
JavaScript
{
yAxis: [{
plotLines: [{
color: 'red',
width: 2,
value: 5.5
},{
color: 'blue',
width: 2,
value: 10
},{
color: 'blue',
width: 2,
value: 15
}]
}]
}