streamlit-lightweight-charts
streamlit-lightweight-charts copied to clipboard
Is it possible to turnoff priceLine in PriceLineOptions?
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