Skip to content

Commit cb521f5

Browse files
committed
improve mock by adding trace names based on their y-axis info
1 parent 27067a6 commit cb521f5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Loading

test/image/mocks/log-axis_no-minor_suffix-prefix.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"data": [
33
{
4+
"name": "L10000000",
45
"y": [
56
1e8,
67
1e6,
@@ -9,6 +10,7 @@
910
"type": "scatter"
1011
},
1112
{
13+
"name": "dtick=0.5 | tick0=1",
1214
"xaxis": "x2",
1315
"yaxis": "y2",
1416
"y": [
@@ -19,6 +21,7 @@
1921
"type": "scatter"
2022
},
2123
{
24+
"name": "D1",
2225
"xaxis": "x3",
2326
"yaxis": "y3",
2427
"y": [
@@ -29,6 +32,7 @@
2932
"type": "scatter"
3033
},
3134
{
35+
"name": "default",
3236
"xaxis": "x4",
3337
"yaxis": "y4",
3438
"y": [

0 commit comments

Comments
 (0)