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

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

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