From 408578455be032970985ac548777ce4abfcf9a88 Mon Sep 17 00:00:00 2001 From: Evolvedexperiment Date: Mon, 18 May 2020 09:21:42 +0000 Subject: [PATCH] Fix for elevation profile labels --- modules/ui/elevation-profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/elevation-profile.js b/modules/ui/elevation-profile.js index 209b6ba8..f816ce07 100644 --- a/modules/ui/elevation-profile.js +++ b/modules/ui/elevation-profile.js @@ -49,7 +49,7 @@ function showElevationProfile(data, routeLen, isRiver) { const chartHeight = 300; // height of our land/sea profile, excluding the biomes data below const xOffset = 80; - const yOffset = 20; // this is our drawing starting point from top-left (y = 0) of SVG + const yOffset = 80; // this is our drawing starting point from top-left (y = 0) of SVG const biomesHeight = 40;