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

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

上级 924783fb
...@@ -56,6 +56,21 @@ ...@@ -56,6 +56,21 @@
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "NAME",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AGE",
"groupField" : false,
"id" : "1"
} ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
...@@ -77,6 +92,7 @@ ...@@ -77,6 +92,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "姓名",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "category",
"index" : 0, "index" : 0,
...@@ -86,6 +102,7 @@ ...@@ -86,6 +102,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "年龄",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "value", "eChartsType" : "value",
"index" : 0, "index" : 0,
...@@ -111,6 +128,12 @@ ...@@ -111,6 +128,12 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "学生年龄信息",
"catalogField" : "NAME",
"getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -134,10 +157,13 @@ ...@@ -134,10 +157,13 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "AGE",
"enableChartDataSet" : true, "enableChartDataSet" : true,
"stack" : false "stack" : false
} ], } ],
......
...@@ -261,6 +261,21 @@ ...@@ -261,6 +261,21 @@
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "NAME",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AGE",
"groupField" : false,
"id" : "1"
} ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
...@@ -282,6 +297,7 @@ ...@@ -282,6 +297,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "姓名",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "category",
"index" : 0, "index" : 0,
...@@ -291,6 +307,7 @@ ...@@ -291,6 +307,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "年龄",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "value", "eChartsType" : "value",
"index" : 0, "index" : 0,
...@@ -390,6 +407,12 @@ ...@@ -390,6 +407,12 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "学生年龄信息",
"catalogField" : "NAME",
"getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -413,10 +436,13 @@ ...@@ -413,10 +436,13 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "AGE",
"enableChartDataSet" : true, "enableChartDataSet" : true,
"stack" : false "stack" : false
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册