Skip to content

Commit

Permalink
Fixed tutorial align range snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Nov 28, 2024
1 parent 717d4ef commit 84c5e0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 6 additions & 1 deletion docs/tutorial/align_range/02_b.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
chart.animate({
config: {
align: 'stretch'
align: 'stretch',
channels: {
y: {
labels: true
}
}
}
})
7 changes: 1 addition & 6 deletions docs/tutorial/align_range/03_b.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
chart.animate({
config: {
align: 'none',
channels: {
y: {
labels: true
}
}
align: 'none'
}
})
2 changes: 1 addition & 1 deletion test/e2e/tests/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"refs": ["83f7b33"]
},
"align_range": {
"refs": ["b3188f8"]
"refs": ["c4478ca"]
},
"animation_control_keyframes": {
"refs": ["ef161c7"]
Expand Down

0 comments on commit 84c5e0d

Please sign in to comment.