highcharts.js 数据点提示框能否加入除xy值以外的内容
匿名 · 更新于 2014/2/11
tooltip: {
xDateFormat: '%Y-%m-%d %H:%M:%S',
shared: true,
crosshairs: true,
pointFormat: '{series.name}: {point.y}
',
},
只需要在pointFormat下添加你想添加的内容就可以了,
