Ver Fonte

chartType进行前后端命名映射时,population没有正确映射到aggregateTable

xiaoct há 7 anos atrás
pai
commit
19b39a8fc8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/models/chartType.json

+ 1 - 1
src/models/chartType.json

@@ -3,6 +3,6 @@
     "Line": "line",
     "Pie": "pie",
     "scatter": "scatter",
-    "population": "population",
+    "population": "aggregateTable",
     "individual": "dataView"
 }