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 aa64eda commit 80bd26cCopy full SHA for 80bd26c
1 file changed
app/components/Compare/FacetBarChart.vue
@@ -216,7 +216,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
216
<template>
217
<div class="font-mono facet-bar">
218
<ClientOnly v-if="dataset.length">
219
- <VueUiHorizontalBar :key="chartKey" :dataset :config>
+ <VueUiHorizontalBar :key="chartKey" :dataset :config class="[direction:ltr]">
220
<template #svg="{ svg }">
221
<!-- Inject npmx logo & tagline during SVG and PNG print -->
222
<g
0 commit comments