Skip to content

Commit a405f53

Browse files
committed
fix docs tests format
1 parent 0263d8b commit a405f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorial/shorthands_store/01.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
chart.animate({
22
// config: {
3-
y : {
3+
y: {
44
align: 'stretch'
55
}
66
// }

docs/tutorial/shorthands_store/09.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chart.animate({
55
channels: {
66
y: {
77
set: ['Popularity', 'Kinds'],
8-
align: 'stretch',
8+
align: 'stretch'
99
},
1010
x: ['Genres'],
1111
label: ['Popularity']

0 commit comments

Comments
 (0)