Modify ↓
Opened 15 years ago
Last modified 8 years ago
#6202 new enhancement
More parameters to the charting backend - Use different Chart Types from Default
Reported by: | Bill Meyer | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Is it possible to pass on a parameter to the charting backend to display different chart types e.g. Pie, Line, Stacked Bar etc. Is it also possible to change the width of the chart.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 12 years ago by
Component: | TicketStatsMacro → TracTicketStatsPlugin |
---|---|
Owner: | changed from Guillermo M Narvaja to Ryan J Ollos |
comment:3 Changed 8 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
For different chart types you can try TicketChartsMacro. I think other chart types can be added to this plugin (TicketChartsMacro only reflect current tickets, doesn't allow to see a progression).
Also, adding a parameter to specify the width should be easy.
Feel free to post a patch if you want these features, now I don't have time or interest to work on them.