Merge branch 'main' of git.zdool.com:xs/ggfwjsc

This commit is contained in:
姚宇浩 2024-05-22 15:12:32 +08:00
commit 63ed011019
20 changed files with 87 additions and 89 deletions

View File

@ -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: {

View File

@ -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",
},

View File

@ -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: {

View File

@ -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,

View File

@ -71,7 +71,7 @@ let option = {
fontSize: '24',
fontWeight: 'normal',
color: '#fff',
fontSize: 14,
fontSize: 16,
lineHeight: 30,
rich: {
cell: {

View File

@ -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",
},

View File

@ -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,
},
},

View File

@ -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,
},
},
},

View File

@ -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,
},
},

View File

@ -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",
},
},

View File

@ -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,
},
},
},

View File

@ -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,
},
},
},

View File

@ -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,
},
},
{

View File

@ -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,
},
},
},

View File

@ -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)",
},
]),
},

View File

@ -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,

View File

@ -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,
},
},
},

View File

@ -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,
},

View File

@ -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",

View File

@ -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",
},