There was an error while loading. Please reload this page.
2 parents c0ca9c9 + 51488f5 commit f1fc435Copy full SHA for f1fc435
1 file changed
ticketgraph/htdocs/ticketgraph.js
@@ -5,27 +5,27 @@ $(document).ready(function() {
5
[
6
{
7
data: closedTickets,
8
- label: 'Closed tickets',
+ label: 'Closed',
9
bars: barSettings,
10
color: 1
11
},
12
13
data: openedTickets,
14
- label: 'New tickets',
+ label: 'New',
15
16
color: 2,
17
stack: true
18
19
20
data: reopenedTickets,
21
- label: 'Reopened tickets',
+ label: 'Reopened',
22
23
color: 3,
24
25
26
27
data: openTickets,
28
- label: 'Open tickets',
+ label: 'Open',
29
yaxis: 2,
30
lines: { show: true },
31
color: 0
0 commit comments