Skip to content

Commit

Permalink
Nest magnifying glass options, see phetsims/circuit-construction-kit-…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 14, 2020
1 parent 17ae635 commit 8e37ad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/SeismographNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ class SeismographNode extends XYChartNode {
const zoomButtonOptions = {
left: this.chartPanel.right + 5,
baseColor: '#97c7fa',
magnifyingGlassRadius: 6,
magnifyingGlassOptions: {
glassRadius: 6
},
xMargin: 5,
yMargin: 3
};
Expand Down

0 comments on commit 8e37ad3

Please sign in to comment.