Modify ↓
Opened 13 years ago
Last modified 13 years ago
#9084 new defect
missing burndown chart
Reported by: | smcbutler | Owned by: | Joachim Hoessler |
---|---|---|---|
Priority: | normal | Component: | EstimationToolsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
i just moved my trac installation to a different machine and am having problems with the burndown chart display
This fails gives me a broken link:
[[BurndownChart(milestone=Customer Deployment, startdate=2011-01-19)]]
But this works fine:
[[WorkloadChart(milestone=Customer Deployment, width=800, height=200)]]
Is there something else i need to do here
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | Screen shot 2011-08-11 at Aug 11 10.53AM.png added |
---|
comment:1 Changed 13 years ago by
Turn on TracLogging at debug level and see what it reports when you restart web server, and make a new request to try to render the graphs. Any errors should be reported there.
Note: See
TracTickets for help on using
tickets.
screenshot