You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a simple dash app, which renders a scatter plot using plotly express, I have used the dcc.Loading to wrap the component which displays the plot upon a simple button click.
But during the initial rendering the indicator stops displaying once the component is ready with its data, but the plot is not yet rendered and displayed to the user.
Is there any way to show a loading spinner or any loading indicator which can be displayed until the plot is rendered? Or anything within the dcc.Graph component which can show this loading indicator until the plot is rendered completly
I have searched around the plotly documentation and not seem find anything suitable.
The CSV file being consumed is around 250 mb and the delay after the loading indicator stops and the plot to render is around a second or 2, but this might increase once the files being consumed are also increasing in size.
I have created a simple dash app, which renders a scatter plot using plotly express, I have used the
dcc.Loading
to wrap the component which displays the plot upon a simple button click.But during the initial rendering the indicator stops displaying once the component is ready with its data, but the plot is not yet rendered and displayed to the user.
Is there any way to show a loading spinner or any loading indicator which can be displayed until the plot is rendered? Or anything within the
dcc.Graph
component which can show this loading indicator until the plot is rendered completlyI have searched around the plotly documentation and not seem find anything suitable.
The CSV file being consumed is around 250 mb and the delay after the loading indicator stops and the plot to render is around a second or 2, but this might increase once the files being consumed are also increasing in size.
The CSV file with about 2million records:
2m-Sales-Records.zip
Video Sample:
Plot_loading.mp4
The text was updated successfully, but these errors were encountered: