diff --git a/js/wavepacket/view/WavePacketAmplitudesChartNode.js b/js/wavepacket/view/WavePacketAmplitudesChartNode.js index c20b73a4..7d3b780c 100644 --- a/js/wavepacket/view/WavePacketAmplitudesChartNode.js +++ b/js/wavepacket/view/WavePacketAmplitudesChartNode.js @@ -103,10 +103,7 @@ class WavePacketAmplitudesChartNode extends DomainChartNode { // Displays the continuous waveform const continuousWaveformPlot = new CanvasLinePlot( this.chartTransform, [], { - lineWidth: FMWConstants.SECONDARY_WAVEFORM_LINE_WIDTH, - //REVIEW: Below notes say "CanvasLinePlot does not support visibleProperty", but I see a usage here - //REVIEW: Should this line be removed? - visibleProperty: continuousWaveformVisibleProperty + lineWidth: FMWConstants.SECONDARY_WAVEFORM_LINE_WIDTH } ); // Render the plots using Canvas.