We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12df469 commit abc8ae2Copy full SHA for abc8ae2
src/traces/surface/attributes.js
@@ -237,7 +237,13 @@ colorscaleAttrs('', {
237
min: 0,
238
max: 1,
239
dflt: 1,
240
- description: 'Sets the opacity of the surface.'
+ description: [
241
+ 'Sets the opacity of the surface.',
242
+ 'Please note that in the case of using high `opacity` values for example a value',
243
+ 'greater than or equal to 0.5 on two surfaces (and 0.25 with four surfaces), an',
244
+ 'overlay of multiple transparent surfaces may not perfectly be sorted in depth by the',
245
+ 'webgl API. This behavior may be improved in the near future and is subject to change.'
246
+ ].join(' ')
247
},
248
249
_deprecated: {
0 commit comments