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 e14f3fa commit e0874d3Copy full SHA for e0874d3
app/components/Package/TrendsChart.vue
@@ -1895,12 +1895,14 @@ const isSparklineLayout = computed({
1895
<div
1896
role="region"
1897
aria-labelledby="trends-chart-title"
1898
- :class="isSparklineLayout || !inModal ? undefined:
1899
- isMobile === false && width > 0
1900
- ? showCorrectionControls
1901
- ? 'h-[491px]'
1902
- : 'h-[567px]'
1903
- : 'min-h-[260px]'
+ :class="
+ isSparklineLayout || !inModal
+ ? undefined
+ : isMobile === false && width > 0
+ ? showCorrectionControls
+ ? 'h-[491px]'
1904
+ : 'h-[567px]'
1905
+ : 'min-h-[260px]'
1906
"
1907
>
1908
<ClientOnly v-if="chartData.dataset">
0 commit comments