@@ -276,16 +276,16 @@ colorScaleAttrs('', {
276
276
editType : 'calc' ,
277
277
description : [
278
278
'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 ( ' ' )
289
289
} ,
290
290
291
291
_deprecated : {
0 commit comments