Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ff6ad2

Browse files
committed
fix spaces in src/traces/sankey/attributes.js
1 parent 544dcdd commit 3ff6ad2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/traces/sankey/attributes.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,17 +249,13 @@ var attrs = module.exports = overrideAll({
249249
valType: 'number',
250250
editType: 'calc',
251251
dflt: 1,
252-
description: [
253-
'Sets the upper bound of the color domain.'
254-
].join('')
252+
description: 'Sets the upper bound of the color domain.'
255253
},
256254
cmin: {
257255
valType: 'number',
258256
editType: 'calc',
259257
dflt: 0,
260-
description: [
261-
'Sets the lower bound of the color domain.'
262-
].join('')
258+
description: 'Sets the lower bound of the color domain.'
263259
},
264260
colorscale: extendFlat(colorAttributes().colorscale, {dflt: [[0, 'white'], [1, 'black']]})
265261
}),

0 commit comments

Comments
 (0)