Skip to content

Commit 273d2d0

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/traces/parcats/attributes.js

+10-1
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)