Merge pull request 'Add the weekday name (e.g., Monday) when hovering over a data point in the Project.' (#211) from Kartik_Task#511 into Issues_Jun_3W

Reviewed-on: #211
This commit is contained in:
Vikas Nale 2025-06-20 09:13:07 +00:00
commit 246784c18a

View File

@ -69,6 +69,7 @@ const ProjectProgressChart = () => {
);
const lineChartCategoriesDates = sortedDashboardData.map((d) =>
new Date(d.date).toLocaleDateString("en-US", {
weekday:"short",
month: "short",
day: "numeric",
year: "numeric",