Skip to content

Commit

Permalink
Instrument wavelength spectrum, see #83
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 25, 2019
1 parent 2122730 commit c413742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/blackbody-spectrum/view/GraphDrawingNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ define( function( require ) {
size: new Dimension2( spectrumWidth, this.axes.verticalAxisLength ),
minWavelength: BlackbodyConstants.ultravioletWavelength,
maxWavelength: BlackbodyConstants.visibleWavelength,
opacity: 0.9
opacity: 0.9,
tandem: options.tandem.createTandem( 'wavelengthSpectrumNode' )
} );

// Links the GraphDrawingNode to update whenever any tracked Property changes
Expand Down

0 comments on commit c413742

Please sign in to comment.