fix: color: 'auto' => color: 'inherit'

This commit is contained in:
xingyu4j
2025-10-21 13:47:52 +08:00
parent 14093bec07
commit 7f7f7cda2b
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ function renderMemoryChart() {
detail: {
show: true,
offsetCenter: [0, '50%'],
color: 'auto',
color: 'inherit',
fontSize: 30,
formatter: usedMemory,
},

View File

@@ -94,7 +94,7 @@ function renderMemoryChart() {
detail: {
show: true,
offsetCenter: [0, '50%'],
color: 'auto',
color: 'inherit',
fontSize: 30,
formatter: usedMemory,
},

View File

@@ -94,7 +94,7 @@ function renderMemoryChart() {
detail: {
show: true,
offsetCenter: [0, '50%'],
color: 'auto',
color: 'inherit',
fontSize: 30,
formatter: usedMemory,
},