microsoft / powerbi-visuals-gantt

A Gantt chart is a type of bar chart which illustrates a project timeline or schedule. The Gantt Chart visual shows the Tasks, Start Dates, Durations, % Complete, and Resources for a project. The Gantt Chart visual can be used to show current schedule status using percent-complete shadings and a vertical "TODAY" line. The Legend may be used to group or filter tasks based upon data values.
Other
118 stars 114 forks source link

Gantt 2.2.3 Tooltips Date Format #227

Open scabezas2014 opened 4 years ago

scabezas2014 commented 4 years ago

Date fields Go-Live Date 1 and Go-Live Date 2 are formatted in live data model as MM/dd/yy as shown in the screenshot; however, the tooltip displays the dates as yyyy-MM-ddThh:mm:ss.000Z. When I use these fields anywhere else like a table or even in the Gantt visual as Start Date, for instance, the dates are displayed correctly as MM/dd/yy Gantt Date Format

helen508light commented 3 years ago

@scabezas2014 Now Date formatting does not provided for Tooltips field, in general values except StartDate and EndDate are converted to String format. We'll add it to our backlog.

scabezas2014 commented 3 years ago

@scabezas2014 Now Date formatting does not provided for Tooltips field, in general values except StartDate and EndDate are converted to String format. We'll add it to our backlog.

Thank you Helen. Do you have a date when this may be addressed

helen508light commented 3 years ago

@scabezas2014 you can fork repo and make the apply the same formatting for tooltips as for StartDate and EndDate by changing a source code, because in Gantt tooltips are rely on string data by design