|
@@ -134,9 +134,9 @@ const cfu = {
|
|
|
],
|
|
|
"padding": [
|
|
|
-20,
|
|
|
- -10,
|
|
|
- -10,
|
|
|
- -10
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0
|
|
|
],
|
|
|
"rotate": false,
|
|
|
"errorReload": true,
|
|
@@ -153,16 +153,7 @@ const cfu = {
|
|
|
"show": true,
|
|
|
"position": "bottom",
|
|
|
"float": "center",
|
|
|
- "padding": 5,
|
|
|
- "margin": 5,
|
|
|
- "backgroundColor": "rgba(0,0,0,0)",
|
|
|
- "borderColor": "rgba(0,0,0,0)",
|
|
|
- "borderWidth": 0,
|
|
|
- "fontSize": 13,
|
|
|
- "fontColor": "#666666",
|
|
|
- "lineHeight": 25,
|
|
|
- "hiddenColor": "#CECECE",
|
|
|
- "itemGap": 10
|
|
|
+
|
|
|
},
|
|
|
"extra": {
|
|
|
"rose": {
|
|
@@ -208,7 +199,7 @@ const cfu = {
|
|
|
"background": "none",
|
|
|
"animation": true,
|
|
|
"timing": "easeOut",
|
|
|
- "duration": 3000,
|
|
|
+ "duration": 1000,
|
|
|
"color": [
|
|
|
"#1890FF",
|
|
|
"#91CB74",
|
|
@@ -227,12 +218,12 @@ const cfu = {
|
|
|
"dataPointShapeType": "solid",
|
|
|
"tapLegend": true,
|
|
|
"title": {
|
|
|
- "name": "孩子",
|
|
|
- "fontSize": 25,
|
|
|
+ "name": "总成绩占比",
|
|
|
+ "fontSize": 20,
|
|
|
"color": "#0052d4",
|
|
|
},
|
|
|
"subtitle": {
|
|
|
- "name": "排名百分比",
|
|
|
+ "name": "年级与班级",
|
|
|
"fontSize": 15,
|
|
|
"color": "#666666",
|
|
|
},
|
|
@@ -244,14 +235,6 @@ const cfu = {
|
|
|
"startAngle": 0.75,
|
|
|
"endAngle": 0.25,
|
|
|
"gap": 2,
|
|
|
- "centerX": 0,
|
|
|
- "centerY": 0,
|
|
|
- "linearType": "custom",
|
|
|
- "customColor": [
|
|
|
- "#65c7f7",
|
|
|
- "#f16529",
|
|
|
- "#ffcc33"
|
|
|
- ]
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -709,7 +692,7 @@ const cfu = {
|
|
|
},
|
|
|
"extra": {
|
|
|
"area": {
|
|
|
- "type": "straight",
|
|
|
+ "type": "curve",
|
|
|
"opacity": 0.5,
|
|
|
"addLine": true,
|
|
|
"width": 2,
|
|
@@ -735,7 +718,7 @@ const cfu = {
|
|
|
"yAxisLabel": false,
|
|
|
"labelBgColor": "#FFFFFF",
|
|
|
"labelBgOpacity": 0.7,
|
|
|
- "labelFontColor": "#666666"
|
|
|
+ "labelFontColor": "#666666",
|
|
|
},
|
|
|
"markLine": {
|
|
|
"type": "dash",
|
|
@@ -1206,7 +1189,7 @@ const cfu = {
|
|
|
},
|
|
|
"extra": {
|
|
|
"area": {
|
|
|
- "type": "straight",
|
|
|
+ "type": "curve",
|
|
|
"opacity": 1,
|
|
|
"addLine": true,
|
|
|
"width": 2,
|
|
@@ -1375,91 +1358,6 @@ const cfu = {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "mini-rose": {
|
|
|
- "type": "rose",
|
|
|
- "canvasId": "",
|
|
|
- "canvas2d": false,
|
|
|
- "background": "none",
|
|
|
- "animation": true,
|
|
|
- "timing": "easeOut",
|
|
|
- "duration": 1000,
|
|
|
- "color": [
|
|
|
- "#0052d4",
|
|
|
- "#ff5959",
|
|
|
- "#f9b248",
|
|
|
- "#3CA272",
|
|
|
- "#73C0DE",
|
|
|
- "#ff55a3"
|
|
|
- ],
|
|
|
- "padding": [
|
|
|
- 5,
|
|
|
- 5,
|
|
|
- 5,
|
|
|
- 5
|
|
|
- ],
|
|
|
- "rotate": false,
|
|
|
- "errorReload": true,
|
|
|
- "fontSize": 13,
|
|
|
- "fontColor": "#666666",
|
|
|
- "enableScroll": false,
|
|
|
- "touchMoveLimit": 60,
|
|
|
- "enableMarkLine": false,
|
|
|
- "dataLabel": false,
|
|
|
- "dataPointShape": false,
|
|
|
- "dataPointShapeType": "hollow",
|
|
|
- "tapLegend": false,
|
|
|
- "legend": {
|
|
|
- "show": false,
|
|
|
- "position": "bottom",
|
|
|
- "float": "center",
|
|
|
- "padding": 5,
|
|
|
- "margin": 5,
|
|
|
- "backgroundColor": "rgba(0,0,0,0)",
|
|
|
- "borderColor": "rgba(0,0,0,0)",
|
|
|
- "borderWidth": 0,
|
|
|
- "fontSize": 13,
|
|
|
- "fontColor": "#666666",
|
|
|
- "lineHeight": 25,
|
|
|
- "hiddenColor": "#CECECE",
|
|
|
- "itemGap": 10
|
|
|
- },
|
|
|
- "extra": {
|
|
|
- "rose": {
|
|
|
- "type": "radius",
|
|
|
- "minRadius": 50,
|
|
|
- "activeOpacity": 0.5,
|
|
|
- "activeRadius": 10,
|
|
|
- "offsetAngle": 0,
|
|
|
- "labelWidth": 15,
|
|
|
- "border": true,
|
|
|
- "borderWidth": 2,
|
|
|
- "borderColor": "#FFFFFF",
|
|
|
-
|
|
|
- },
|
|
|
- "tooltip": {
|
|
|
- "showBox": true,
|
|
|
- "showArrow": false,
|
|
|
- "showCategory": false,
|
|
|
- "borderWidth": 0,
|
|
|
- "borderRadius": 6,
|
|
|
- "borderColor": "#000000",
|
|
|
- "borderOpacity": 0.5,
|
|
|
- "bgColor": "#000000",
|
|
|
- "bgOpacity": 0.5,
|
|
|
- "gridType": "solid",
|
|
|
- "dashLength": 4,
|
|
|
- "gridColor": "#CCCCCC",
|
|
|
- "fontColor": "#FFFFFF",
|
|
|
- "splitLine": true,
|
|
|
- "horizentalLine": false,
|
|
|
- "xAxisLabel": false,
|
|
|
- "yAxisLabel": false,
|
|
|
- "labelBgColor": "#FFFFFF",
|
|
|
- "labelBgOpacity": 0.7,
|
|
|
- "labelFontColor": "#666666"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"mini-bar": {
|
|
|
"type": "bar",
|
|
|
"canvasId": "",
|
|
@@ -1524,18 +1422,6 @@ const cfu = {
|
|
|
},
|
|
|
"legend": {
|
|
|
"show": false,
|
|
|
- "position": "bottom",
|
|
|
- "float": "center",
|
|
|
- "padding": 5,
|
|
|
- "margin": 5,
|
|
|
- "backgroundColor": "rgba(0,0,0,0)",
|
|
|
- "borderColor": "rgba(0,0,0,0)",
|
|
|
- "borderWidth": 0,
|
|
|
- "fontSize": 13,
|
|
|
- "fontColor": "#666666",
|
|
|
- "lineHeight": 11,
|
|
|
- "hiddenColor": "#CECECE",
|
|
|
- "itemGap": 10
|
|
|
},
|
|
|
"extra": {
|
|
|
"bar": {
|
|
@@ -1562,23 +1448,7 @@ const cfu = {
|
|
|
"showBox": false,
|
|
|
"showArrow": false,
|
|
|
"showCategory": false,
|
|
|
- "borderWidth": 0,
|
|
|
- "borderRadius": 0,
|
|
|
- "borderColor": "#000000",
|
|
|
- "borderOpacity": 0.7,
|
|
|
- "bgColor": "#000000",
|
|
|
- "bgOpacity": 0.7,
|
|
|
- "gridType": "solid",
|
|
|
- "dashLength": 4,
|
|
|
- "gridColor": "#CCCCCC",
|
|
|
- "fontColor": "#FFFFFF",
|
|
|
- "splitLine": true,
|
|
|
- "horizentalLine": false,
|
|
|
- "xAxisLabel": false,
|
|
|
- "yAxisLabel": false,
|
|
|
- "labelBgColor": "#FFFFFF",
|
|
|
- "labelBgOpacity": 0.7,
|
|
|
- "labelFontColor": "#666666"
|
|
|
+
|
|
|
},
|
|
|
"markLine": {
|
|
|
"type": "solid",
|
|
@@ -1619,18 +1489,7 @@ const cfu = {
|
|
|
"tapLegend": true,
|
|
|
"legend": {
|
|
|
"show": false,
|
|
|
- "position": "right",
|
|
|
- "float": "center",
|
|
|
- "padding": 5,
|
|
|
- "margin": 5,
|
|
|
- "backgroundColor": "rgba(0,0,0,0)",
|
|
|
- "borderColor": "rgba(0,0,0,0)",
|
|
|
- "borderWidth": 0,
|
|
|
- "fontSize": 13,
|
|
|
- "fontColor": "#666666",
|
|
|
- "lineHeight": 25,
|
|
|
- "hiddenColor": "#CECECE",
|
|
|
- "itemGap": 10
|
|
|
+
|
|
|
},
|
|
|
"extra": {
|
|
|
"radar": {
|
|
@@ -1648,22 +1507,7 @@ const cfu = {
|
|
|
"showArrow": false,
|
|
|
"showCategory": false,
|
|
|
"borderWidth": 0,
|
|
|
- "borderRadius": 0,
|
|
|
- "borderColor": "#000000",
|
|
|
- "borderOpacity": 0.7,
|
|
|
- "bgColor": "#000000",
|
|
|
- "bgOpacity": 0.7,
|
|
|
- "gridType": "solid",
|
|
|
- "dashLength": 4,
|
|
|
- "gridColor": "#CCCCCC",
|
|
|
- "fontColor": "#FFFFFF",
|
|
|
- "splitLine": false,
|
|
|
- "horizentalLine": false,
|
|
|
- "xAxisLabel": false,
|
|
|
- "yAxisLabel": false,
|
|
|
- "labelBgColor": "#FFFFFF",
|
|
|
- "labelBgOpacity": 0.7,
|
|
|
- "labelFontColor": "#666666"
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
},
|