diff --git a/docs/tutorial/shorthands_store/01.js b/docs/tutorial/shorthands_store/01.js index 5aa4272ab..6d6ac54b1 100644 --- a/docs/tutorial/shorthands_store/01.js +++ b/docs/tutorial/shorthands_store/01.js @@ -1,6 +1,6 @@ chart.animate({ // config: { - y : { + y: { align: 'stretch' } // } diff --git a/docs/tutorial/shorthands_store/09.js b/docs/tutorial/shorthands_store/09.js index ef9f4cd3e..d55a51ede 100644 --- a/docs/tutorial/shorthands_store/09.js +++ b/docs/tutorial/shorthands_store/09.js @@ -5,7 +5,7 @@ chart.animate({ channels: { y: { set: ['Popularity', 'Kinds'], - align: 'stretch', + align: 'stretch' }, x: ['Genres'], label: ['Popularity']