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 @@ + id="svg2" + width="762.45331" + height="343.07999" + viewBox="0 0 762.45331 343.07999" + sodipodi:docname="Hutton_logo_Horiz.eps" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + id="defs6" /> - - - - - - image/svg+xml - - - - - + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + inkscape:label="ink_ext_XXXXXX" + transform="matrix(1.3333333,0,0,-1.3333333,0,343.08)"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + id="svg2" + width="762.45331" + height="343.07999" + viewBox="0 0 762.45331 343.07999" + sodipodi:docname="Hutton_logo_Horiz.eps" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + id="defs6" /> - - - - - - image/svg+xml - - - - - + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + inkscape:label="ink_ext_XXXXXX" + transform="matrix(1.3333333,0,0,-1.3333333,0,343.08)"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + id="svg2" + width="762.45331" + height="343.07999" + viewBox="0 0 762.45331 343.07999" + sodipodi:docname="hutton-white.svg" + inkscape:version="1.4 (86a8ad7, 2024-10-11)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + id="defs6" /> - - - - - - image/svg+xml - - - - - + inkscape:window-maximized="1" + inkscape:current-layer="g8" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + inkscape:label="ink_ext_XXXXXX" + transform="matrix(1.3333333,0,0,-1.3333333,0,343.08)"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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' } },