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

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

上级 999627fe
...@@ -137,21 +137,21 @@ ...@@ -137,21 +137,21 @@
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "姓名", "caption" : "姓名",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "value",
"index" : 0, "index" : 0,
"name" : "axis_xAxis_1", "name" : "axis_xAxis_1",
"position" : "bottom", "position" : "bottom",
"type" : "category", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "年龄", "caption" : "年龄",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "time", "eChartsType" : "category",
"index" : 0, "index" : 0,
"name" : "axis_yAxis_1", "name" : "axis_yAxis_1",
"position" : "left", "position" : "left",
"type" : "time", "type" : "category",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "name" ], "x" : [ "updatedate" ],
"y" : [ "name" ], "y" : [ "name" ],
"id" : "0" "id" : "0"
}, },
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "updatedate", "valueField" : "updatedate",
"enableChartDataSet" : true, "enableChartDataSet" : true,
"stack" : false "stack" : true
} ], } ],
"getPSDEChartTitle" : { "getPSDEChartTitle" : {
"index" : 0, "index" : 0,
......
...@@ -342,21 +342,21 @@ ...@@ -342,21 +342,21 @@
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "姓名", "caption" : "姓名",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "value",
"index" : 0, "index" : 0,
"name" : "axis_xAxis_1", "name" : "axis_xAxis_1",
"position" : "bottom", "position" : "bottom",
"type" : "category", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "年龄", "caption" : "年龄",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "time", "eChartsType" : "category",
"index" : 0, "index" : 0,
"name" : "axis_yAxis_1", "name" : "axis_yAxis_1",
"position" : "left", "position" : "left",
"type" : "time", "type" : "category",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -517,7 +517,7 @@ ...@@ -517,7 +517,7 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "name" ], "x" : [ "updatedate" ],
"y" : [ "name" ], "y" : [ "name" ],
"id" : "0" "id" : "0"
}, },
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "updatedate", "valueField" : "updatedate",
"enableChartDataSet" : true, "enableChartDataSet" : true,
"stack" : false "stack" : true
} ], } ],
"getPSDEChartTitle" : { "getPSDEChartTitle" : {
"index" : 0, "index" : 0,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册