mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Fix: storage chart legend overflow (#70)
* Fix storage chart legend overflow * fix storage legend overflow --------- Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
} satisfies ChartConfig;
|
||||
</script>
|
||||
|
||||
<Chart.Container config={chartConfig} class="h-full min-h-[300px] w-full">
|
||||
<Chart.Container
|
||||
config={chartConfig}
|
||||
class="flex h-full w-full flex-col overflow-y-auto [&_.lc-legend-swatch-group]:overflow-x-auto "
|
||||
>
|
||||
<PieChart
|
||||
{data}
|
||||
key="name"
|
||||
|
||||
Reference in New Issue
Block a user