Skip to content

Commit

Permalink
fix docs tests format
Browse files Browse the repository at this point in the history
  • Loading branch information
schaumb committed Nov 27, 2024
1 parent 0263d8b commit a405f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/shorthands_store/01.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chart.animate({
// config: {
y : {
y: {
align: 'stretch'
}
// }
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/shorthands_store/09.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chart.animate({
channels: {
y: {
set: ['Popularity', 'Kinds'],
align: 'stretch',
align: 'stretch'
},
x: ['Genres'],
label: ['Popularity']
Expand Down

0 comments on commit a405f53

Please sign in to comment.