提交 773b3be6 编写于 作者: ibizdev's avatar ibizdev

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

上级 3a3b0ef0
...@@ -181,10 +181,10 @@ ...@@ -181,10 +181,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -218,6 +218,26 @@ ...@@ -218,6 +218,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -235,11 +255,11 @@ ...@@ -235,11 +255,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -357,10 +377,48 @@ ...@@ -357,10 +377,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -376,7 +434,7 @@ ...@@ -376,7 +434,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -2013,10 +2013,10 @@ ...@@ -2013,10 +2013,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2050,6 +2050,26 @@ ...@@ -2050,6 +2050,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -2067,11 +2087,11 @@ ...@@ -2067,11 +2087,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2189,10 +2209,48 @@ ...@@ -2189,10 +2209,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -2208,7 +2266,7 @@ ...@@ -2208,7 +2266,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -63,6 +63,26 @@ ...@@ -63,6 +63,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -80,11 +100,11 @@ ...@@ -80,11 +100,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -128,10 +148,48 @@ ...@@ -128,10 +148,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -147,7 +205,7 @@ ...@@ -147,7 +205,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -216,10 +216,10 @@ ...@@ -216,10 +216,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -253,6 +253,26 @@ ...@@ -253,6 +253,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -270,11 +290,11 @@ ...@@ -270,11 +290,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -392,10 +412,48 @@ ...@@ -392,10 +412,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -411,7 +469,7 @@ ...@@ -411,7 +469,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -97,10 +97,10 @@ ...@@ -97,10 +97,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -134,6 +134,26 @@ ...@@ -134,6 +134,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -151,11 +171,11 @@ ...@@ -151,11 +171,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -284,10 +304,48 @@ ...@@ -284,10 +304,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -303,7 +361,7 @@ ...@@ -303,7 +361,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -318,10 +318,10 @@ ...@@ -318,10 +318,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -355,6 +355,26 @@ ...@@ -355,6 +355,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -372,11 +392,11 @@ ...@@ -372,11 +392,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -494,10 +514,48 @@ ...@@ -494,10 +514,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -513,7 +571,7 @@ ...@@ -513,7 +571,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -2041,10 +2041,10 @@ ...@@ -2041,10 +2041,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2078,6 +2078,26 @@ ...@@ -2078,6 +2078,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -2095,11 +2115,11 @@ ...@@ -2095,11 +2115,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2217,10 +2237,48 @@ ...@@ -2217,10 +2237,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -2236,7 +2294,7 @@ ...@@ -2236,7 +2294,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -2041,10 +2041,10 @@ ...@@ -2041,10 +2041,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2078,6 +2078,26 @@ ...@@ -2078,6 +2078,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -2095,11 +2115,11 @@ ...@@ -2095,11 +2115,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2217,10 +2237,48 @@ ...@@ -2217,10 +2237,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -2236,7 +2294,7 @@ ...@@ -2236,7 +2294,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -4331,10 +4331,10 @@ ...@@ -4331,10 +4331,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -4368,6 +4368,26 @@ ...@@ -4368,6 +4368,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -4385,11 +4405,11 @@ ...@@ -4385,11 +4405,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -4507,10 +4527,48 @@ ...@@ -4507,10 +4527,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -4526,7 +4584,7 @@ ...@@ -4526,7 +4584,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
......
...@@ -9456,10 +9456,10 @@ ...@@ -9456,10 +9456,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -9493,6 +9493,26 @@ ...@@ -9493,6 +9493,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -9510,11 +9530,11 @@ ...@@ -9510,11 +9530,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -9632,10 +9652,48 @@ ...@@ -9632,10 +9652,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -9651,7 +9709,7 @@ ...@@ -9651,7 +9709,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
...@@ -13086,12 +13144,6 @@ ...@@ -13086,12 +13144,6 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13103,6 +13155,12 @@ ...@@ -13103,6 +13155,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup7", "codeName" : "VMGroup7",
...@@ -13124,16 +13182,16 @@ ...@@ -13124,16 +13182,16 @@
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -13146,10 +13204,10 @@ ...@@ -13146,10 +13204,10 @@
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-默认删除-上方-错误",
...@@ -13158,16 +13216,10 @@ ...@@ -13158,16 +13216,10 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -13177,17 +13229,16 @@ ...@@ -13177,17 +13229,16 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg13"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
...@@ -13196,21 +13247,28 @@ ...@@ -13196,21 +13247,28 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-默认删除",
...@@ -27367,10 +27425,10 @@ ...@@ -27367,10 +27425,10 @@
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartGrid" : { "getPSChartGrid" : {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -27404,6 +27462,26 @@ ...@@ -27404,6 +27462,26 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "line_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "ADDRESS",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "DEPARTMENT",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "AGE",
"groupField" : false,
"id" : "2"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
...@@ -27421,11 +27499,11 @@ ...@@ -27421,11 +27499,11 @@
"groupField" : false, "groupField" : false,
"id" : "2" "id" : "2"
} ], } ],
"id" : "0" "id" : "1"
} ], } ],
"getPSChartGrids" : [ { "getPSChartGrids" : [ {
"index" : 0, "index" : 0,
"name" : "[bar_0]直角坐标系[0]", "name" : "[line_1]直角坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -27543,10 +27621,48 @@ ...@@ -27543,10 +27621,48 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "正常人员折线",
"catalogField" : "ADDRESS",
"eChartsType" : "line",
"index" : 0,
"name" : "line_1",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"itemId" : "DEPARTMENT",
"itemName" : "DEPARTMENT",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "ADDRESS" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, {
"caption" : "正常人数", "caption" : "正常人数",
"catalogField" : "address", "catalogField" : "address",
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 1,
"name" : "bar_0", "name" : "bar_0",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -27562,7 +27678,7 @@ ...@@ -27562,7 +27678,7 @@
}, },
"getPSChartDataSet" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "1"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册