diff --git a/components/OperonStructure.vue b/components/OperonStructure.vue index 98dda5e6eb5b3374777d5975c236de50742487a0..01c2965b5fe16a50acc3eb505cb73b1fa17eab6d 100644 --- a/components/OperonStructure.vue +++ b/components/OperonStructure.vue @@ -35,7 +35,7 @@ const margin = ref<PlotMargin>({ const gbContainer = ref(null) const geneToHighlight = ref<string | null>(null) const snackbar = ref(false) -const innerPaddingRatio = ref<number>(0.05) +const innerPaddingRatio = ref<number>(0.08) // const color = d3.scaleOrdinal(d3.schemeCategory10); const domain = computed(() => { const genes = toValue(computedGenes) diff --git a/components/content/SystemOperonStructure.vue b/components/content/SystemOperonStructure.vue index c0613ff8b60a34a6135bd8f04e4a7fbd6fe36b52..3611318aa1d25ea5264909b6559b86724c060987 100644 --- a/components/content/SystemOperonStructure.vue +++ b/components/content/SystemOperonStructure.vue @@ -23,7 +23,7 @@ const { system, subsystem, structures, subsystems } = props const client = useMeiliSearchRef() const pending = ref<boolean>(false) -const sizeGene = ref<number>(100) +const sizeGene = ref<number>(108) const maxOperonSize = toRef(props, "maxOperonSize") const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct") const msResponse = ref<SearchResponse<StructureOperonGene> | undefined>(undefined)