Skip to content

Commit bc15f67

Browse files
committed
AJ-proof line_scatter mock
1 parent 849782d commit bc15f67

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/image/baselines/line_scatter.png

-1.52 KB
Loading

test/image/mocks/line_scatter.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
"marker": {
5656
"opacity": 0.707
5757
}
58+
},
59+
{
60+
"x": [1, 2, 3],
61+
"y": [1, 2, 3],
62+
"opacity": 0.2,
63+
"line": { "width": 10, "color": "red"},
64+
"marker": { "size": 20, "color": "blue"}
5865
}
5966
]
6067
}

0 commit comments

Comments
 (0)