rafaelklaessen / react-tradingview-widget

React component for rendering the TradingView Advanced Real-Time Chart Widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass toolbar_bg with #ff0000 format not work

gasolin opened this issue · comments

found pass toolbar_bg color with #ff0000 format not work,
but doing toolbar_bg='red' does change the color

It might not related to this component, but directly related to the widget itself...

Thanks for the issue!

Since this component simply passes all props on to the TradingView widget itself, I suppose this is indeed an issue with the underlying widget, like you suggested.