Resolve "Being able to download the distributions in refseqDB as a svg/png/csv"
Compare changes
Files
6+ 144
− 28
@@ -4,14 +4,22 @@ import PlotFigure from "~/components/PlotFigure";
@@ -32,6 +40,8 @@ const availableTaxo: Ref<string[]> = ref([
@@ -121,22 +131,25 @@ const dataTableServerProps = computed(() => {
@@ -144,13 +157,15 @@ const computedDistriSystemOptions = computed(() => {
@@ -158,6 +173,9 @@ const computedDistriSystemOptions = computed(() => {
@@ -174,6 +192,9 @@ const computedDistriTaxoOptions = computed(() => {
@@ -212,8 +233,8 @@ const binPlotOptions = ref({
@@ -225,7 +246,11 @@ const binPlotDataOptions = computed(() => {
@@ -236,6 +261,23 @@ const binPlotDataOptions = computed(() => {
@@ -253,21 +295,72 @@ const scaleType = ref("linear")
@@ -285,19 +378,42 @@ const scaleType = ref("linear")