我正在使用 highcharts 2.3.3,并使用以下代码来描述图表的工具提示。
tooltip: {
formatter: function() {
return '<b>' + Highcharts.dateFormat('%b %e, %Y', this.x) + '</b><br/>'+ this.y;
}
},
工具提示在 Firefox 中没有问题,但在 chrome 中,文本显示在工具提示框中。我也有这个系列名称的问题。这个名字是开箱即用的。有什么问题?