Skip to content

Commit dee8777

Browse files
committed
fix spaces in src/traces/violin/attributes.js
1 parent e71dc7b commit dee8777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/violin/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
'*width* means each violin has the same (max) width',
6565
'*count* means the violins are scaled by the number of sample points making',
6666
'up each violin.'
67-
].join('')
67+
].join(' ')
6868
},
6969

7070
spanmode: {

0 commit comments

Comments
 (0)