guidocioni / point_wx

4 stars 0 forks source link

Implement persistence for `Graph` objects #88

Open guidocioni opened 5 months ago

guidocioni commented 5 months ago

An example is here https://stackoverflow.com/questions/63611740/how-to-persist-state-of-plotly-graph-in-dash-app

Also consider this https://www.dash-extensions.com/sections/pages If we use this pages extension then the content is not loaded every time from scratch.

guidocioni commented 1 month ago

I think if we use the second approach (with dash-extensions pages) everything will be persisted and we won't have to write any function to manually cache the values. This could also be not bad.