highchart formatter tooltip 更改原生样式

340 阅读1分钟

tooltip :

formatter: function (this, tooltip: any) {
//this 自带值 内有 x y轴的值 还有其他一些值
// tooltip 自带值 内有 该tooltip 一些属性值
//自定义样式

}

this: api.highcharts.com/class-refer…

tooltip: api.highcharts.com/class-refer…