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

Is it possible to make the crosshair align on multipanel display?

Open xemltil opened this issue 5 months ago • 1 comments

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 } ], 'multipane')

xemltil avatar Sep 13 '24 07:09 xemltil