rafaelklaessen / react-tradingview-widget

React component for rendering the TradingView Advanced Real-Time Chart Widget.
MIT License
273 stars 94 forks source link

Customize background color #62

Open anhvu2103 opened 3 years ago

anhvu2103 commented 3 years ago

Hi, is there anyway that I can customize the background color of TradingViewWidget? I know there are two themes which are Dark and Light but I want to try changing the background color to something like green if possible

ramirezsandin commented 2 years ago

Nice, no answers here to this 😪 Has anyone managed to achieve that?

ramirezsandin commented 2 years ago

Ok, found the solution.

Just style the iframe with the attribute color-scheme: 'normal'

viennguyendeveloper commented 2 years ago

hi @rafaelklaessen , @anhvu2103 , did you find the resolution?