rcpch / digital-growth-charts-react-component-library

A typescript React library for displaying RCPCH Digital Growth Charts from API data
https://growth.rcpch.ac.uk
MIT License
8 stars 11 forks source link

fix tooltip displaying date 1 day before of observation date provided #120

Closed gdfreitas closed 4 weeks ago

gdfreitas commented 4 weeks ago

Fix

Changes parsing of observation date to prevent tooltips to display wrong date. It was displaying 1 day before the observation date provided.

image

Notes

The new Date constructor was implicit considering user's timezone when building the date, which is not necessary for this particular use case.