(attrName)
| 548 | |
| 549 | function mergeValTypeAndRole(attrs) { |
| 550 | function makeSrcAttr(attrName) { |
| 551 | return { |
| 552 | valType: 'string', |
| 553 | description: 'Sets the source reference on Chart Studio Cloud for `' + attrName + '`.', |
| 554 | editType: 'none' |
| 555 | }; |
| 556 | } |
| 557 | |
| 558 | function callback(attr, attrName, attrs) { |
| 559 | if(exports.isValObject(attr)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…