Skip to content

Commit 1675047

Browse files
committed
swap visible editType 'calc' -> 'plot'
1 parent e85725a commit 1675047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
values: [true, false, 'legendonly'],
2525
role: 'info',
2626
dflt: true,
27-
editType: 'calc',
27+
editType: 'plot',
2828
description: [
2929
'Determines whether or not this trace is visible.',
3030
'If *legendonly*, the trace is not drawn,',

0 commit comments

Comments
 (0)