Skip to content

Commit e4e5eaa

Browse files
committed
sort categories by values: fix mock syntax
1 parent 2d379f7 commit e4e5eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/image/mocks/sort_by_value_matching_axes.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "scatter",
44
"orientation": "v",
55
"x": ["a", "b", "c"],
6-
"y": [7, 2, 3],
6+
"y": [7, 2, 3]
77
}, {
88
"type": "bar",
99
"x": ["a", "b", "c"],

0 commit comments

Comments
 (0)