Skip to content

Commit

Permalink
Fix changing gap/cut color not updating in Summary Map
Browse files Browse the repository at this point in the history
Gap/cut color was not updating in the summary map.  See issue #501.

The cause was that the gap/cut color was not included in the saved
drawing properties that determines when a redraw is needed.

This fix adds the gap/cut color to the saved properties.
  • Loading branch information
bmbroom committed Jun 13, 2024
1 parent 273b1e2 commit bb4f986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NGCHM/WebContent/javascript/SummaryHeatMapDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@
colors: colorMap.getColors(),
thresholds: colorMap.getThresholds(),
missingColor: colorMap.getMissingColor(),
cutsColor: colorMap.getCutsColor(),
};

const summaryProps = {
Expand Down

0 comments on commit bb4f986

Please sign in to comment.