FollowPointer Issue 2
by kzoon
HTML
<script src="http://github.highcharts.com/master/highcharts.src.js"></script>
<div id="container" style="height: 400px"></div>
JavaScript
$(function () {
$('#container').highcharts({
"chart": {
"type": "column"
},
"tooltip": {
"enabled": true,
"hideDelay": 10
},
"plotOptions": {
"column": {
"tooltip": {
"followPointer": true
}
}
},
"xAxis": [{
"categories": ["Wk 04 2013", "Wk 08 2013", "Wk 12 2013", "Wk 16 2013", "Wk 20 2013", "Wk 24 2013", "Wk 28 2013", "Wk 32 2013", "Wk 36 2013", "Wk 40 2013", "Wk 44 2013", "Wk 48 2013", "Wk 52 2013", "Wk 04 2014"]
}],
"yAxis": [{
"title": {
"text": ""
},
"lineWidth": 0,
"tickWidth": 0,
"gridLineColor": "rgba(192,192,192,1)",
"gridLineWidth": 0,
"gridLineColor": "rgba(192,192,192,1)",
"labels": {
"overflow": "justify",
"maxStaggerLines": 1,
"y": 4,
"style": {
"whiteSpace": "nowrap",
"lineHeight": "11px",
"fontFamily": "Arial, Helvetica",
"fontSize": "11px",
"color": "rgba(102,102,102,1)"
}
},
"min": 117000,
"max": 121743,
"minPadding": 0,
"maxPadding": 0
}, {
"title": {
"text": ""
},
"lineWidth": 0,
"tickWidth": 0,
"gridLineColor": "rgba(192,192,192,1)",
"gridLineWidth": 0,
"gridLineColor": "rgba(192,192,192,1)",
"opposite": true,
"labels": {
"overflow": "justify",
"maxStaggerLines": 1,
"y": 4,
"style":...