Skip to content

Commit edea7f1

Browse files
committed
write mock json and generate baseline with docker
1 parent 78d06a9 commit edea7f1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"data": [
3+
{
4+
"x": [1000, 2000, 3000, 4000],
5+
"y": [1000, 1500, 2000, 10000],
6+
"type": "scatter"
7+
}
8+
],
9+
"layout": {
10+
"yaxis": {
11+
"exponentformat": "none",
12+
"separatethousands": true
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)