|
@@ -3983,6 +3983,7 @@ export const charts = [
|
|
},
|
|
},
|
|
detail: {
|
|
detail: {
|
|
color: '#0c56eb',
|
|
color: '#0c56eb',
|
|
|
|
+ fontSize: 16,
|
|
},
|
|
},
|
|
progress: {
|
|
progress: {
|
|
show: true,
|
|
show: true,
|
|
@@ -3991,6 +3992,7 @@ export const charts = [
|
|
},
|
|
},
|
|
axisLabel: {
|
|
axisLabel: {
|
|
color: '#ddd',
|
|
color: '#ddd',
|
|
|
|
+ fontSize: 12,
|
|
},
|
|
},
|
|
itemStyle: {
|
|
itemStyle: {
|
|
color: '#0c56eb',
|
|
color: '#0c56eb',
|
|
@@ -4073,6 +4075,7 @@ export const charts = [
|
|
},
|
|
},
|
|
axisLabel: {
|
|
axisLabel: {
|
|
show: false,
|
|
show: false,
|
|
|
|
+ fontSize: 12,
|
|
},
|
|
},
|
|
itemStyle: {
|
|
itemStyle: {
|
|
show: false,
|
|
show: false,
|
|
@@ -4275,6 +4278,7 @@ export const charts = [
|
|
},
|
|
},
|
|
axisLabel: {
|
|
axisLabel: {
|
|
show: false,
|
|
show: false,
|
|
|
|
+ fontSize: 12,
|
|
},
|
|
},
|
|
|
|
|
|
itemStyle: {
|
|
itemStyle: {
|
|
@@ -4282,6 +4286,7 @@ export const charts = [
|
|
},
|
|
},
|
|
detail: {
|
|
detail: {
|
|
show: false,
|
|
show: false,
|
|
|
|
+ fontSize: 16,
|
|
},
|
|
},
|
|
title: {
|
|
title: {
|
|
show: false,
|
|
show: false,
|
|
@@ -4388,6 +4393,7 @@ export const charts = [
|
|
axisLabel: {
|
|
axisLabel: {
|
|
color: '#4d5bd1',
|
|
color: '#4d5bd1',
|
|
distance: 16,
|
|
distance: 16,
|
|
|
|
+ fontSize: 12,
|
|
},
|
|
},
|
|
axisTick: {
|
|
axisTick: {
|
|
distance: 16,
|
|
distance: 16,
|
|
@@ -4420,6 +4426,7 @@ export const charts = [
|
|
fontWeight: '700',
|
|
fontWeight: '700',
|
|
color: '#0c56eb',
|
|
color: '#0c56eb',
|
|
},
|
|
},
|
|
|
|
+ fontSize: 16,
|
|
},
|
|
},
|
|
|
|
|
|
data: [
|
|
data: [
|
|
@@ -4486,6 +4493,7 @@ export const charts = [
|
|
axisLabel: {
|
|
axisLabel: {
|
|
color: '#4d5bd1',
|
|
color: '#4d5bd1',
|
|
distance: 16,
|
|
distance: 16,
|
|
|
|
+ fontSize: 12,
|
|
},
|
|
},
|
|
axisTick: {
|
|
axisTick: {
|
|
distance: -50,
|
|
distance: -50,
|
|
@@ -4518,6 +4526,7 @@ export const charts = [
|
|
fontWeight: '700',
|
|
fontWeight: '700',
|
|
color: '#0c56eb',
|
|
color: '#0c56eb',
|
|
},
|
|
},
|
|
|
|
+ fontSize: 12,
|
|
},
|
|
},
|
|
data: [
|
|
data: [
|
|
{
|
|
{
|
|
@@ -4583,6 +4592,7 @@ export const charts = [
|
|
},
|
|
},
|
|
axisLabel: {
|
|
axisLabel: {
|
|
show: false,
|
|
show: false,
|
|
|
|
+ fontSize: 16,
|
|
},
|
|
},
|
|
axisTick: {
|
|
axisTick: {
|
|
show: false,
|
|
show: false,
|
|
@@ -4608,6 +4618,7 @@ export const charts = [
|
|
fontWeight: 400,
|
|
fontWeight: 400,
|
|
color: '#EDFFFD',
|
|
color: '#EDFFFD',
|
|
},
|
|
},
|
|
|
|
+ fontSize: 16,
|
|
},
|
|
},
|
|
data: [
|
|
data: [
|
|
{
|
|
{
|