Skip to content

Commit

Permalink
Merge pull request #3545 from plotly/isosurface-opacity
Browse files Browse the repository at this point in the history
Isosurface opacity and bug fixes for 3546 and 3547
  • Loading branch information
archmoj authored Feb 18, 2019
2 parents c5bdee9 + abc8ae2 commit 0714286
Show file tree
Hide file tree
Showing 9 changed files with 6,515 additions and 108 deletions.
3 changes: 2 additions & 1 deletion src/traces/isosurface/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,11 @@ colorscaleAttrs('', {

colorbar: colorbarAttrs,

contour: meshAttrs.contour,
opacity: meshAttrs.opacity,
lightposition: meshAttrs.lightposition,
lighting: meshAttrs.lighting,
flatshading: meshAttrs.flatshading,
contour: meshAttrs.contour,

hoverinfo: extendFlat({}, baseAttrs.hoverinfo)
}), 'calc', 'nested');
Expand Down
Loading

0 comments on commit 0714286

Please sign in to comment.