Pasecinic Nichita

Results 15 issues of Pasecinic Nichita

**Is your feature request related to a problem? Please describe.** Because of the react lifecycle, the bellow error is quite common ![image](https://github.com/tradingview/lightweight-charts/assets/98735377/b56ea81b-979a-47a9-a4f2-edaad86e924f) **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...

bug
needs investigation

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...