fix: home chart display

This commit is contained in:
engigu
2026-01-10 12:35:46 +08:00
parent 6c2e85b1e6
commit 386ff12a52
+1 -1
View File
@@ -221,7 +221,7 @@ const renderLineChart = () => {
</div>`
}
},
responsive: [{ breakpoint: 768, options: { chart: { height: 260 }, legend: { position: 'bottom', offsetY: 0 } } }]
responsive: [{ breakpoint: 768, options: { chart: { height: 260 }, legend: { position: 'top', horizontalAlign: 'center', floating: false, offsetY: 0 } } }]
}
lineChart = new ApexCharts(container, options)
lineChart.render()