Add a new statistics script that creates SVG plots.

This commit is contained in:
John "Elwin" Edwards 2014-01-10 07:15:39 -05:00
parent 1ab746907b
commit be7dba5b6c
4 changed files with 240 additions and 0 deletions

View file

@ -31,6 +31,10 @@ div.sentry:nth-child(3n+2) {
background-color: #FFE0E0;
}
div.graph {
margin: 1em auto;
}
span.shdata {
display: table-cell;
font-weight: bold;