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

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

上级 22c53ff1
...@@ -89,20 +89,20 @@ ...@@ -89,20 +89,20 @@
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "value", "eChartsType" : "category",
"index" : 0, "index" : 0,
"name" : "axis_xAxis_0", "name" : "axis_xAxis_0",
"position" : "bottom", "position" : "bottom",
"type" : "numeric", "type" : "category",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "category", "eChartsType" : "value",
"index" : 0, "index" : 0,
"name" : "axis_yAxis_0", "name" : "axis_yAxis_0",
"position" : "left", "position" : "left",
"type" : "category", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
...@@ -146,8 +146,8 @@ ...@@ -146,8 +146,8 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "AGE" ], "x" : [ "NAME" ],
"y" : [ "NAME" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
......
...@@ -294,20 +294,20 @@ ...@@ -294,20 +294,20 @@
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "value", "eChartsType" : "category",
"index" : 0, "index" : 0,
"name" : "axis_xAxis_0", "name" : "axis_xAxis_0",
"position" : "bottom", "position" : "bottom",
"type" : "numeric", "type" : "category",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "category", "eChartsType" : "value",
"index" : 0, "index" : 0,
"name" : "axis_yAxis_0", "name" : "axis_yAxis_0",
"position" : "left", "position" : "left",
"type" : "category", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -425,8 +425,8 @@ ...@@ -425,8 +425,8 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "AGE" ], "x" : [ "NAME" ],
"y" : [ "NAME" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册