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 a841c6e commit 7afacdaCopy full SHA for 7afacda
1 file changed
app/components/Package/VersionDistribution.vue
@@ -305,9 +305,7 @@ const xAxisLabels = computed(() => {
305
306
<style scoped>
307
/* Disable all transitions on SVG elements to prevent repositioning animation */
308
-:deep(.vue-ui-xy) svg rect,
309
-:deep(.serie_bar_0) rect,
310
-:deep(svg) rect {
+:deep(.vue-ui-xy) svg rect {
311
transition: none !important;
312
}
313
0 commit comments