Skip to content

Commit 0398c1c

Browse files
authored
Merge pull request #622 from vizzuhq/tutorial_align_range_fix
Fixed tutorial align range snippet
2 parents 717d4ef + 84c5e0d commit 0398c1c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/tutorial/align_range/02_b.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
chart.animate({
22
config: {
3-
align: 'stretch'
3+
align: 'stretch',
4+
channels: {
5+
y: {
6+
labels: true
7+
}
8+
}
49
}
510
})

docs/tutorial/align_range/03_b.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
chart.animate({
22
config: {
3-
align: 'none',
4-
channels: {
5-
y: {
6-
labels: true
7-
}
8-
}
3+
align: 'none'
94
}
105
})

test/e2e/tests/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"refs": ["83f7b33"]
66
},
77
"align_range": {
8-
"refs": ["b3188f8"]
8+
"refs": ["c4478ca"]
99
},
1010
"animation_control_keyframes": {
1111
"refs": ["ef161c7"]

0 commit comments

Comments
 (0)