Skip to content

Commit 0714286

Browse files
authored
Merge pull request #3545 from plotly/isosurface-opacity
Isosurface opacity and bug fixes for 3546 and 3547
2 parents c5bdee9 + abc8ae2 commit 0714286

9 files changed

+6515
-108
lines changed

src/traces/isosurface/attributes.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,11 @@ colorscaleAttrs('', {
237237

238238
colorbar: colorbarAttrs,
239239

240-
contour: meshAttrs.contour,
240+
opacity: meshAttrs.opacity,
241241
lightposition: meshAttrs.lightposition,
242242
lighting: meshAttrs.lighting,
243243
flatshading: meshAttrs.flatshading,
244+
contour: meshAttrs.contour,
244245

245246
hoverinfo: extendFlat({}, baseAttrs.hoverinfo)
246247
}), 'calc', 'nested');

0 commit comments

Comments
 (0)