Mark Silverwood

Results 179 comments of Mark Silverwood

So you want to keep data points with the same timestamp as long as the ids are different? Therefore you are okay with this: ```js [ { currency_code: "BTC", id:...

If you could please provide a reproduction of the issue using purely web technologies (like on JSFiddle, Glitch.com, Stackblitz) and the latest version of the library then we will be...

You are correct. The library doesn't have a way for you to specify exactly which tick marks you want visible. The library will decide by itself based on the vertical...

Could we add a few e2e graphics tests (and have each test check one thing) - stretchFactor - preservePane - Skip default pane, add 2 panes manually, only add a...

It's still too earlier for us to consider releasing a RC / @next version of the library on NPM for the v5 version. If you would like to use the...

We made some improvements related to the installation of Puppeteer within the version 5 branch of the library which has now been merged in master.

The price scale width is leaving extra space because it know how much space it would require to display a non-zero label. When the user scrolls, zooms, or new data...

I tried to reproduce this with a simple example, and it seems that the issue only occurs with numbers around 1 quadrillion in size. https://stackblitz.com/edit/lwc-1650?file=src%2Fmain.ts I would suggest reducing the...

I would suggest that you could implement this with a LWC plugin. - https://tradingview.github.io/lightweight-charts/docs/plugins/intro Plugins would allow you to define a rectangle that drawn completely across the screen. The template...

It is not the expected behaviour that setting the `value` for a point equal to `null` would create a gap in the chart. What is supported is adding whitespace data,...