We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59779f3 commit f6fcbd7Copy full SHA for f6fcbd7
test/image/baselines/zz-gl3d_font-weight-scatter.png
373 Bytes
test/image/mocks/zz-gl3d_font-weight-scatter.json
@@ -52,16 +52,40 @@
52
},
53
"scene": {
54
"xaxis": {
55
+ "title": {
56
+ "text": "X",
57
+ "font": {
58
+ "size": 20,
59
+ "color": "red",
60
+ "weight": 800
61
+ }
62
+ },
63
"showticklabels": false,
64
"showgrid": false,
65
"zeroline": false
66
67
"yaxis": {
68
69
+ "text": "Y",
70
71
+ "size": 16,
72
+ "color": "blue",
73
+ "weight": 400
74
75
76
77
78
79
80
"zaxis": {
81
82
+ "text": "Z",
83
84
+ "size": 12,
85
+ "color": "green",
86
+ "weight": 200
87
88
89
90
91
0 commit comments