Skip to content

Commit bc04a15

Browse files
committed
desciption attribute value delimiters
1 parent 96e01b6 commit bc04a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/graph_interact.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ fx.layoutAttributes = {
2828
values: ['zoom', 'pan', 'select', 'lasso', 'orbit', 'turntable'],
2929
description: [
3030
'Determines the mode of drag interactions.',
31-
'\'select\' and \'lasso\' apply only to scatter traces with',
32-
'markers or text. \'orbit\' and \'turntable\' apply only to',
31+
'*select* and *lasso* apply only to scatter traces with',
32+
'markers or text. *orbit* and *turntable* apply only to',
3333
'3D scenes.'
3434
].join(' ')
3535
},

0 commit comments

Comments
 (0)