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' '#cb4b4b'
'#9440ed' '#9440ed'
] ]
pointWidths: [ pointWidths: [1]
1 pointStrokeColors: ['#ffffff']
1 pointFillColors: []
1
1
1
1
]
pointStrokeColors: [
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
'#ffffff'
]
pointFillColors: [
]
ymax: 'auto' ymax: 'auto'
ymin: 'auto 0' ymin: 'auto 0'
marginTop: 25 marginTop: 25

View File

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

2
morris.min.js vendored

File diff suppressed because one or more lines are too long