# HG changeset patch # User Thomas Junk # Date 1538048203 -7200 # Node ID 327aa4a18a1c2c65a4d48c36bd64bfad78ed4ff6 # Parent b6a1779ffb42df8599472f1c9285eb0c376488f4 Fairway profile WIP diff -r b6a1779ffb42 -r 327aa4a18a1c client/src/application/Main.vue --- a/client/src/application/Main.vue Thu Sep 27 13:18:50 2018 +0200 +++ b/client/src/application/Main.vue Thu Sep 27 13:36:43 2018 +0200 @@ -2,7 +2,7 @@
- +
@@ -49,7 +49,8 @@ "minAlt", "maxAlt", "totalLength", - "waterLevels" + "waterLevels", + "fairwayCoordinates" ]), xAxis() { return [this.xScale.x, this.xScale.y]; diff -r b6a1779ffb42 -r 327aa4a18a1c client/src/application/Topbar.vue --- a/client/src/application/Topbar.vue Thu Sep 27 13:18:50 2018 +0200 +++ b/client/src/application/Topbar.vue Thu Sep 27 13:36:43 2018 +0200 @@ -10,7 +10,7 @@
- +