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

Cannot find out how to color the bottom bars

katerlouis opened this issue · comments

Hey, I'm wondering if it's even possible to color these two parts of the widget.
If so, please tell me how :)

The options from this page don't seem to affect them
https://github.com/mmmy/css3demos/wiki/Overrides

image

Hi, thanks for the issue!

Since this package is only a very simple wrapper around the Advanced Real-Time Chart Widget by TradingView, you'd have to refer to their documentation.

(Really, the only thing that this package does is provide a React variant of TradingView's API. Nothing is actually changed.)