Skip to content

Commit 544dcdd

Browse files
committed
fix spaces in src/traces/pointcloud/attributes.js
1 parent b39626e commit 544dcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/pointcloud/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
'Sets the marker fill color. It accepts a specific color.',
5454
'If the color is not fully opaque and there are hundreds of thousands',
5555
'of points, it may cause slower zooming and panning.'
56-
].join('')
56+
].join(' ')
5757
},
5858
opacity: {
5959
valType: 'number',

0 commit comments

Comments
 (0)