tradingview/lightweight-charts

Unable to display the real-time price of priceLine on the price axis

Closed this issue · 3 comments

I implemented the candlestick chart according to the example, but there is no real-time price display on the price axis on the right.
截屏2024-08-26 11 20 34

I hope to see a green area like the official example.
截屏2024-08-22 16 47 24

Below is my code:
image
image

Please help me, thank you very much!

Hi, could you pls check that series has lastValueVisible option set to true. It is true but pls double-check

Hi, could you pls check that series has lastValueVisible option set to true. It is true but pls double-check

Thanks bro !
I change ' const chart = ref() ' to 'let chart :any ' and it worked.