Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 273d2d0

Browse filesBrowse files
author
Jon M. Mease
committed
Hide unsupported top-level properties from plot-schema
1 parent 20bc21b commit 273d2d0
Copy full SHA for 273d2d0

File tree

Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed

‎src/traces/parcats/attributes.js

Copy file name to clipboardExpand all lines: src/traces/parcats/attributes.js
+10-1Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,14 @@ module.exports = {
189189
'The number of observations represented by each state. Defaults to 1 so that each state represents',
190190
'one observation'
191191
].join(' ')
192-
}
192+
},
193+
194+
// Hide unsupported top-level properties from plot-schema
195+
customdata: undefined,
196+
hoverlabel: undefined,
197+
ids: undefined,
198+
legendgroup: undefined,
199+
opacity: undefined,
200+
selectedpoints: undefined,
201+
showlegend: undefined
193202
};

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.