We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5486e45 commit 0f0987aCopy full SHA for 0f0987a
app/components/Compare/FacetScatterChart.vue
@@ -369,13 +369,14 @@ onMounted(async () => {
369
</template>
370
371
<!-- Custom legend -->
372
- <template #legend="{ legend }" v-if="readyTeleport">
+ <template #legend="{ legend }">
373
<div
374
id="compare-scatter-legend-inner"
375
:role="isMobile ? 'group' : undefined"
376
:aria-labelledby="isMobile ? 'scatter-chart-legend-packages' : undefined"
377
></div>
378
<Teleport
379
+ v-if="readyTeleport"
380
:to="isMobile ? '#compare-scatter-legend-inner' : '#compare-scatter-legend'"
381
>
382
<ul
0 commit comments