29.12.25
This commit is contained in:
@@ -558,7 +558,7 @@ export default function App() {
|
|||||||
|
|
||||||
<div className="w-full h-1 bg-gray-200 dark:bg-gray-600 mb-4"></div>
|
<div className="w-full h-1 bg-gray-200 dark:bg-gray-600 mb-4"></div>
|
||||||
<BarChart
|
<BarChart
|
||||||
data={data}
|
data={bar_data}
|
||||||
index="label"
|
index="label"
|
||||||
categories={["invoiced", "pay30", "pay60"]}
|
categories={["invoiced", "pay30", "pay60"]}
|
||||||
colors={["teal", "blue", "slate"]}
|
colors={["teal", "blue", "slate"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user