Skip to content

Commit 2f738a4

Browse files
authored
Merge pull request #5973 from plotly/fix-source-description
Fix descriptions for *src attributes
2 parents 59f664c + 4e9410c commit 2f738a4

File tree

2 files changed

+1200
-1203
lines changed

2 files changed

+1200
-1203
lines changed

Diff for: src/plot_api/plot_schema.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,7 @@ function mergeValTypeAndRole(attrs) {
603603
function makeSrcAttr(attrName) {
604604
return {
605605
valType: 'string',
606-
description: [
607-
'Sets the source reference on Chart Studio Cloud for ',
608-
attrName, '.'
609-
].join(' '),
606+
description: 'Sets the source reference on Chart Studio Cloud for `' + attrName + '`.',
610607
editType: 'none'
611608
};
612609
}

0 commit comments

Comments
 (0)