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

Skip to content

Commit 6d071d6

Browse files
committed
image: 🔒 down opacity with mock
1 parent 56a7482 commit 6d071d6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
11.7 KB
Loading

test/image/mocks/image_opacity.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"data": [{
3+
"type": "image",
4+
"opacity": 0.1,
5+
"z": [[[255, 0, 0], [0, 255, 0], [0, 0, 255]]]
6+
}],
7+
"layout": {
8+
"width": 400, "height": 400,
9+
"title": {
10+
"text": "image with opacity 0.1"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)