Graph in exercise statistics

This commit is contained in:
johnmgeiger
2016-03-22 09:23:21 +01:00
parent cc0a541add
commit b530ea47d9
7 changed files with 220 additions and 0 deletions

View File

@@ -11,3 +11,30 @@ input[type='file'] {
#exercise_template_code {
font-family: monospace;
}
// Graph Settings
.axis path {
fill: none;
stroke: #100;
shape-rendering: crispEdges;
}
.axis line {
fill: none;
stroke: #999;
//shape-rendering: crispEdges;
}
.y.axis path {
display: none;
}
.line {
fill: none;
stroke: orange;//steelblue;
stroke-width: 4px;
}
div#chart_1{
background-color: #FAFAFA;
}