Fixed chart background color issue

This commit is contained in:
sairaj mote 2023-02-16 20:33:43 +05:30
parent 470aea4150
commit 3edbb9e7b2

View File

@ -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)`,
}, },