This commit is contained in:
2025-12-30 17:33:40 +01:00
parent 5dfafc60e4
commit ef5d3168cb

View File

@@ -565,8 +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={["#14b8a6", "#0284c7", "#9ca3af"]} colors={["teal", "sky", "gray"]}
className="h-28" className="h-28"
showLegend={false} showLegend={false}
showYAxis={false} showYAxis={false}