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

Streamlit wrapper for lightweight-charts

Results 6 streamlit-lightweight-charts issues
Sort by recently updated
recently updated
newest added

Thank you so much for this great job. Do you know how to solve the problem that markers are dispeared at the same time when I zoom in the screen....

Should be: `def renderLightweightCharts(charts: list[Dict], key: str = None):` instead of `def renderLightweightCharts(charts: Dict, key: str = None):`

Hello, I wanted to start by saying thank you for the incredible work you've done with this project. I've found it immensely helpful in my work. I'm reaching out to...

tried to play with the sample code 'Multipane Chart (intraday) from CSV' The default size of the chandlestick should be changed by varying the option 'barSpacing'. But seems this option...

How would you enable crosshair alignment of multipane from your example? renderLightweightCharts([ { "chart": chartMultipaneOptions[0], "series": seriesCandlestickChart }, { "chart": chartMultipaneOptions[1], "series": seriesVolumeChart }, { "chart": chartMultipaneOptions[2], "series": seriesMACDchart }...

Q1: Is it possible to turnoff priceLine in PriceLineOptions? Original Lightweight-Charts JSON: export interface PriceLineOptions { ... /** * Display line. * * @defaultValue `true` */ lineVisible: boolean; ... }...