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 c0b6a06 commit 4e9410cCopy full SHA for 4e9410c
src/plot_api/plot_schema.js
@@ -603,7 +603,7 @@ function mergeValTypeAndRole(attrs) {
603
function makeSrcAttr(attrName) {
604
return {
605
valType: 'string',
606
- description: 'Sets the source reference on Chart Studio Cloud for ' + attrName + '.',
+ description: 'Sets the source reference on Chart Studio Cloud for `' + attrName + '`.',
607
editType: 'none'
608
};
609
}
0 commit comments