29.12.25
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user