Modify

Opened 13 years ago

Closed 13 years ago

#8439 closed defect (worksforme)

Burndown chart shows, but there is no graph

Reported by: anonymous Owned by: osimons
Priority: high Component: EstimationToolsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

Hi,

I have a very simple line in wiki to display the burndown chart. The chart shows up but no graph.

[[BurndownChart(milestone=Sprint 2, startdate=2010-01-15, enddate=2010-02-18)]]

This is what I have in trac.ini

[estimation-tools]
# if you want to use another field than estimatedhours you can change that
estimation_field = estimatedhours
# Set to a comma separated list of workflow states
# that count as zero in BurnDownChart. Defaults to 'closed'
closed_states = closed,another_state
# Suffix used for estimations. Defaults to 'h'
estimation_suffix = points
# If you want charts to be served from the server set to true. Useful for SSL connections. Default 'false'
serverside_charts = true

[ticket-custom]
#billable = checkbox
#billable.label = Billable?
#billable.order = 3
#billable.value = 1
estimatedhours = text
estimatedhours.label = Estimated Number of Hours
estimatedhours.order = 1
estimatedhours.value = 0
hours = text
hours.label = Add Hours to Ticket
hours.order = 2
hours.value = 0
totalhours = text
totalhours.label = Total Hours
totalhours.order = 4
totalhours.value = 0

Thank you

Attachments (0)

Change History (4)

comment:1 Changed 13 years ago by Ryan J Ollos

Summary: Estimationtools plugin, burndown chartBurndown chart shows, but there is no graph

comment:2 Changed 13 years ago by Achton

Try renaming your milestone to something without spaces.

comment:3 Changed 13 years ago by osimons

Owner: changed from Joachim Hoessler to osimons

Are you running latest version of the plugin? If not, please get latest from 'trunk' and try it again. It really should work.

comment:4 Changed 13 years ago by Adrian Fritz

Resolution: worksforme
Status: newclosed

Closing it since anonymous probably didn't received back an e-mail. Please reopen if you issue persist. []'s

Adrián

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.