Open
Bug 743984
Opened 14 years ago
Updated 13 years ago
Additional chart support
Categories
(Webtools :: mediawiki-bugzilla, enhancement)
Webtools
mediawiki-bugzilla
Tracking
(Not tracked)
NEW
People
(Reporter: lmandel, Unassigned)
Details
(Whiteboard: [mediawiki-bugzilla])
mediawiki-bugzilla currently supports a bar chart. There is rough in code [1] for support for additional chart types including vbar, pie, and inline. I would like to see these chart types get built out to support more visualizations of the bugzilla data.
[1]https://github.com/mozilla/mediawiki-bugzilla/blob/master/Bugzilla.class.php
| Reporter | ||
Updated•14 years ago
|
Severity: normal → enhancement
I added pie charts in https://github.com/LegNeato/mediawiki-bugzilla/commit/f8bfdb2155560060a43531af376023057aa266d3.
You can specify type="pie" and optionally size="small", size="medium", or size="large". I am not happy with the code and intend to refactor a bit so that all the graph types can use the small/medium/large stuff.
| Reporter | ||
Updated•13 years ago
|
Component: wiki.mozilla.org → mediawiki-bugzilla
Product: Websites → Webtools
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•