Browse Source

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

xiaoct 7 years ago
parent
commit
19b39a8fc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/models/chartType.json

+ 1 - 1
src/models/chartType.json

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