Skip to content

Commit a2dd634

Browse files
committed
test: visible:false annotation to test autorange
1 parent 78e0f55 commit a2dd634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/image/mocks/annotations-autorange.json

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
{"x":1.5,"y":2,"text":"Top","ay":50,"ax":0},
5656
{"x":1.5,"y":1,"text":"Bottom","ay":-50,"ax":0},
5757
{"xref":"x2","yref":"y2","text":"From left","y":1.5,"ax":-50,"ay":0,"x":1},
58+
{"xref":"x2","yref":"y2","text":"invisible","visible":false},
5859
{"xref":"x2","yref":"y2","text":"From right","y":1.5,"x":2,"ay":0,"ax":50},
5960
{"xref":"x2","yref":"y2","text":"From top","y":2,"ax":0,"ay":-50,"x":1.5},
6061
{"xref":"x2","yref":"y2","text":"From Bottom","y":1,"ax":0,"ay":50,"x":1.5},

0 commit comments

Comments
 (0)