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

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

上级 4205fb61
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "NAME",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -136,8 +137,6 @@ ...@@ -136,8 +137,6 @@
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
"itemId" : "NAME",
"itemName" : "NAME",
"name" : "坐标系编码", "name" : "坐标系编码",
"getPSChartXAxis" : { "getPSChartXAxis" : {
"modelref" : true, "modelref" : true,
...@@ -148,10 +147,10 @@ ...@@ -148,10 +147,10 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "NAME",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "AGE", "valueField" : "AGE",
......
...@@ -296,6 +296,7 @@ ...@@ -296,6 +296,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "NAME",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -309,8 +310,6 @@ ...@@ -309,8 +310,6 @@
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
"itemId" : "NAME",
"itemName" : "NAME",
"name" : "坐标系编码", "name" : "坐标系编码",
"getPSChartXAxis" : { "getPSChartXAxis" : {
"modelref" : true, "modelref" : true,
...@@ -321,10 +320,10 @@ ...@@ -321,10 +320,10 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "NAME",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "AGE", "valueField" : "AGE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册