Natixar / natixar-frontend

The static front end of the Natixar SaaS platform
0 stars 5 forks source link

58 bar chart compare option shows bogus data #79

Closed Math712 closed 1 month ago

render[bot] commented 1 month ago

Your Render PR Server URL is https://natixar-pr-79.onrender.com.

Follow its progress at https://dashboard.render.com/static/srv-cp5nol8cmk4c738rhbqg.

render[bot] commented 1 month ago

Your Render PR Server at https://natixar-pr-79.onrender.com is now live!

View it on your dashboard at https://dashboard.render.com/static/srv-cp5nol8cmk4c738rhbqg.

lepeuvedic-natixar commented 1 month ago

Date calculation to update the labels when adding bars for the comparison is dependent on the current format of the dates. To improve resiliency the function must convert to a suitable Date object and use Date arithmetic to add one year, then call the formatter again to compute the label.