react-tradingview-embed
react-tradingview-embed copied to clipboard
Added parentStyle property to all widgets
This allows the user to optionally set style on the parent div
of each widget.
Named the property parentStyle
rather than style
due to a potential confusion in AdvancedChart.tsx
's widgetProps
. If no problem seen here, happy to change the property name to just style
.