fix:修改x轴的标签颜色

main
liu.shiyi 1 year ago
parent 9ff8346114
commit 7eb1ffa503

@ -450,7 +450,7 @@ const option = {
text: '', text: '',
position: 'end', position: 'end',
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },
@ -459,7 +459,7 @@ const option = {
autoHide: false, autoHide: false,
autoEllipsis: true, autoEllipsis: true,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },
@ -499,7 +499,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -574,7 +574,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -560,7 +560,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -437,7 +437,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -570,7 +570,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -659,7 +659,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 0, autoHideMinGap: 0,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -534,7 +534,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 0, autoHideMinGap: 0,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -587,7 +587,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 0, autoHideMinGap: 0,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -586,7 +586,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -647,7 +647,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -594,7 +594,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -578,7 +578,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -588,7 +588,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -514,7 +514,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -584,7 +584,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -601,7 +601,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -654,7 +654,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

@ -588,7 +588,7 @@ const option = {
autoHideEnable: true, autoHideEnable: true,
autoHideMinGap: 2, autoHideMinGap: 2,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12 fontSize: 12
} }
}, },

Loading…
Cancel
Save