Update graph styling

This commit is contained in:
Alex Kilgour
2016-02-02 15:56:21 +00:00
parent d93f8af20e
commit ca9551a3e6
4 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -47,7 +47,8 @@ $(document).ready(function(){
}, },
points: { points: {
fill: true, fill: true,
fillColor: 'rgb(255, 255, 255)' radius:4,
lineWidth:3
}, },
shadowSize: 0, shadowSize: 0,
grid: { grid: {

File diff suppressed because one or more lines are too long

View File

@@ -444,8 +444,8 @@ ul.date-links {
} }
.dashedLegend { .dashedLegend {
position:absolute; position:absolute;
top:14px; top:17px;
right:39px; right:40px;
font-size:smaller; font-size:smaller;
color:#545454; color:#545454;
background-color: #fff; background-color: #fff;