streamlit-lightweight-charts icon indicating copy to clipboard operation
streamlit-lightweight-charts copied to clipboard

Is it possible to turnoff priceLine in PriceLineOptions?

Open xemltil opened this issue 5 months ago • 1 comments

Q1: Is it possible to turnoff priceLine in PriceLineOptions?

Original Lightweight-Charts JSON:

export interface PriceLineOptions { ... /** * Display line. * * @defaultValue true */ lineVisible: boolean; ... }

Source: https://github.com/tradingview/lightweight-charts/blob/master/src/model/price-line-options.ts

xemltil avatar Sep 13 '24 07:09 xemltil