Mark Silverwood

Results 179 comments of Mark Silverwood

Hi @D-RubyIV, thanks for the PR. Some initial notes: - Could you investigate why your changes are causing so many e2e tests cases to fail? - https://app.circleci.com/pipelines/github/tradingview/lightweight-charts/2936/workflows/f8b0f70b-0e40-4b1f-a7ac-e03fc457d110/jobs/43792/artifacts - https://github.com/tradingview/lightweight-charts/blob/master/tests/README.md -...

The correct way to remove a series from the chart is to use the `removeSeries()` method, rather than setting its data to an empty array. For example: ```js const lineSeries...

The distance between the centers of data points must remain constant. You can only partially create volume candles by varying the widths of the candles. However, narrower candles will have...

Yes, you won't be able to achieve the same appearance that is possible on tradingview.com with LWC at the moment. It has been discussed internally, and we are considering including...

To enable second resolutions you need to enable the `seconds_resolution` featureset (it is disabled by default). https://github.com/tradingview/charting_library/wiki/Featuresets#important-features Additionally, ensure that your SymbolInfo has the correct values for: - https://github.com/tradingview/charting_library/wiki/Symbology#has_seconds -...

> these links is 404. You need to sign up here. https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/?feature=technical-analysis-charts

Thank you for your detailed feedback and for sharing your use case—it's really helpful to understand how developers are using the library in more complex, declarative scenarios like React wrappers....

Could you please try with version `4.1.4` or later? We had a fix related to this issue in that release.

The fix was for the Plugins API, and didn't fix the behaviour that you've noticed. Reproduction here: https://stackblitz.com/edit/lwc-1650-2xqevb?file=src%2Fmain.ts