| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Go Project Statistics</title> | |
| </head> | |
| <body> | |
| <h1># of issues opened by month</h1> | |
| <img src="/stats/svg?column=CreatedMonth;yscale=log"> | |
| <h1># of open issues over time</h1> | |
| <img src="/stats/svg?pivot=opencount;group=release"> | |
| <h1>Age of open issues</h1> | |
| <img src="/stats/svg?filter=open;column=Open;agg=bin"> | |
| <h1>Median close time for issues opened per day</h1> | |
| <img src="/stats/svg?filter=closed;column=Created;agg=percentile;yscale=lin;ymax=7776000000000000"> | |
| </body> | |
| </html> |