Mark Silverwood

Results 179 comments of Mark Silverwood

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

You could use an approach like this: https://tradingview.github.io/lightweight-charts/tutorials/how_to/set-crosshair-position#tracking-without-long-press-on-mobile Essentially, you can disable the event listeners which LWC adds then handle the crosshair position yourself. This will achieve the similar effect.

The new setCrosshairPosition API could be used to synchronise multiple charts when used in combination with the visibleRange subscribers and setters. Additionally if you need to ensure that the price...

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

It is defined within the 'layout' options ([`LayoutOptions`](https://tradingview.github.io/lightweight-charts/docs/api/interfaces/LayoutOptions)). For example: https://tradingview.github.io/lightweight-charts/tutorials/customization/chart-colors#adjusting-the-background-and-text-colors-for-the-chart

Needing to use anything longer than a RequestAnimationFrame delay is not expected. It would be helpful if you could provide a code sample so we could know the combination of...

I think it would be better if we updated the example to import the datafeed class directly instead of loading it via a `` tag which pollutes the global window...

> Do you mind explaining to me about the tag? I don't introduce any script tags. The script tag is defined here: https://github.com/tradingview/charting-library-examples/blob/04c76c7c1cff95a155f0a4c79b14a75f1cdd7aa2/nextjs/pages/index.tsx#L37-L43 This means that the datafeed is loaded...

Add checks for selecting the same usb controller more than once.