Skip to content

Commit 6673fac

Browse files
committed
🔪 "TODO: test" for attrs that already have sufficient coverage
1 parent dd673a2 commit 6673fac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/traces/pie/attributes.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var hovertemplateAttrs = require('../../components/fx/hovertemplate_attributes')
1717
var extendFlat = require('../../lib/extend').extendFlat;
1818

1919
var textFontAttrs = fontAttrs({
20-
editType: 'plot', // TODO: test
20+
editType: 'plot',
2121
arrayOk: true,
2222
colorEditType: 'plot',
2323
description: 'Sets the font used for `textinfo`.'
@@ -169,7 +169,7 @@ module.exports = {
169169
values: ['inside', 'outside', 'auto', 'none'],
170170
dflt: 'auto',
171171
arrayOk: true,
172-
editType: 'plot', // TODO: test
172+
editType: 'plot',
173173
description: [
174174
'Specifies the location of the `textinfo`.'
175175
].join(' ')
@@ -189,7 +189,7 @@ module.exports = {
189189
valType: 'string',
190190
dflt: '',
191191
role: 'info',
192-
editType: 'plot', // TODO: test
192+
editType: 'plot',
193193
description: [
194194
'Sets the title of the chart.',
195195
'If it is empty, no title is displayed.',
@@ -221,7 +221,7 @@ module.exports = {
221221
].join(' ')
222222
},
223223

224-
editType: 'plot' // TODO: test
224+
editType: 'plot'
225225
},
226226

227227
// position and shape

0 commit comments

Comments
 (0)