Fixed chart background color issue
This commit is contained in:
parent
470aea4150
commit
3edbb9e7b2
@ -2133,7 +2133,10 @@
|
|||||||
return {
|
return {
|
||||||
chart: {
|
chart: {
|
||||||
layout: {
|
layout: {
|
||||||
backgroundColor: `rgba(${textColor}, 0.01)`,
|
background: {
|
||||||
|
type: 'solid',
|
||||||
|
color: `rgba(${textColor}, 0.01)`
|
||||||
|
},
|
||||||
lineColor: `rgba(${textColor}, 0.1)`,
|
lineColor: `rgba(${textColor}, 0.1)`,
|
||||||
textColor: `rgba(${textColor}, 0.8)`,
|
textColor: `rgba(${textColor}, 0.8)`,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user