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.
2 parents 59f664c + 4e9410c commit 2f738a4Copy full SHA for 2f738a4
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