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

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

上级 d95b12a7
...@@ -56,6 +56,17 @@ ...@@ -56,6 +56,17 @@
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_0-DEFAULT", "name" : "line_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" : [ {
...@@ -111,6 +122,7 @@ ...@@ -111,6 +122,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "NAME",
"eChartsType" : "line", "eChartsType" : "line",
"index" : 0, "index" : 0,
"name" : "line_0", "name" : "line_0",
...@@ -134,10 +146,13 @@ ...@@ -134,10 +146,13 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "line", "seriesType" : "line",
"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" : "line_0-DEFAULT", "name" : "line_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" : [ {
...@@ -390,6 +401,7 @@ ...@@ -390,6 +401,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "NAME",
"eChartsType" : "line", "eChartsType" : "line",
"index" : 0, "index" : 0,
"name" : "line_0", "name" : "line_0",
...@@ -413,10 +425,13 @@ ...@@ -413,10 +425,13 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "line", "seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true, "enableChartDataSet" : true,
"stack" : false "stack" : false
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册