diff src/app/waveform/waveform.component.ts @ 265:4cfd6258b958

Pin waves-ui revision; fix ScaleLayer ctor call
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 28 Apr 2017 18:54:01 +0100
parents 4470c94b470e
children 88ac87b1800e
line wrap: on
line diff
--- a/src/app/waveform/waveform.component.ts	Fri Apr 28 16:04:17 2017 +0100
+++ b/src/app/waveform/waveform.component.ts	Fri Apr 28 18:54:01 2017 +0100
@@ -648,7 +648,7 @@
           waveTrack,
           this.timeline.timeContext
         );
-        const scaleLayer = new wavesUI.helpers.ScaleLayer(plotData, {
+        const scaleLayer = new wavesUI.helpers.ScaleLayer({
           color: colour,
           height: height,
           yDomain: [ min, max ]