Browse Source

Merge branch 'bug-fix-chart-datagrouping' into custom

hbchen 11 tháng trước cách đây
mục cha
commit
2435f73d23
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/hooks/chart/config.js

+ 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
 			}