diff --git a/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj b/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj index 78bf802..c70479c 100644 --- a/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj +++ b/20220330_Vote/Ewide.Web.Entry/Ewide.Web.Entry.csproj @@ -608,6 +608,7 @@ + diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304 (1).csv b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304 (1).csv new file mode 100644 index 0000000..ea0e6cf --- /dev/null +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304 (1).csv @@ -0,0 +1,16 @@ +series,x,y +未完成,海曙区,1500 +未完成,江北区,0 +未完成,鄞州区,3000 +未完成,北仑区,500 +未完成,镇海区,100 +未完成,奉化区,1 +未完成,宁海县,990 +已完成,海曙区,6500 +已完成,江北区,3500 +已完成,鄞州区,6300 +已完成,北仑区,1100 +已完成,镇海区,1500 +已完成,奉化区,999 +已完成,宁海县,10 +,, \ No newline at end of file diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.chartshaper b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.chartshaper new file mode 100644 index 0000000..08c05df --- /dev/null +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.chartshaper @@ -0,0 +1,168 @@ +{ + "id": "u-886e-1e6", + "data": [ + { + "series": "未完成", + "x": "海曙区", + "y": "1500" + }, + { + "series": "未完成", + "x": "江北区", + "y": "0" + }, + { + "series": "未完成", + "x": "鄞州区", + "y": "3000" + }, + { + "series": "未完成", + "x": "北仑区", + "y": "500" + }, + { + "series": "未完成", + "x": "镇海区", + "y": "100" + }, + { + "series": "未完成", + "x": "奉化区", + "y": "1" + }, + { + "series": "未完成", + "x": "宁海县", + "y": "990" + }, + { + "series": "已完成", + "x": "海曙区", + "y": "6500" + }, + { + "series": "已完成", + "x": "江北区", + "y": "3500" + }, + { + "series": "已完成", + "x": "鄞州区", + "y": "6300" + }, + { + "series": "已完成", + "x": "北仑区", + "y": "1100" + }, + { + "series": "已完成", + "x": "镇海区", + "y": "1500" + }, + { + "series": "已完成", + "x": "奉化区", + "y": "999" + }, + { + "series": "已完成", + "x": "宁海县", + "y": "10" + }, + { + "series": "" + } + ], + "configs": { + "renderer": "canvas", + "title": { + "visible": true, + "text": "百分比堆叠条形图" + }, + "description": { + "visible": true, + "text": "一个简单的百分比堆叠条形图" + }, + "padding": "auto", + "legend": { + "visible": true, + "position": "top-left", + "flipPage": false + }, + "tooltip": { + "visible": true, + "shared": true, + "crosshairs": { + "type": "rect" + } + }, + "xAxis": { + "visible": true, + "autoHideLabel": false, + "autoRotateLabel": false, + "autoRotateTitle": false, + "grid": { + "visible": false + }, + "line": { + "visible": false + }, + "tickLine": { + "visible": false + }, + "label": { + "visible": false + }, + "title": { + "visible": true, + "offset": 12 + } + }, + "yAxis": { + "visible": true, + "autoHideLabel": false, + "autoRotateLabel": false, + "autoRotateTitle": true, + "grid": { + "visible": false + }, + "line": { + "visible": false + }, + "tickLine": { + "visible": false + }, + "label": { + "visible": true + }, + "title": { + "visible": false, + "offset": 12 + } + }, + "label": { + "visible": true, + "position": "middle", + "adjustColor": true + }, + "conversionTag": { + "visible": false + }, + "type": "PercentageStackBar", + "forceFit": false, + "animation": false, + "width": 560, + "height": 376, + "data": {}, + "yField": "x", + "stackField": "series", + "xField": "y", + "id": "percent_stacked_bar_chart" + }, + "selection": [ + 0, + 0 + ] +} \ No newline at end of file diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.html b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.html new file mode 100644 index 0000000..3b0a4ae --- /dev/null +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.html @@ -0,0 +1,130 @@ + + + + + + + ChartCube + + + +
+ + + \ No newline at end of file diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.png b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.png new file mode 100644 index 0000000..983f8c1 Binary files /dev/null and b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/NumberGovChart/PercentageStackBar-20240304.png differ