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 0263d8b commit a405f53Copy full SHA for a405f53
docs/tutorial/shorthands_store/01.js
@@ -1,6 +1,6 @@
1
chart.animate({
2
// config: {
3
- y : {
+ y: {
4
align: 'stretch'
5
}
6
// }
docs/tutorial/shorthands_store/09.js
@@ -5,7 +5,7 @@ chart.animate({
channels: {
y: {
7
set: ['Popularity', 'Kinds'],
8
- align: 'stretch',
+ align: 'stretch'
9
},
10
x: ['Genres'],
11
label: ['Popularity']
0 commit comments