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

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

上级 1ca95771
...@@ -127,24 +127,22 @@ ...@@ -127,24 +127,22 @@
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "姓名", "caption" : "姓名",
"dataShowMode" : 1,
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "value", "eChartsType" : "category",
"index" : 0, "index" : 0,
"name" : "axis_xAxis_1", "name" : "axis_xAxis_1",
"position" : "bottom", "position" : "bottom",
"type" : "numeric", "type" : "category",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "年龄", "caption" : "年龄",
"dataShowMode" : 2,
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "category", "eChartsType" : "value",
"index" : 0, "index" : 0,
"name" : "axis_yAxis_1", "name" : "axis_yAxis_1",
"position" : "left", "position" : "left",
"type" : "category", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
...@@ -224,8 +222,8 @@ ...@@ -224,8 +222,8 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "age" ], "x" : [ "name" ],
"y" : [ "name" ], "y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "department", "seriesField" : "department",
......
...@@ -332,24 +332,22 @@ ...@@ -332,24 +332,22 @@
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "姓名", "caption" : "姓名",
"dataShowMode" : 1,
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "value", "eChartsType" : "category",
"index" : 0, "index" : 0,
"name" : "axis_xAxis_1", "name" : "axis_xAxis_1",
"position" : "bottom", "position" : "bottom",
"type" : "numeric", "type" : "category",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "年龄", "caption" : "年龄",
"dataShowMode" : 2,
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "category", "eChartsType" : "value",
"index" : 0, "index" : 0,
"name" : "axis_yAxis_1", "name" : "axis_yAxis_1",
"position" : "left", "position" : "left",
"type" : "category", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -503,8 +501,8 @@ ...@@ -503,8 +501,8 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "age" ], "x" : [ "name" ],
"y" : [ "name" ], "y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "department", "seriesField" : "department",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册