Mark Silverwood

Results 179 comments of Mark Silverwood

By using a transparent background colour on the chart, you can manually create a more complex watermark. Here is an example: https://tradingview.github.io/lightweight-charts/tutorials/how_to/watermark

> Do you have any design kits or components available for Lightweight Charts? There aren't any design kits available for the library at the moment. I agree that a design...

Since #1166 has now been merged, this PR is ready to be reviewed and merged.

`priceScale('right').width()` returning `0` before the chart has been rendered is expected. If you need to measure the width at startup then using `setTimeout` is the correct approach. > I rather...

You should be able to use the `subscribeSizeChange` for knowing when the price scale width changes since if the chart width is constant then the time scale width needs to...

There is a [`paneSize`](https://tradingview.github.io/lightweight-charts/docs/api/interfaces/IChartApiBase#panesize) method which you could use to get the width of the chart pane (which would be the same as the time scale if it was visible)....

Thank you for your feature request for Lightweight Charts. In order to keep the library lightweight and maintain a narrow focus, we strive to include only strictly required features in...

Agreed internally that it is no longer required.

Updates: - This change of behavior should be an option. - Need to perform an investigation on the desired behavior when margins are negative.