Skip to content

Commit

Permalink
Hide unsupported top-level properties from plot-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon M. Mease committed Sep 24, 2018
1 parent 20bc21b commit 273d2d0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/traces/parcats/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,14 @@ module.exports = {
'The number of observations represented by each state. Defaults to 1 so that each state represents',
'one observation'
].join(' ')
}
},

// Hide unsupported top-level properties from plot-schema
customdata: undefined,
hoverlabel: undefined,
ids: undefined,
legendgroup: undefined,
opacity: undefined,
selectedpoints: undefined,
showlegend: undefined
};

0 comments on commit 273d2d0

Please sign in to comment.