Following the examples on their website, I have (mostly!) succeeded in arriving at a hybrid of their two examples to show a heatmap
- http://www.highcharts.com/demo/heatmap
- http://www.highcharts.com/demo/heatmap-canvas
The only problem is, I seem to have introduced a ~30degree slant to the diagram such that each day's column is misaligned. I have posted an example here:
http://jsfiddle.net/richardarnatt/LMSDX/
xAxis: {
type: 'datetime',
labels: {
align: 'left',
x: 10,
},
tickInterval: 7*24*3600*1000
}
I have tried commenting out lines to see if it cancels out the aberration, but so far I have had very little success. If anyone has encountered this before I would be delighted to hear your thoughts!