lightweight-charts-react-wrapper
lightweight-charts-react-wrapper copied to clipboard
React wrapper for financial lightweight charts
DeKay in this video is using a fork version of lwc to add multiple pane to main chart. Any chance we can have that in wrapper? https://www.youtube.com/watch?v=2nxj4aLBhgo More info: https://pypi.org/project/streamlit-lightweight-charts-ntf/
Any setState call inside onCrosshairMove handler function causes **Maximum update depth exceeded error** Even simple examples cause this problem: ```ts const [time, setTime] = useState(undefined) const onCrosshairMove = (event: MouseEventParams)...
Here's the release notes: https://tradingview.github.io/lightweight-charts/docs/release-notes#410
The `autoSize` prop doesn't seem to work by default, I believe the wrapping div needs ```css width: 100%; height: 100%; ``` that makes it work.
like this.  By default a chart has only 2 price scales, Maybe tradingview doesn't want to support this feature? https://github.com/tradingview/lightweight-charts/issues/129
For example, see here: https://tradingview.github.io/lightweight-charts/tutorials/customization/finishing-touches 
Requesting the wrapper be updated to support changes introduced in major version 5 of lightweight-charts. Here are the release notes: https://tradingview.github.io/lightweight-charts/docs/release-notes Particularly need the multi-pane support.