tradingview / lightweight-charts

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

Option to disable current price label #623

Closed thisconnect closed 3 years ago

thisconnect commented 3 years ago

Is your feature request related to a problem? Please describe.

I am trying to setup a very minimalistic chart, only pricescale+timescale+arealine, I plan to show current price outside/before the chart, unfortunately I could not find a way to disable the current price on the pricescale.

Screen Shot 2020-11-17 at 12 39 44 PM

Describe the solution you'd like

Any way to disable the priceLabel on the PriceScale, i..e priceLabelVisible: false

Additional context

minimal example without priceline, but the pricelabel is still on the pricescale https://jsfiddle.net/vg1bn0os/1/

timocov commented 3 years ago

Please look at our docs first.

Let's keep this issue tracker for features and bugs, rather than questions. For questions please use stackoverflow and discord.