From 795ca852b28363095d81eb6b99e9d80e5fdad74d Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Tue, 24 Sep 2024 23:56:53 +0200 Subject: [PATCH] feat(Heightmap): add option to set the default orientation (#2006) Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com> --- src/components/charts/HeightmapChart.vue | 32 +++++++++---- .../settings/SettingsHeightmapTab.vue | 46 +++++++++++++++---- src/locales/en.json | 8 ++++ src/store/gui/heightmap/index.ts | 1 + src/store/gui/heightmap/types.ts | 1 + 5 files changed, 72 insertions(+), 16 deletions(-) diff --git a/src/components/charts/HeightmapChart.vue b/src/components/charts/HeightmapChart.vue index 0d4e81907..5cb861b66 100644 --- a/src/components/charts/HeightmapChart.vue +++ b/src/components/charts/HeightmapChart.vue @@ -6,7 +6,7 @@ style="height: 600px; width: 100%; overflow: hidden" />