Kaktana / kaktana-react-lightweight-charts

A simple react wrapper for the tradingview lightweight charts module
MIT License
106 stars 55 forks source link

Support custom themes through options prop #24

Open angel-rs opened 3 years ago

angel-rs commented 3 years ago

Issue

As seen from this example lightweight-charts supports custom themes, at the moment the react component doesn't support it.

Proposal

Add support for optional prop options.lightTheme & options.darkTheme accordingly.

If welcomed & can create a PR for this :)