neodash
neodash copied to clipboard
Gantt chart plots but is parsing datetime data incorrectly
NeoDash version: 2.4.8
Neo4j Database version: 5.19.0 Enterprise
Perform a gantt chart report.
-
Query nodes providing startDate, and endDate
-
Gantt chart should plot the task on the proper day/month time, and the proper length of time using the timestamp.
-
gantt chart is plotting tasks on correct DAY (of the month), but one month later (June rather than May. Also all tasks show from 12-12 (an entire day) even though most of the tasks have event lengths that are only seconds, or several minutes in length.
here's the example of the date formatting: startDate: 2024-05-02T11:43:41Z endDate: 2024-05-02T11:43:59Z
I've manually set the startDate/endDate for several minutes and several hours. The minimum it will plot is one day. It also only seems to only plot in increments of one day (not partial based on number of hours of the task length)
Additionally, include (as appropriate) screenshots, drawings, etc.