提交 2f57af78 编写于 作者: ibizdev's avatar ibizdev

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

上级 791b075d
{ {
"codeName" : "Chart", "codeName" : "Chart",
"controlType" : "CHART", "controlType" : "CHART",
"coordinateSystem" : "XY", "coordinateSystem" : "RADAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json",
"emptyText" : "hello", "emptyText" : "hello",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
...@@ -16,28 +16,20 @@ ...@@ -16,28 +16,20 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "radar",
"index" : 0, "index" : 0,
"name" : "[scatter_0]直角坐标系[0]", "name" : "[radar_0]雷达坐标系[0]",
"getPSChartGrid" : { "getPSChartRadar" : {
"index" : 0, "index" : 0,
"name" : "[scatter_0]直角坐标系[0]", "name" : "[radar_0]雷达坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"getPSChartGridXAxis0" : { "type" : "radar",
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0" "id" : "0"
}, },
"type" : "grid", "type" : "RADAR",
"id" : "0"
},
"type" : "XY",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartDataSetGroups" : [ { "getPSChartDataSetGroups" : [ {
...@@ -55,10 +47,14 @@ ...@@ -55,10 +47,14 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "scatter_0-DEFAULT", "name" : "radar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "DEPARTMENT", "name" : "NAME",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
...@@ -69,40 +65,14 @@ ...@@ -69,40 +65,14 @@
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ { "getPSChartRadars" : [ {
"index" : 0, "index" : 0,
"name" : "[scatter_0]直角坐标系[0]", "name" : "[radar_0]雷达坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"getPSChartGridXAxis0" : { "type" : "radar",
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
} ],
"getPSChartXAxises" : [ {
"eChartsPos" : "xAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_xAxis_0",
"position" : "bottom",
"type" : "numeric",
"id" : "0"
} ],
"getPSChartYAxises" : [ {
"eChartsPos" : "yAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_yAxis_0",
"position" : "left",
"type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
...@@ -122,36 +92,25 @@ ...@@ -122,36 +92,25 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "DEPARTMENT", "caption" : "数据1",
"eChartsType" : "scatter", "catalogField" : "NAME",
"index" : 0, "getCatalogPSCodeList" : {
"name" : "scatter_0",
"getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
}, },
"getPSChartDataSet" : { "eChartsType" : "radar",
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
"name" : "坐标系编码", "name" : "radar_0",
"getPSChartXAxis" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"getPSChartYAxis" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"type" : "XY",
"x" : [ "AGE" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "scatter", "seriesType" : "radar",
"valueField" : "AGE", "valueField" : "AGE",
"enableChartDataSet" : true "enableChartDataSet" : true
} ], } ],
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
}, { }, {
"codeName" : "Chart", "codeName" : "Chart",
"controlType" : "CHART", "controlType" : "CHART",
"coordinateSystem" : "XY", "coordinateSystem" : "RADAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json",
"emptyText" : "hello", "emptyText" : "hello",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
...@@ -221,28 +221,20 @@ ...@@ -221,28 +221,20 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "cartesian2d", "eChartsType" : "radar",
"index" : 0, "index" : 0,
"name" : "[scatter_0]直角坐标系[0]", "name" : "[radar_0]雷达坐标系[0]",
"getPSChartGrid" : { "getPSChartRadar" : {
"index" : 0, "index" : 0,
"name" : "[scatter_0]直角坐标系[0]", "name" : "[radar_0]雷达坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"getPSChartGridXAxis0" : { "type" : "radar",
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0" "id" : "0"
}, },
"type" : "grid", "type" : "RADAR",
"id" : "0"
},
"type" : "XY",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartDataSetGroups" : [ { "getPSChartDataSetGroups" : [ {
...@@ -260,10 +252,14 @@ ...@@ -260,10 +252,14 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "scatter_0-DEFAULT", "name" : "radar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "DEPARTMENT", "name" : "NAME",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
...@@ -274,40 +270,14 @@ ...@@ -274,40 +270,14 @@
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ { "getPSChartRadars" : [ {
"index" : 0, "index" : 0,
"name" : "[scatter_0]直角坐标系[0]", "name" : "[radar_0]雷达坐标系[0]",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"getPSChartGridXAxis0" : { "type" : "radar",
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
} ],
"getPSChartXAxises" : [ {
"eChartsPos" : "xAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_xAxis_0",
"position" : "bottom",
"type" : "numeric",
"id" : "0"
} ],
"getPSChartYAxises" : [ {
"eChartsPos" : "yAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_yAxis_0",
"position" : "left",
"type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -401,36 +371,25 @@ ...@@ -401,36 +371,25 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"catalogField" : "DEPARTMENT", "caption" : "数据1",
"eChartsType" : "scatter", "catalogField" : "NAME",
"index" : 0, "getCatalogPSCodeList" : {
"name" : "scatter_0",
"getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
}, },
"getPSChartDataSet" : { "eChartsType" : "radar",
"modelref" : true,
"id" : "0"
},
"getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
"name" : "坐标系编码", "name" : "radar_0",
"getPSChartXAxis" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"getPSChartYAxis" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
}, },
"type" : "XY",
"x" : [ "AGE" ],
"y" : [ "AGE" ],
"id" : "0"
},
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "scatter", "seriesType" : "radar",
"valueField" : "AGE", "valueField" : "AGE",
"enableChartDataSet" : true "enableChartDataSet" : true
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册