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

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

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