mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Compare commits
17 Commits
attachment
...
wip
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b16223caa | ||
|
|
19c26a8c24 | ||
|
|
3c6254504b | ||
|
|
9873ab263a | ||
|
|
c2cfd96b6f | ||
|
|
a5478c416a | ||
|
|
32c016dbfe | ||
|
|
317f034c56 | ||
|
|
faadc2fad6 | ||
|
|
3ab76f5c2d | ||
|
|
5b5bb019fc | ||
|
|
db38dde86f | ||
|
|
d81abc657b | ||
|
|
720160a3d8 | ||
|
|
2987f159dd | ||
|
|
47324f76ea | ||
|
|
5f8d201726 |
@@ -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