fix: set the background to solid and overide backgroundGradient settings (#727)
This commit is contained in:
parent
b57ae05db1
commit
060a8b8797
@ -50,6 +50,9 @@ export default function TradeChart(props: Props) {
|
|||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
overrides: {
|
overrides: {
|
||||||
'paneProperties.background': '#220E1D',
|
'paneProperties.background': '#220E1D',
|
||||||
|
'paneProperties.backgroundType': 'solid',
|
||||||
|
'paneProperties.backgroundGradientStartColor': '#220E1D',
|
||||||
|
'paneProperties.backgroundGradientEndColor': '#220E1D',
|
||||||
'linetooltrendline.linecolor': 'rgba(255, 255, 255, 0.8)',
|
'linetooltrendline.linecolor': 'rgba(255, 255, 255, 0.8)',
|
||||||
'linetooltrendline.linewidth': 2,
|
'linetooltrendline.linewidth': 2,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user