diff --git a/src/view/echarts_education/eP1.vue b/src/view/echarts_education/eP1.vue index 49e59ab..2d07866 100644 --- a/src/view/echarts_education/eP1.vue +++ b/src/view/echarts_education/eP1.vue @@ -58,8 +58,8 @@ const getOption = () => { data.option = { grid: { top: "6%", - left: "9%", - right: "14%", + left: "15%", + right: "15%", bottom: "0%", containLabel: false, //---grid 区域是否包含坐标轴的刻度标签 }, @@ -78,7 +78,7 @@ const getOption = () => { show: false, textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisLine: { @@ -103,7 +103,7 @@ const getOption = () => { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, }, }, @@ -114,7 +114,7 @@ const getOption = () => { //y轴文字的配置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisLine: { @@ -135,7 +135,7 @@ const getOption = () => { //---坐标轴 标签 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisTick: { diff --git a/src/view/echarts_education/edCSR.vue b/src/view/echarts_education/edCSR.vue index db6776c..13e72b0 100644 --- a/src/view/echarts_education/edCSR.vue +++ b/src/view/echarts_education/edCSR.vue @@ -53,7 +53,7 @@ const option = { // data: ["上门服务时长", "上门服务次数"], // top: "8%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -64,7 +64,7 @@ const option = { bottom: "0%", containLabel: true, color: "#ffffff", - fontSize: 14, + fontSize: 16, }, calculable: true, // color: "rgba(0, 252, 255, 1)", @@ -76,7 +76,7 @@ const option = { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisTick: { @@ -100,7 +100,7 @@ const option = { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, }, }, @@ -108,7 +108,7 @@ const option = { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisLine: { @@ -116,7 +116,7 @@ const option = { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, type: "solid", }, diff --git a/src/view/echarts_education/edXX.vue b/src/view/echarts_education/edXX.vue index ae6e400..16d4ce4 100644 --- a/src/view/echarts_education/edXX.vue +++ b/src/view/echarts_education/edXX.vue @@ -62,7 +62,7 @@ const getOption = () => { borderWidth: 1, borderColor: "rgba(193, 229, 255, .1)", color: "rgba(14, 59, 123, 0.60)", - fontSize: 14, + fontSize: 16, }, }, tooltip: { @@ -95,7 +95,7 @@ const getOption = () => { //{hr|}为圆点显示内容 formatter: "{hr|}{a|{b} {c}}\n\n", color: "#ffffff", //折线图文字颜色 - fontSize: 14, + fontSize: 16, borderWidth: 10, borderRadius: 4, padding: [90, -60], @@ -117,7 +117,7 @@ const getOption = () => { textStyle: { // color: "white", // 改变标示文字的颜色 color: "#ffffff", - fontSize: 14, //文字大小 + fontSize: 16, //文字大小 }, }, labelLine: { diff --git a/src/view/echarts_education/pie.vue b/src/view/echarts_education/pie.vue index 45ea1a3..241015d 100644 --- a/src/view/echarts_education/pie.vue +++ b/src/view/echarts_education/pie.vue @@ -32,7 +32,7 @@ const getOption = () => { top: "8%", right: "11%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -50,7 +50,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisTick: { @@ -82,7 +82,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -105,7 +105,7 @@ const getOption = () => { }, axisLabel: { show: false, - fontSize: 14, + fontSize: 16, fontFamily: "MicrosoftYaHei", color: "#ffffff", lineHeight: 19, @@ -173,7 +173,7 @@ const getOption = () => { yAxisIndex: 1, itemStyle: { color: "rgba(221, 242, 255, 0.1)", - fontSize: 14, + fontSize: 16, }, data: ["2019", "2020", "2021"].map(() => 100), barWidth: 70, diff --git a/src/view/echarts_hygiene/eP4.vue b/src/view/echarts_hygiene/eP4.vue index 7c0c1b9..c75347b 100644 --- a/src/view/echarts_hygiene/eP4.vue +++ b/src/view/echarts_hygiene/eP4.vue @@ -71,7 +71,7 @@ let option = { fontSize: '24', fontWeight: 'normal', color: '#fff', - fontSize: 14, + fontSize: 16, lineHeight: 30, rich: { cell: { diff --git a/src/view/echarts_hygiene/eP5.vue b/src/view/echarts_hygiene/eP5.vue index d6caf11..f192a51 100644 --- a/src/view/echarts_hygiene/eP5.vue +++ b/src/view/echarts_hygiene/eP5.vue @@ -72,7 +72,7 @@ const getOption = () => { // }, textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 15, }, rotate: 40, }, @@ -95,7 +95,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 15, }, }, axisLine: { @@ -103,7 +103,7 @@ const getOption = () => { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 15, width: 1, type: "solid", }, diff --git a/src/view/echarts_hygiene/eP7.vue b/src/view/echarts_hygiene/eP7.vue index 3611115..ca5fd0e 100644 --- a/src/view/echarts_hygiene/eP7.vue +++ b/src/view/echarts_hygiene/eP7.vue @@ -46,7 +46,7 @@ data.option = { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, @@ -77,7 +77,7 @@ data.option = { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisLine: { @@ -85,7 +85,7 @@ data.option = { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, type: "solid", }, @@ -110,10 +110,10 @@ data.option = { }, axisLabel: { show: false, - fontSize: 14, + fontSize: 16, fontFamily: "MicrosoftYaHei", color: "#ffffff", - fontSize: 14, + fontSize: 16, lineHeight: 19, }, }, diff --git a/src/view/echarts_hygiene/gxy.vue b/src/view/echarts_hygiene/gxy.vue index cdc3109..939c142 100644 --- a/src/view/echarts_hygiene/gxy.vue +++ b/src/view/echarts_hygiene/gxy.vue @@ -56,7 +56,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -73,7 +73,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, diff --git a/src/view/echarts_hygiene/pie.vue b/src/view/echarts_hygiene/pie.vue index 08416c2..d780f89 100644 --- a/src/view/echarts_hygiene/pie.vue +++ b/src/view/echarts_hygiene/pie.vue @@ -38,7 +38,7 @@ const getOption = () => { top: "6%", right: "11%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -57,7 +57,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, data: data.year, @@ -86,7 +86,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -109,10 +109,9 @@ const getOption = () => { }, axisLabel: { show: false, - fontSize: 14, + fontSize: 16, fontFamily: "MicrosoftYaHei", color: "#ffffff", - fontSize: 14, lineHeight: 19, }, }, diff --git a/src/view/echarts_hygiene/pie2.vue b/src/view/echarts_hygiene/pie2.vue index 91fb2c0..aee1971 100644 --- a/src/view/echarts_hygiene/pie2.vue +++ b/src/view/echarts_hygiene/pie2.vue @@ -38,7 +38,7 @@ const getOption = () => { top: "6%", right: "11%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -57,7 +57,7 @@ const getOption = () => { axisLabel: { //坐标轴刻度标签的相关设置 textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -74,7 +74,7 @@ const getOption = () => { axisLabel: { //坐标轴刻度标签的相关设置 textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, diff --git a/src/view/echarts_hygiene/tnb.vue b/src/view/echarts_hygiene/tnb.vue index 35dfc1f..5e27286 100644 --- a/src/view/echarts_hygiene/tnb.vue +++ b/src/view/echarts_hygiene/tnb.vue @@ -56,7 +56,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -73,7 +73,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, diff --git a/src/view/echarts_yl/eP2.vue b/src/view/echarts_yl/eP2.vue index 2881232..e5dea33 100644 --- a/src/view/echarts_yl/eP2.vue +++ b/src/view/echarts_yl/eP2.vue @@ -50,7 +50,7 @@ const getOption = () => { top: "8%", right: "15%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -68,7 +68,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -78,7 +78,7 @@ const getOption = () => { show: true, lineStyle: { color: "rgba(255, 255, 255, 0.2)", - fontSize: 14, + fontSize: 16, width: 1, }, }, @@ -86,7 +86,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, diff --git a/src/view/echarts_yl/eP2_2.vue b/src/view/echarts_yl/eP2_2.vue index 99505fb..78c1fcb 100644 --- a/src/view/echarts_yl/eP2_2.vue +++ b/src/view/echarts_yl/eP2_2.vue @@ -50,7 +50,7 @@ const getOption = () => { top: "8%", right: "15%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -77,7 +77,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -94,7 +94,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -106,7 +106,7 @@ const getOption = () => { showBackground: true, backgroundStyle: { color: "rgba(180, 180, 180, 0.2)", - fontSize: 14, + fontSize: 16, }, }, { diff --git a/src/view/echarts_yl/eP3.vue b/src/view/echarts_yl/eP3.vue index 303ea0f..0730b4d 100644 --- a/src/view/echarts_yl/eP3.vue +++ b/src/view/echarts_yl/eP3.vue @@ -50,7 +50,7 @@ const getOption = () =>{ top: "8%", right: "11%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -69,7 +69,7 @@ const getOption = () =>{ //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -79,7 +79,7 @@ const getOption = () =>{ show: true, lineStyle: { color: "rgba(255, 255, 255, 0.2)", - fontSize: 14, + fontSize: 16, width: 1, }, }, @@ -87,7 +87,7 @@ const getOption = () =>{ //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, diff --git a/src/view/echarts_yl/eP3_2.vue b/src/view/echarts_yl/eP3_2.vue index 3e3e40c..291873e 100644 --- a/src/view/echarts_yl/eP3_2.vue +++ b/src/view/echarts_yl/eP3_2.vue @@ -47,7 +47,7 @@ const getOption = () =>{ top: "5%", right: "11%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -65,7 +65,7 @@ const getOption = () =>{ //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, data: data.year, @@ -77,7 +77,7 @@ const getOption = () =>{ axisLabel: { show: false, color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, @@ -97,7 +97,7 @@ const getOption = () =>{ //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -120,7 +120,7 @@ const getOption = () =>{ }, axisLabel: { show: false, - fontSize: 14, + fontSize: 16, color: "#DEF1FF", fontFamily: "MicrosoftYaHei", lineHeight: 19, @@ -138,11 +138,11 @@ const getOption = () =>{ color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { offset: 0, - color: "rgba(142, 187, 255, 1)", + color: "rgba(162, 187, 255, 1)", }, { offset: 1, - color: "rgba(142, 187, 255, 0.20)", + color: "rgba(162, 187, 255, 0.20)", }, ]), }, diff --git a/src/view/echarts_yl/pie.vue b/src/view/echarts_yl/pie.vue index 909c4f9..fd2beb6 100644 --- a/src/view/echarts_yl/pie.vue +++ b/src/view/echarts_yl/pie.vue @@ -46,7 +46,7 @@ const getOption = () => { top: "8%", right: "11%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -64,7 +64,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, data: data.year, @@ -85,9 +85,8 @@ const getOption = () => { splitLine: { show: true, lineStyle: { - // color: "rgba(226, 226, 226, 0.3)", - color: "#ffffff", - fontSize: 14, + color: "rgba(226, 226, 226, 0.3)", + fontSize: 16, width: 1, }, }, @@ -115,7 +114,7 @@ const getOption = () => { }, axisLabel: { show: false, - fontSize: 14, + fontSize: 16, fontFamily: "MicrosoftYaHei", color: "#ffffff", lineHeight: 19, diff --git a/src/view/echarts_yl/pie2.vue b/src/view/echarts_yl/pie2.vue index 6312ebc..47e8649 100644 --- a/src/view/echarts_yl/pie2.vue +++ b/src/view/echarts_yl/pie2.vue @@ -48,7 +48,7 @@ const getOption = () => { top: "8%", right: "11%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -67,7 +67,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, @@ -77,7 +77,7 @@ const getOption = () => { show: true, lineStyle: { color: "rgba(255, 255, 255, 0.2)", - fontSize: 14, + fontSize: 16, width: 1, }, }, @@ -85,7 +85,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, }, diff --git a/src/view/echarts_yl/pie3d.vue b/src/view/echarts_yl/pie3d.vue index b712aae..5549c37 100644 --- a/src/view/echarts_yl/pie3d.vue +++ b/src/view/echarts_yl/pie3d.vue @@ -62,7 +62,7 @@ const colorList = [ "rgba(69, 244, 245)", "rgba(7, 166, 255)", "rgba(255, 208, 118)", - "rgba(109, 148, 198)", + "rgba(109, 168, 198)", "rgba(255, 255, 255)", ]; @@ -250,7 +250,7 @@ function getPie3D(pieData, internalDiameterRatio) { itemWidth: 25, textStyle: { //图例字体大小 - fontSize: 14, + fontSize: 16, color: "#FFFFFF", lineHeight: 20, }, diff --git a/src/view/echarts_yl/ylJHSY.vue b/src/view/echarts_yl/ylJHSY.vue index 7cf49ea..a999cd1 100644 --- a/src/view/echarts_yl/ylJHSY.vue +++ b/src/view/echarts_yl/ylJHSY.vue @@ -88,7 +88,7 @@ const getOption = () => { data: ["计划生育人数", "计划生育补贴金额"], top: "3%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", //上文字标题颜色 }, }, @@ -107,7 +107,7 @@ const getOption = () => { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisTick: { @@ -132,7 +132,7 @@ const getOption = () => { show: false, lineStyle: { color: "rgba(255, 255, 255, 0.3)", - fontSize: 14, + fontSize: 16, width: 1, }, }, @@ -140,7 +140,7 @@ const getOption = () => { //y轴文字的配置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisLine: { @@ -148,7 +148,7 @@ const getOption = () => { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, type: "solid", }, @@ -171,7 +171,7 @@ const getOption = () => { //y轴文字的配置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, @@ -180,7 +180,7 @@ const getOption = () => { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, type: "solid", }, @@ -204,7 +204,7 @@ const getOption = () => { }, axisLabel: { show: false, - fontSize: 14, + fontSize: 16, color: "#ffffff", lineHeight: 19, fontFamily: "MicrosoftYaHei", diff --git a/src/view/echarts_yl/ylSMFW.vue b/src/view/echarts_yl/ylSMFW.vue index dc334d5..d58c518 100644 --- a/src/view/echarts_yl/ylSMFW.vue +++ b/src/view/echarts_yl/ylSMFW.vue @@ -54,7 +54,7 @@ const option = { data: ["上门服务时长", "上门服务次数"], // top: "8%", textStyle: { - fontSize: 14, + fontSize: 16, color: "#ffffff", }, }, @@ -65,7 +65,7 @@ const option = { bottom: "0%", containLabel: true, color: "#ffffff", - fontSize: 14, + fontSize: 16, }, calculable: true, @@ -76,7 +76,7 @@ const option = { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisTick: { @@ -100,7 +100,7 @@ const option = { show: false, lineStyle: { color: "rgba(255, 255, 255, 0.3)", - fontSize: 14, + fontSize: 16, width: 1, }, }, @@ -108,7 +108,7 @@ const option = { //坐标轴刻度标签的相关设置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisLine: { @@ -116,7 +116,7 @@ const option = { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, type: "solid", }, @@ -133,13 +133,13 @@ const option = { lineStyle: { color: "rgba(255, 255, 255, 0.3)", width: 1, - fontSize: 14, + fontSize: 16, }, }, axisLabel: {//y轴文字的配置 textStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, }, }, axisLine: { @@ -147,7 +147,7 @@ const option = { show: false, lineStyle: { color: "#ffffff", - fontSize: 14, + fontSize: 16, width: 1, type: "solid", },