Skip to content

Commit 12e57bc

Browse files
committed
set arrayOk:false in parcats attributes
1 parent 938b9ff commit 12e57bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/traces/parcats/attributes.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ module.exports = {
4141
domain: domainAttrs({name: 'parcats', trace: true, editType: 'calc'}),
4242
hoverinfo: extendFlat({}, plotAttrs.hoverinfo, {
4343
flags: ['count', 'probability'],
44-
editType: 'plot'
44+
editType: 'plot',
45+
arrayOk: false
4546
// plotAttrs.hoverinfo description is appropriate
4647
}),
4748
hoveron: {

0 commit comments

Comments
 (0)