Skip to content

Commit 200be31

Browse files
committed
Udpate example to show series length padding
1 parent 26e7063 commit 200be31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dummy/app/components/chart-fish-over-time.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function getData () {
88
Ember.run.later(function() {
99
resolve({
1010
labels: [
11-
'Salmon', 'Yellowtail', 'Dolphin', 'Cow'
11+
'Salmon', 'Yellowtail', 'Dolphin', 'Cow', 'Horse', 'Cat'
1212
],
1313
series: [
1414
['2', '8', '3', '9']
@@ -30,7 +30,7 @@ export default ChartistChart.extend({
3030
Ember.run.later(function() {
3131
var newData = {
3232
labels: [
33-
'Salmon', 'Yellowtail', 'Dolphin', 'Cow'
33+
'Salmon', 'Yellowtail', 'Dolphin', 'Cow', 'Horse', 'Cat'
3434
],
3535
series: [
3636
['22', '18', '0', '19']

0 commit comments

Comments
 (0)