在Heatmaps / Highcharts中显示xaxis上的月份而非天数

时间:2015-10-29 10:34:35

标签: highcharts heatmap highmaps

我有一个热图,在xaxis上有365天,在yaxis上有几十年。现在,我想知道我是否可以在xaxis上显示月份而不是编号。目前它看起来像这样:

enter image description here

显然,数据格式必须与此不同:

Day,Year,Value
1,1989,535
2,1989,518
3,1989,576
4,1989,542

但是,如果我将其更改为:

Day,Year,Value
1-Jan,1989,535
2-Jan,1989,518
3-Jan,1989,576
4-Jan,1989,542
它真的搞砸了......

我有a fiddle here

感谢任何提示。

0 个答案:

没有答案