I created a chart using the free Microsoft 2.2.3 Gantt chart visual. The data that I used only has a required date (start date) with only the tasks completed having an end date. To display the data, I created a duration column. The following is a sample dataset.
Project Turnover Task | Date Required (MM/DD/YYYY) | Date Completed (MM/DD/YYYY) | Status (Blank, WIP or Completed) (N/A; WIP; Complete) |
Task 1 | 3/5/2024 | 3/1/2024 | Complete |
Task 2 | 3/5/2024 | 3/5/2024 | Complete |
Task 3 | 3/5/2024 | 3/8/2024 | Complete |
Task 4 | 4/2/2024 | WIP | |
Task 5 | 6/1/2024 | ||
Task 6 | N/A | ||
Task 7 | 7/1/2024 | WIP |
The chart itself looks correct but the hover is not reporting the data properly. Please see the screenshot below. I need to at a minimin suppress the End Data field, which is reflecting 1 day when the duration is actually negative.
I have read and tried to implement quite a few post suggestions but nothing worked.
Is there away (maybe using Python) to display my own hover data fields? Any suggestions are appreciated!!