remove line example to make homepage menu correct

This commit is contained in:
David Miller
2016-02-02 15:17:24 -05:00
parent 0c64b68b30
commit bc69b30bbe

View File

@@ -114,20 +114,4 @@ $(function() {
resize: true resize: true
}); });
Morris.Line({
element: 'morris-line-chart',
data: [
{ y: '2006', a: 100, b: 90 },
{ y: '2007', a: 75, b: 65 },
{ y: '2008', a: 50, b: 40 },
{ y: '2009', a: 75, b: 65 },
{ y: '2010', a: 50, b: 40 },
{ y: '2011', a: 75, b: 65 },
{ y: '2012', a: 100, b: 90 }
],
xkey: 'y',
ykeys: ['a', 'b'],
labels: ['Series A', 'Series B']
});
}); });