我正在尝试在Highcharts的x轴上以日/周/月格式显示日期时间我将数据格式化为xutc日期时间格式和y(幅度)。我的印象是我只需要这样做它就可以工作Highcharts.chart('container',{title:{text:'Chartwithtime'},xAxis:{type:'datetime',dateTimeLabelFormats:{day:"%e.%b",month:"%b'%y",year:"%Y"}},series:[{data:[[1493326164493,100],[1493326194018,120]]}]});我做错了什么?我在下面为我的场景发
我写了下面的代码,它为选定的日期(开始和结束日期)生成面积图。$(document).ready(function(){varoptions={"series":[{"showInLegend":false,"color":"#D0D0D0","name":"Revenue","data":[0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}],"credits":{"enabled":false