Skip to content

Commit 4e5d63e

Browse files
committed
add .join(' ') to valObject description
1 parent 3d54bbe commit 4e5d63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/mesh3d/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = {
6161
'If *>0*, the alpha-shape algorithm is used',
6262
'If *0*, the convex-hull algorithm is used',
6363
'An alternative to the `i`, `j`, `k` indices triplets.'
64-
]
64+
].join(' ')
6565
},
6666

6767
intensity: {

0 commit comments

Comments
 (0)