提交 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,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册