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