📜  highcharts turbothreshold 不起作用 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:30.693000             🧑  作者: Mango
代码示例1
plotOptions:{
series:{
turboThreshold:5000//set it to a larger threshold, it is by default to 1000
}
}