提交 791b075d 编写于 作者: ibizdev's avatar ibizdev

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

上级 b7a7168a
{ {
"codeName" : "Chart", "codeName" : "Chart",
"controlType" : "CHART", "controlType" : "CHART",
"coordinateSystem" : "NONE", "coordinateSystem" : "XY",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json",
"emptyText" : "hello", "emptyText" : "hello",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
...@@ -16,10 +16,28 @@ ...@@ -16,10 +16,28 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "none", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[funnel_0]无坐标系[0]", "name" : "[scatter_0]直角坐标系[0]",
"type" : "NONE", "getPSChartGrid" : {
"index" : 0,
"name" : "[scatter_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
},
"type" : "XY",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartDataSetGroups" : [ { "getPSChartDataSetGroups" : [ {
...@@ -37,10 +55,10 @@ ...@@ -37,10 +55,10 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "funnel_0-DEFAULT", "name" : "scatter_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "NAME", "name" : "DEPARTMENT",
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
...@@ -51,6 +69,42 @@ ...@@ -51,6 +69,42 @@
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ {
"index" : 0,
"name" : "[scatter_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"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"
} ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "LOAD;BEFORELOAD", "eventNames" : "LOAD;BEFORELOAD",
"logicTag" : "chart", "logicTag" : "chart",
...@@ -68,11 +122,10 @@ ...@@ -68,11 +122,10 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "漏斗图", "catalogField" : "DEPARTMENT",
"catalogField" : "NAME", "eChartsType" : "scatter",
"eChartsType" : "funnel",
"index" : 0, "index" : 0,
"name" : "funnel_0", "name" : "scatter_0",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -82,15 +135,23 @@ ...@@ -82,15 +135,23 @@
"id" : "0" "id" : "0"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"category" : "NAME",
"index" : 0, "index" : 0,
"name" : "坐标系编码", "name" : "坐标系编码",
"type" : "NONE", "getPSChartXAxis" : {
"value" : "AGE", "modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "AGE" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "funnel", "seriesType" : "scatter",
"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" : "NONE", "coordinateSystem" : "XY",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json",
"emptyText" : "hello", "emptyText" : "hello",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
...@@ -221,10 +221,28 @@ ...@@ -221,10 +221,28 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "none", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[funnel_0]无坐标系[0]", "name" : "[scatter_0]直角坐标系[0]",
"type" : "NONE", "getPSChartGrid" : {
"index" : 0,
"name" : "[scatter_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
},
"type" : "XY",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartDataSetGroups" : [ { "getPSChartDataSetGroups" : [ {
...@@ -242,10 +260,10 @@ ...@@ -242,10 +260,10 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "funnel_0-DEFAULT", "name" : "scatter_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "NAME", "name" : "DEPARTMENT",
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
...@@ -256,6 +274,42 @@ ...@@ -256,6 +274,42 @@
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ {
"index" : 0,
"name" : "[scatter_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"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"
} ],
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
"actionName" : "Get", "actionName" : "Get",
...@@ -347,11 +401,10 @@ ...@@ -347,11 +401,10 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "漏斗图", "catalogField" : "DEPARTMENT",
"catalogField" : "NAME", "eChartsType" : "scatter",
"eChartsType" : "funnel",
"index" : 0, "index" : 0,
"name" : "funnel_0", "name" : "scatter_0",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -361,15 +414,23 @@ ...@@ -361,15 +414,23 @@
"id" : "0" "id" : "0"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"category" : "NAME",
"index" : 0, "index" : 0,
"name" : "坐标系编码", "name" : "坐标系编码",
"type" : "NONE", "getPSChartXAxis" : {
"value" : "AGE", "modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "AGE" ],
"y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "funnel", "seriesType" : "scatter",
"valueField" : "AGE", "valueField" : "AGE",
"enableChartDataSet" : true "enableChartDataSet" : true
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册