| 1 | = Ticket Statistics = |
| 2 | |
| 3 | == Tickets Closed Per Release == |
| 4 | |
| 5 | {{{ |
| 6 | #!html |
| 7 | <center><script type="text/javascript" src="//ajax.googleapis.com/ajax/static/modules/gviz/1.0/chart.js"> {"dataSourceUrl":"//docs.google.com/spreadsheet/tq?key=0Au5zSqw9UpJ6dFlGNXBSTTA0NXdWWDg4NDZjZlljUEE&transpose=0&headers=1&merge=COLS&range=A1%3AA50%2CD1%3AD50&gid=0&pub=1","options":{"vAxes":[{"title":"Tickets Closed","useFormatFromData":true,"minValue":null,"viewWindowMode":"pretty","viewWindow":{"min":null,"max":null},"maxValue":null},{"useFormatFromData":true,"minValue":null,"viewWindowMode":"pretty","viewWindow":{"min":null,"max":null},"maxValue":null}],"titleTextStyle":{"bold":true,"color":"#000","fontSize":16},"booleanRole":"certainty","curveType":"","title":"Tickets Closed By Version","animation":{"duration":500},"legend":"none","lineWidth":2,"hAxis":{"titleTextStyle":{"color":"#222","italic":true,"fontSize":12},"title":"Version","useFormatFromData":true,"slantedTextAngle":90,"slantedText":true,"minValue":null,"viewWindowMode":null,"textStyle":{"color":"#222","italic":false,"fontSize":12},"viewWindow":null,"maxValue":null},"tooltip":{},"width":963,"height":371},"state":{},"view":{},"chartType":"LineChart","chartName":"Chart 1"} </script><center> |
| 8 | }}} |
| 9 | |
| 10 | == Days Between Releases == |
| 11 | This graph shows the number of days that elapsed from the ''previous'' release to the ''listed'' release. |
| 12 | |
| 13 | {{{ |
| 14 | #!html |
| 15 | <center><script type="text/javascript" src="//ajax.googleapis.com/ajax/static/modules/gviz/1.0/chart.js"> {"dataSourceUrl":"//docs.google.com/spreadsheet/tq?key=0Au5zSqw9UpJ6dFlGNXBSTTA0NXdWWDg4NDZjZlljUEE&transpose=0&headers=0&merge=COLS&range=A2%3AA52%2CC2%3AC52&gid=0&pub=1","options":{"titleTextStyle":{"bold":true,"color":"#000","fontSize":16},"vAxes":[{"title":"Days Since Previous Release","useFormatFromData":true,"minValue":null,"viewWindowMode":"pretty","viewWindow":{"min":null,"max":null},"maxValue":null},{"useFormatFromData":true,"minValue":null,"viewWindowMode":"pretty","viewWindow":{"min":null,"max":null},"maxValue":null}],"series":{"0":{"color":"#ff0000"}},"title":"Days Between Releases","curveType":"","booleanRole":"certainty","animation":{"duration":500},"legend":"none","lineWidth":2,"hAxis":{"title":"Version","useFormatFromData":true,"slantedTextAngle":90,"slantedText":true,"minValue":null,"viewWindowMode":null,"viewWindow":null,"maxValue":null},"tooltip":{},"width":1170,"height":371},"state":{},"view":{},"chartType":"LineChart","chartName":"Chart 2"} </script></center> |
| 16 | }}} |