We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ax
ay
valType: number
1 parent 21c8cc6 commit adfc305Copy full SHA for adfc305
src/components/annotations3d/attributes.js
@@ -37,17 +37,17 @@ module.exports = {
37
].join(' ')
38
},
39
ax: {
40
- valType: 'any',
+ valType: 'number',
41
role: 'info',
42
description: [
43
- 'Sets the x component of the arrow tail about the arrow head.'
+ 'Sets the x component of the arrow tail about the arrow head (in pixels).'
44
45
46
ay: {
47
48
49
50
- 'Sets the y component of the arrow tail about the arrow head.'
+ 'Sets the y component of the arrow tail about the arrow head (in pixels).'
51
52
53
0 commit comments