This commit is contained in:
2025-12-30 17:26:36 +01:00
parent 273aa0dc3d
commit 844a99bdf4

View File

@@ -565,7 +565,7 @@ export default function App() {
data={bar_data} data={bar_data}
index="label" index="label"
categories={["invoiced", "pay30", "pay60"]} categories={["invoiced", "pay30", "pay60"]}
colors={["teal", "blue", "slate"]} colors={["teal", "bg-sky-600", "bg-gray-400"]}
className="h-28" className="h-28"
showLegend={false} showLegend={false}
showYAxis={false} showYAxis={false}