Resolve "Being able to download the distributions in refseqDB as a svg/png/csv"
Compare changes
Files
4+ 78
− 29
@@ -4,7 +4,8 @@ import PlotFigure from "~/components/PlotFigure";
@@ -12,6 +13,7 @@ const { width } = useDisplay();
@@ -32,6 +34,8 @@ const availableTaxo: Ref<string[]> = ref([
@@ -121,22 +125,25 @@ const dataTableServerProps = computed(() => {
@@ -144,13 +151,15 @@ const computedDistriSystemOptions = computed(() => {
@@ -158,6 +167,9 @@ const computedDistriSystemOptions = computed(() => {
@@ -174,6 +186,9 @@ const computedDistriTaxoOptions = computed(() => {
@@ -212,8 +227,8 @@ const binPlotOptions = ref({
@@ -225,7 +240,11 @@ const binPlotDataOptions = computed(() => {
@@ -236,6 +255,12 @@ const binPlotDataOptions = computed(() => {
@@ -253,21 +278,38 @@ const scaleType = ref("linear")
@@ -285,19 +327,26 @@ const scaleType = ref("linear")