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.
2 parents 717d4ef + 84c5e0d commit 0398c1cCopy full SHA for 0398c1c
docs/tutorial/align_range/02_b.js
@@ -1,5 +1,10 @@
1
chart.animate({
2
config: {
3
- align: 'stretch'
+ align: 'stretch',
4
+ channels: {
5
+ y: {
6
+ labels: true
7
+ }
8
9
}
10
})
docs/tutorial/align_range/03_b.js
@@ -1,10 +1,5 @@
- align: 'none',
- channels: {
- y: {
- labels: true
- }
+ align: 'none'
test/e2e/tests/docs.json
@@ -5,7 +5,7 @@
"refs": ["83f7b33"]
},
"align_range": {
- "refs": ["b3188f8"]
+ "refs": ["c4478ca"]
"animation_control_keyframes": {
11
"refs": ["ef161c7"]
0 commit comments