Skip to content

Commit 80bd26c

Browse files
committed
fix: force ltr on chart component
1 parent aa64eda commit 80bd26c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Compare/FacetBarChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
216216
<template>
217217
<div class="font-mono facet-bar">
218218
<ClientOnly v-if="dataset.length">
219-
<VueUiHorizontalBar :key="chartKey" :dataset :config>
219+
<VueUiHorizontalBar :key="chartKey" :dataset :config class="[direction:ltr]">
220220
<template #svg="{ svg }">
221221
<!-- Inject npmx logo & tagline during SVG and PNG print -->
222222
<g

0 commit comments

Comments
 (0)