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

Skip to content

Commit 33d9fc3

Browse files
committed
update baseline
1 parent 90f46e0 commit 33d9fc3

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
31.2 KB
Loading

test/image/mocks/indicator_large.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"data": [{
3+
"name": "Speed",
4+
"type": "indicator",
5+
"values": [400, 150],
6+
"max": 500
7+
}],
8+
"layout": {
9+
"width": 600,
10+
"height": 450,
11+
"margin": {"t": 10, "l": 20, "r": 20, "b": 10}
12+
}
13+
}

0 commit comments

Comments
 (0)