mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 08:41:57 +02:00
Compare commits
8 Commits
role-based
...
wip
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b16223caa | ||
|
|
19c26a8c24 | ||
|
|
3c6254504b | ||
|
|
a2c55f36ee | ||
|
|
9873ab263a | ||
|
|
9fdba4cd61 | ||
|
|
c2cfd96b6f | ||
|
|
a5478c416a |
@@ -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