Skip to content

Commit

Permalink
fix: Add opacity range tracking to RasterMark.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Sep 20, 2024
1 parent a7c1107 commit 9324986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plot/src/marks/RasterMark.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function alphaScale(mark, prop) {
opacity: {
type: plot.getAttribute('opacityScale'),
domain,
range: plot.getAttribute('opacityRange'),
clamp: plot.getAttribute('opacityClamp'),
nice: plot.getAttribute('opacityNice'),
reverse: plot.getAttribute('opacityReverse'),
Expand Down

0 comments on commit 9324986

Please sign in to comment.