提交 d6672b17 编写于 作者: ibizdev's avatar ibizdev

zhanghengfeng 发布系统代码 [TrainSys,网页端]

上级 61d8e189
...@@ -56,6 +56,17 @@ ...@@ -56,6 +56,17 @@
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "NAME",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AGE",
"groupField" : false,
"id" : "1"
} ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
...@@ -113,6 +124,7 @@ ...@@ -113,6 +124,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "NAME",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -136,10 +148,13 @@ ...@@ -136,10 +148,13 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "AGE",
"enableChartDataSet" : true, "enableChartDataSet" : true,
"stack" : false "stack" : false
} ], } ],
......
...@@ -261,6 +261,17 @@ ...@@ -261,6 +261,17 @@
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "NAME",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AGE",
"groupField" : false,
"id" : "1"
} ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
...@@ -392,6 +403,7 @@ ...@@ -392,6 +403,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "NAME",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -415,10 +427,13 @@ ...@@ -415,10 +427,13 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "AGE",
"enableChartDataSet" : true, "enableChartDataSet" : true,
"stack" : false "stack" : false
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册