hi all,
I set up multiple subplots using add_traces with each a candlestick trace. However, the update_layout for xaxis_rangeslider_visible seems to be working for the first subplot only. any idea? much appreciated.
fig.add_traces(tracelist, rows=[1,1,2,2], cols=[1,2,1,2], )
fig.update_layout( title_font_size=30, showlegend=False,
xaxis_rangeslider_visible=False)