trash-and-fire / lightweight-charts-react-wrapper

React wrapper for financial lightweight charts
Other
58 stars 5 forks source link

Lost backgroundColor on chart re-render #3

Closed theaspirational closed 1 year ago

theaspirational commented 1 year ago

When I receive other data from my backend and its arrival trigger chart re-render I lost my chart background color. It resets from custom to default. Thank you for your work. Please help me. @trash-and-fire

https://user-images.githubusercontent.com/48733736/197380067-9bcaf855-dcb2-4e7b-9c64-7df0a5139cf3.mov

theaspirational commented 1 year ago

The issue was that for some reason Chart Component itself was not re-rendering and I managed to force re-render it on the exchange switch. Closing issue. My bad. Once again Thank you for your work!