diff --git a/examples/decimal.html b/examples/decimal.html
index 3445df3..8cfe084 100644
--- a/examples/decimal.html
+++ b/examples/decimal.html
@@ -24,7 +24,8 @@ window.m = Morris.Line({
data: decimal_data,
xkey: 'x',
ykeys: ['y'],
- labels: ['sin(x)']
+ labels: ['sin(x)'],
+ parseTime: false
});