feat: enhance Tauri charts with deduped gridline labels and add tests for bar and line charts
This commit is contained in:
@@ -94,7 +94,7 @@ export function TauriStatCards({
|
||||
];
|
||||
|
||||
return (
|
||||
<ul className="grid justify-center grid-cols-1 sm:grid-cols-2 xl:grid-cols-4 gap-[16px] sm:gap-[23px] md:gap-[30px] lg:gap-[36px]">
|
||||
<ul className="grid w-full grid-cols-1 sm:grid-cols-2 xl:grid-cols-4 gap-[16px] sm:gap-[23px] md:gap-[30px] lg:gap-[36px]">
|
||||
{cards.map((c) => (
|
||||
<TauriStatCard key={c.label} data={c} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user