fix: color: 'auto' => color: 'inherit'
parent
14093bec07
commit
7f7f7cda2b
|
|
@ -94,7 +94,7 @@ function renderMemoryChart() {
|
|||
detail: {
|
||||
show: true,
|
||||
offsetCenter: [0, '50%'],
|
||||
color: 'auto',
|
||||
color: 'inherit',
|
||||
fontSize: 30,
|
||||
formatter: usedMemory,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ function renderMemoryChart() {
|
|||
detail: {
|
||||
show: true,
|
||||
offsetCenter: [0, '50%'],
|
||||
color: 'auto',
|
||||
color: 'inherit',
|
||||
fontSize: 30,
|
||||
formatter: usedMemory,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ function renderMemoryChart() {
|
|||
detail: {
|
||||
show: true,
|
||||
offsetCenter: [0, '50%'],
|
||||
color: 'auto',
|
||||
color: 'inherit',
|
||||
fontSize: 30,
|
||||
formatter: usedMemory,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue