Date/ Period Graph

Hi,

I’m trying to filter my df by Streamlit slider (month/year) and than draw a plotly graph, but after setting a range of months I’m getting graphs like on my screenshot!

Is there a way to plot graphs without this blanks?
P.s this is how I filter my df ( filtered_df_graph = df[(df[‘Year’].isin(year)) & (df[‘Month’].isin(month))] )

Hi @Saveliy_Borkov,

Hmmm, I’d try to fix this at the Plotly level:

Tell us if that helps you as a first step!
Fanilo