Skip to content

Commit 8d02bcf

Browse files
committedApr 30, 2019
describe non-arrayOk textinfo flags
1 parent 3d5b8ff commit 8d02bcf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/traces/funnel/attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
textinfo: extendFlat({}, pieAtts.textinfo, {
2929
editType: 'plot',
3030
flags: ['label', 'text', 'percent initial', 'percent previous', 'percent total', 'value'],
31+
arrayOk: false,
3132
description: [
3233
'Determines which trace information appear on the graph.'
3334
].join(' ')

‎src/traces/waterfall/attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = {
8080
textinfo: extendFlat({}, pieAtts.textinfo, {
8181
editType: 'plot',
8282
flags: ['label', 'text', 'initial', 'delta', 'final'],
83+
arrayOk: false,
8384
description: [
8485
'Determines which trace information appear on the graph.'
8586
].join(' ')

0 commit comments

Comments
 (0)
Please sign in to comment.