Tananya
Tananya
If i set priceScaleId: 'rightVolume', , I am not able to scale by dragging its pricescale.. also when i hover the volume its not displaying price label on right side.
sorry , I am not a professional to build plugin..Also i want both price and volume scale on the right, thats why using the pane. so can you tell me...
wow , thanks i was thinking to create volume profile for my project , but did u extend version 4 or 5 ..i need multi pane support.
ok , then I want to build plugin for my v5 , can you guide me with any basic tutorials ? there is no documentation in TV how to create...
ok there is another branch named 5 , you can use that to checkout multi pane feature - https://github.com/tradingview/lightweight-charts/tree/v5-candidate btw please tell me what should I learn , or any...
Ok I am reading your code now. along with chatgpt help On Wed, 16 Oct, 2024, 4:17 pm Hassan Safari, ***@***.***> wrote: > ok there is another branch named 5...
Hey @safaritrader I saw plugin use fancy-canvas etc , how did u overcome all those things using vanilla js.
hi , but I compiled and run your example.. its not fluid when i scale price axis .. native plugins are way smoother...also when time axis is scaled I think...
hi , i succeeded creating primitive with pure js , its smooth . now working on series , will update you. ``` class AnchoredTextRenderer { constructor(options) { this._data = options;...
ok series too works fine with pure js , why dont u use like this in ur plugin,.. so even when u scale it will look good. ``` import {...