Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4a6b82

Browse files
committed
remove trailing line + beautify json
1 parent 65cba77 commit f4a6b82

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

test/image/mocks/bar_annotation_max_range_eq_category.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"data": [{
3-
"x" : [ "1.5", "2.5", "3.5", "Not Known" ],
4-
"y" : [ "1.0", "1.0", "2.0", "1.0" ],
5-
"type" : "bar"
6-
}],
2+
"data": [
3+
{
4+
"x": ["1.5", "2.5", "3.5", "Not Known"],
5+
"y": ["1.0", "1.0", "2.0", "1.0"],
6+
"type": "bar"
7+
}
8+
],
79
"layout": {
8-
"xaxis" : {
9-
"type" : "category",
10+
"xaxis": {
11+
"type": "category",
1012
"autorange": true
1113
},
1214
"annotations": [
@@ -25,4 +27,3 @@
2527
]
2628
}
2729
}
28-

0 commit comments

Comments
 (0)