Mercurial > hg > ugly-duckling
diff src/app/visualisations/vertical-scale.component.ts @ 489:ab43880f1cd5
Rename to something a bit more appropriate.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 05 Jul 2017 18:52:12 +0100 |
parents | 64ed45a0bad3 |
children | 494e2bb601dc |
line wrap: on
line diff
--- a/src/app/visualisations/vertical-scale.component.ts Wed Jul 05 18:42:12 2017 +0100 +++ b/src/app/visualisations/vertical-scale.component.ts Wed Jul 05 18:52:12 2017 +0100 @@ -34,7 +34,7 @@ ngAfterViewInit(): void { this.bounded.forEach(component => { - this.cachedRange = component.range; + this.cachedRange = component.labels; if (this.cachedRange) { component.renderScale(this.cachedRange); }