Explorar o código

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

xiaoct %!s(int64=8) %!d(string=hai) anos
pai
achega
19b39a8fc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 }