Modify ↓
Opened 15 years ago
Closed 15 years ago
#5326 closed defect (fixed)
Can't group by component without constraint
Reported by: | anonymous | Owned by: | aviram |
---|---|---|---|
Priority: | normal | Component: | TicketChartsMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Trying to get a pie chart of active bugs per component for a given version...
[[TicketChart(type=pie, factor=component, query=status!="closed"&version="3.7")]]
Gives this error:
list.index(x): x not in list
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the remark. This was corrected in [5966]. Later on I'll make sure that this does not happen in the other types of charts.
Note: See
TracTickets for help on using
tickets.
This workaround gives the graph, but it's rather ugly: