tradingview / lightweight-charts

Performant financial charts built with HTML5 canvas
https://www.tradingview.com/lightweight-charts/
Apache License 2.0
9.23k stars 1.59k forks source link

How to overlap the chart lines and the price scale ? #1606

Open LalanaChami opened 4 months ago

LalanaChami commented 4 months ago

As in the below screenshots, does the trading view lite chart library support plotting the price axis values facing inwards the chart (overlapping with chart lines).

Image

illetid commented 4 months ago

We don't support it out of the box. You could achieve this behavior with a plugin. You could check the example and code of the example

LalanaChami commented 4 months ago

Thanks @illetid, This should work in the web TV lib. But I use the Trading View iOS and Android libraries (wappers). Could this be done in the iOS and Android libraries?