Skip to content
Snippets Groups Projects
Commit 9f09d591 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

reduce label axis y and fill

parent adaa5732
No related branches found
No related tags found
No related merge requests found
Pipeline #127772 waiting for manual action
......@@ -52,15 +52,10 @@ const axisOptions = ref<string[]>(["percent", "size"])
const plotY = ref<string>("percent")
const plotFill = ref<string>("size")
const plotLabelPercent = ref<string>(`% of genomes encoding ${toValue(page)?.title ?? 'the system'}`)
const plotLabelCount = ref<string>(`Nb of genomes encoding ${toValue(page)?.title ?? 'the system'}`)
const plotLabelPercent = ref<string>('% of genomes')
const plotLabelCount = ref<string>('Nb genomes')
// onBeforeMount(() => {
// fetchSystemHits()
// fetchRefSeqTaxo()
// })
onMounted(() => {
fetchSystemHits()
fetchRefSeqTaxo()
......
......@@ -50,9 +50,6 @@ onMounted(async () => {
} catch (error) {
throw createError("Error while getting structure pdocks")
}
})
......@@ -61,15 +58,6 @@ const computedSystem = computed(() => {
return toValPage?.system ?? toValPage?.title ?? undefined
})
// const computedSystem = computed(() => {
// const toValSystem = toValue(system)
// if (toValSystem === null) {
// return toValue(systemName).toLowerCase() ?? null
// }
// else {
// return toValSystem
// }
// })
const groupedPdocks = computed(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment