diff src/app/visualisations/tracks/tracks.components.ts @ 379:a3b45218c311

Move colour prop to base class
author Lucas Thompson <dev@lucas.im>
date Wed, 31 May 2017 14:49:46 +0100
parents 9fe6e00e0700
children 1241ca979fd9
line wrap: on
line diff
--- a/src/app/visualisations/tracks/tracks.components.ts	Wed May 31 13:59:29 2017 +0100
+++ b/src/app/visualisations/tracks/tracks.components.ts	Wed May 31 14:49:46 2017 +0100
@@ -33,7 +33,6 @@
     this.currentState = generatePlotData(input);
     this.update();
   }
-  @Input() colour: string;
 
   get tracks(): TracksFeature {
     return this.mFeature;