This commit is contained in:
2025-12-29 22:01:57 +01:00
parent 59af9c5d12
commit 89a0785d55

View File

@@ -515,6 +515,7 @@ export default function App() {
);
})}
</div>
<div className="w-full h-1 bg-gray-200 dark:bg-gray-600 mb-4"></div>
<AreaChart
data={data}
index="date"
@@ -557,12 +558,12 @@ export default function App() {
]}
index="name"
categories={["invoiced", "pay30", "pay60"]}
colors={["teal", "blue", "gray"]}
colors={["teal", "blue", "slate"]}
className="h-24"
showXAxis={false}
showYAxis={false}
showGridLines={false}
showLegend={true}
showLegend={false}
/>
<button onClick={card.action} className="mt-4 text-xs text-teal-600 underline">