@@ -27,6 +27,9 @@ export const chartDefaultOpts={
series: {
turboThreshold: 0, //不限制数据点个数
boostThreshold:0,
+ dataGrouping: {
+ enabled: false,
+ },//取消数据大自动数据合并
animation: {
duration: 1000
}