We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f664c commit c0b6a06Copy full SHA for c0b6a06
src/plot_api/plot_schema.js
@@ -603,10 +603,7 @@ function mergeValTypeAndRole(attrs) {
603
function makeSrcAttr(attrName) {
604
return {
605
valType: 'string',
606
- description: [
607
- 'Sets the source reference on Chart Studio Cloud for ',
608
- attrName, '.'
609
- ].join(' '),
+ description: 'Sets the source reference on Chart Studio Cloud for ' + attrName + '.',
610
editType: 'none'
611
};
612
}
0 commit comments