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

Skip to content

Commit 242f716

Browse files
committed
update 1 gl3d mock to test tickangle
1 parent 5d79a28 commit 242f716

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
313 Bytes
Loading

test/image/mocks/gl3d_surface-lighting.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,16 +550,19 @@
550550
"xaxis": {
551551
"showbackground": true,
552552
"type": "linear",
553-
"backgroundcolor": "rgb(255, 127, 14)"
553+
"backgroundcolor": "rgb(255, 127, 14)",
554+
"tickangle": 180
554555
},
555556
"yaxis": {
556557
"showbackground": true,
557558
"type": "linear",
558-
"backgroundcolor": "rgb(255, 0, 0)"
559+
"backgroundcolor": "rgb(255, 0, 0)",
560+
"tickangle": -45
559561
},
560562
"zaxis": {
561563
"showbackground": true,
562-
"backgroundcolor": "rgb(44, 160, 44)"
564+
"backgroundcolor": "rgb(44, 160, 44)",
565+
"tickangle": 30
563566
}
564567
}
565568
}

0 commit comments

Comments
 (0)