Slight tidy-up.

This commit is contained in:
Olly Smith 2012-10-13 10:16:56 +01:00
parent 528a205257
commit 2fdf78c716
3 changed files with 6 additions and 22 deletions

View File

@ -62,25 +62,9 @@ class Morris.Line
'#cb4b4b'
'#9440ed'
]
pointWidths: [
1
1
1
1
1
1
]
pointStrokeColors: [
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
]
pointFillColors: [
]
pointWidths: [1]
pointStrokeColors: ['#ffffff']
pointFillColors: []
ymax: 'auto'
ymin: 'auto 0'
marginTop: 25

View File

@ -353,8 +353,8 @@
lineWidth: 3,
pointSize: 4,
lineColors: ['#0b62a4', '#7A92A3', '#4da74d', '#afd8f8', '#edc240', '#cb4b4b', '#9440ed'],
pointWidths: [1, 1, 1, 1, 1, 1],
pointStrokeColors: ['#ffffff', '#ffffff', '#ffffff', '#ffffff', '#ffffff', '#ffffff', '#ffffff'],
pointWidths: [1],
pointStrokeColors: ['#ffffff'],
pointFillColors: [],
ymax: 'auto',
ymin: 'auto 0',

2
morris.min.js vendored

File diff suppressed because one or more lines are too long