hbchen 10 сар өмнө
parent
commit
81f8607731

+ 3 - 0
src/hooks/chart/config.js

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