rafaelklaessen / react-tradingview-widget

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

Cannot find out how to color the bottom bars #33

Closed katerlouis closed 5 years ago

katerlouis commented 5 years ago

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

rafaelklaessen commented 5 years ago

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.)