fixed weird issue with some dots not showing up

master
Matt Huntington 8 years ago
parent a7d4efea06
commit 8a02443b86

@ -4,17 +4,17 @@ var HEIGHT = 600;
var runs = [ var runs = [
{ {
id: 1, id: 1,
date: 'October 1, 2017 at 4:00pm', date: 'October 1, 2017 at 4:00PM',
distance: 5.2 distance: 5.2
}, },
{ {
id: 2, id: 2,
date: 'October 2, 2017 at 5:00pm', date: 'October 2, 2017 at 5:00PM',
distance: 6.4 distance: 7.0725
}, },
{ {
id: 3, id: 3,
date: 'October 3, 2017 at 6:00pm', date: 'October 3, 2017 at 6:00PM',
distance: 8.7 distance: 8.7
} }
] ]

Loading…
Cancel
Save