Resolved an issue where the chart failed to update correctly when adjusting the time slider. The previous implementation passed the calculation directly to the callback before updating the local state, leading to inconsistent rendering. This refactor ensures the minutes are calculated and assigned to the local scope consistently before triggering the chart update. It works now

Fixed chart rendering synchronization in the date slider - zhengqunkoo/taxibros