Closed rouilj closed 6 months ago
The current chart.py multichart uses a hard coded title for the chart:
Tickets grouped by Priority and Status
It should report the fields actually used for grouping.
Also "Tickets" is unique to the issue class. If I use _generic.chart.html to display /users or /query, it should change to refect the different class. E.G. the URL http://localhost:8080/demo/query?@chartype=piechart&@template=chart&@group=creator should have a title of:
Query grouped by creator
This does not appear to be on main. Please reopen until the chart.title change appears on main.
Closing. it looks like the code is on main.
The current chart.py multichart uses a hard coded title for the chart:
It should report the fields actually used for grouping.
Also "Tickets" is unique to the issue class. If I use _generic.chart.html to display /users or /query, it should change to refect the different class. E.G. the URL http://localhost:8080/demo/query?@chartype=piechart&@template=chart&@group=creator should have a title of: