mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-12-28 20:04:14 +08:00
feat(overview): reduce padding of the chart container
This commit is contained in:
parent
89c060d825
commit
3728cd2e32
@ -154,15 +154,15 @@ export default () => {
|
|||||||
</TrafficWidget>
|
</TrafficWidget>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="rounded-box flex flex-col bg-base-300 lg:flex-row">
|
<div class="rounded-box flex flex-col gap-2 bg-base-300 py-4 lg:flex-row">
|
||||||
<div class="m-4 flex-1">
|
<div class="flex-1">
|
||||||
<SolidApexCharts
|
<SolidApexCharts
|
||||||
type="area"
|
type="area"
|
||||||
options={trafficChartOptions()}
|
options={trafficChartOptions()}
|
||||||
series={trafficChartSeries()}
|
series={trafficChartSeries()}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="m-4 flex-1">
|
<div class="flex-1">
|
||||||
<SolidApexCharts
|
<SolidApexCharts
|
||||||
type="line"
|
type="line"
|
||||||
options={memoryChartOptions()}
|
options={memoryChartOptions()}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user