Resolve "Being able to download the distributions in refseqDB as a svg/png/csv"
Compare changes
Files
3+ 81
− 14
@@ -5,6 +5,10 @@ import { useDisplay } from "vuetify";
@@ -14,6 +18,8 @@ const scaleTransform: Ref<string[]> = ref([])
@@ -259,8 +265,19 @@ const systemsDistributionPlot = ref<ComponentPublicInstance | null>(null)
@@ -289,9 +306,27 @@ function downloadSvg(component: ComponentPublicInstance | null, filename: string
@@ -302,10 +337,26 @@ function downloadSvg(component: ComponentPublicInstance | null, filename: string
@@ -333,15 +384,31 @@ function downloadSvg(component: ComponentPublicInstance | null, filename: string