Skip to content

Commit 7f0e118

Browse files
committed
fix: always keep x-axis labels rotated
1 parent b6c5740 commit 7f0e118

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/components/Package/TimelineChart.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ const config = computed<VueUiXyConfig>(() => {
272272
showOnlyAtModulo: versions.value.length > 24,
273273
values: versions.value.map(v => applyEllipsis(v, 20)),
274274
rotation: -30,
275-
autoRotate: false,
275+
autoRotate: {
276+
enable: false,
277+
},
276278
},
277279
yAxis: {
278280
commonScaleSteps: commonScaleSteps.value,

0 commit comments

Comments
 (0)