fix: set the background to solid and overide backgroundGradient settings (#727)

This commit is contained in:
Linkie Link 2024-01-12 09:25:19 +01:00 committed by GitHub
parent b57ae05db1
commit 060a8b8797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,9 @@ export default function TradeChart(props: Props) {
theme: 'dark',
overrides: {
'paneProperties.background': '#220E1D',
'paneProperties.backgroundType': 'solid',
'paneProperties.backgroundGradientStartColor': '#220E1D',
'paneProperties.backgroundGradientEndColor': '#220E1D',
'linetooltrendline.linecolor': 'rgba(255, 255, 255, 0.8)',
'linetooltrendline.linewidth': 2,
},