Skip to content

Commit d51a41e

Browse files
committed
test: add toself fill + opacity mock
1 parent 1c93190 commit d51a41e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
6,
6+
7,
7+
8
8+
],
9+
"y": [
10+
5,
11+
6,
12+
5
13+
],
14+
"fill": "toself",
15+
"opacity": 0.3
16+
}
17+
],
18+
"layout": {
19+
"title": "toself fill with opacity"
20+
}
21+
}

0 commit comments

Comments
 (0)