We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c64b68 commit bc69b30Copy full SHA for bc69b30
js/morris-data.js
@@ -113,21 +113,5 @@ $(function() {
113
hideHover: 'auto',
114
resize: true
115
});
116
-
117
- Morris.Line({
118
- element: 'morris-line-chart',
119
- data: [
120
- { y: '2006', a: 100, b: 90 },
121
- { y: '2007', a: 75, b: 65 },
122
- { y: '2008', a: 50, b: 40 },
123
- { y: '2009', a: 75, b: 65 },
124
- { y: '2010', a: 50, b: 40 },
125
- { y: '2011', a: 75, b: 65 },
126
- { y: '2012', a: 100, b: 90 }
127
- ],
128
- xkey: 'y',
129
- ykeys: ['a', 'b'],
130
- labels: ['Series A', 'Series B']
131
- });
132
133
0 commit comments