Pasecinic Nichita
Pasecinic Nichita
**Is your feature request related to a problem? Please describe.** Because of the react lifecycle, the bellow error is quite common  **Describe the solution you'd like** `IChartAPI` can have...
**Lightweight Charts™ Version:** 4.0.1 **Steps/code to reproduce:** Looks like the `fixLeftEdge` and `fixRightEdge` are broking the first render **Actual behavior:** On first render the chart is empty, with data in...
Tried with the example code from the readme. When calling `closeWebsocket` (unsubscribing from `messagesSubscription`) will not invoke the `complete` callback from the subscription observer.
Awesome lib 🚀 I could use `instance` from `useTreeState` in order to get always the current selected node, filtering in `flatData` and searching for `selected: true` , but that is...
Would be nice to retrieve created price lines from the series directly. The same way there is an API for getting series data: ```js series.data() ``` I think it would...