Modify ↓
Opened 14 years ago
Last modified 5 years ago
#8532 assigned enhancement
Current date as default in the overview
Reported by: | Owned by: | Chris Nelson | |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Is it possible to show in the vRightTable the current date as default? I mean the blue column. At the start of Gantt it starts always with the earliest date.
Attachments (0)
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 12 years ago by
Status: | new → assigned |
---|
I have added a scrollTo
option in my local code base. It specifies a date that should be visible when the chart is first drawn. It can be set to a date in yyyy-mm-dd
format or "today". With "today" set in site-wide chart options in trac.ini
, I think you can accomplish most of what this ticket requires. I want to test that change locally a bit before I push to TH.
comment:6 Changed 12 years ago by
comment:7 Changed 5 years ago by
Cc: | Ryan J Ollos removed |
---|
Note: See
TracTickets for help on using
tickets.
That's a good idea. This needs work in the underlying jsGantt but I think it would be valuable. I can't say how soon I'll get to it.