We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bc21b commit 273d2d0Copy full SHA for 273d2d0
src/traces/parcats/attributes.js
@@ -189,5 +189,14 @@ module.exports = {
189
'The number of observations represented by each state. Defaults to 1 so that each state represents',
190
'one observation'
191
].join(' ')
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
202
};
0 commit comments