UBC-MDS / DSCI-532_2024_19_food-price-tracker

An intuitive, interactive data visualization platform for drawing food price insights and enhancing cross-sector collaboration to address worldwide food-related challenges.
https://dsci-532-2024-19-food-price-tracker.onrender.com
Other
1 stars 0 forks source link

(Optional) Update date-range selection to slider; see Group 8. Select months / quarters @tonyshumlh @celestezhao #114

Closed srfrew closed 5 months ago

srfrew commented 5 months ago

To update tooltip: https://dash.plotly.com/dash-core-components/rangeslider Formatting tooltips may be possible in JS or with string formatting since there is an fstring

srfrew commented 5 months ago

@tonyshumlh this looks great. I noticed that a callback is triggered while the user is sliding the bar. Is it possible to make this update on release instead of continuously? I think it's spamming the server with callbacks due to the update method... I think updatemode