lightweight-charts-react-wrapper icon indicating copy to clipboard operation
lightweight-charts-react-wrapper copied to clipboard

React wrapper for financial lightweight charts

Results 7 lightweight-charts-react-wrapper issues
Sort by recently updated
recently updated
newest added

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. ![jpg](https://static.tradingview.com/static/bundles/lightweight-charts.5c935e728656427cb801.jpg) 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 ![image](https://github.com/trash-and-fire/lightweight-charts-react-wrapper/assets/126291407/00564708-0373-4ae6-b561-844bb83f7e3f)

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.