diff --git a/public/img/funders/hutton.svg b/public/img/funders/hutton.svg
index 040208c..a704ecb 100644
--- a/public/img/funders/hutton.svg
+++ b/public/img/funders/hutton.svg
@@ -2,234 +2,159 @@
diff --git a/public/img/hutton-black.svg b/public/img/hutton-black.svg
index 040208c..a704ecb 100644
--- a/public/img/hutton-black.svg
+++ b/public/img/hutton-black.svg
@@ -2,234 +2,159 @@
diff --git a/public/img/hutton.svg b/public/img/hutton.svg
index b44974b..c3ef18c 100644
--- a/public/img/hutton.svg
+++ b/public/img/hutton.svg
@@ -2,234 +2,165 @@
diff --git a/src/components/charts/BalloonChart.vue b/src/components/charts/BalloonChart.vue
index 1b6c164..db521db 100644
--- a/src/components/charts/BalloonChart.vue
+++ b/src/components/charts/BalloonChart.vue
@@ -126,6 +126,7 @@ export default {
tickfont: { color: this.storeDarkMode ? 'white' : 'black' }
},
yaxis: {
+ showticklabels: false,
title: { text: null, font: { color: this.storeDarkMode ? 'white' : 'black' } },
tickfont: { color: this.storeDarkMode ? 'white' : 'black' }
},