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

Skip to content

Commit 039ff9f

Browse files
committed
fix spaces in src/traces/surface/attributes.js
1 parent 3ff6ad2 commit 039ff9f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/traces/surface/attributes.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -276,16 +276,16 @@ colorScaleAttrs('', {
276276
editType: 'calc',
277277
description: [
278278
'Sets the opacityscale.',
279-
' The opacityscale must be an array containing',
280-
' arrays mapping a normalized value to an opacity value.',
281-
' At minimum, a mapping for the lowest (0) and highest (1)',
282-
' values are required. For example,',
283-
' `[[0, 1], [0.5, 0.2], [1, 1]]` means that higher/lower values would have',
284-
' higher opacity values and those in the middle would be more transparent',
285-
' Alternatively, `opacityscale` may be a palette name string',
286-
' of the following list: \'min\', \'max\', \'extremes\' and \'uniform\'.',
287-
' The default is \'uniform\'.'
288-
].join('')
279+
'The opacityscale must be an array containing',
280+
'arrays mapping a normalized value to an opacity value.',
281+
'At minimum, a mapping for the lowest (0) and highest (1)',
282+
'values are required. For example,',
283+
'`[[0, 1], [0.5, 0.2], [1, 1]]` means that higher/lower values would have',
284+
'higher opacity values and those in the middle would be more transparent',
285+
'Alternatively, `opacityscale` may be a palette name string',
286+
'of the following list: \'min\', \'max\', \'extremes\' and \'uniform\'.',
287+
'The default is \'uniform\'.'
288+
].join(' ')
289289
},
290290

291291
_deprecated: {

0 commit comments

Comments
 (0)