feat: add total signed documents

This commit is contained in:
Ephraim Atta-Duncan
2024-03-21 01:25:23 +00:00
parent a8752098f6
commit 8c1686f113
3 changed files with 70 additions and 12 deletions

View File

@ -38,7 +38,7 @@ export const MonthlyCompletedDocumentsChart = ({
labelStyle={{
color: 'hsl(var(--primary-foreground))',
}}
formatter={(value) => [Number(value).toLocaleString('en-US'), 'Total Users']}
formatter={(value) => [Number(value).toLocaleString('en-US'), 'Completed Documents']}
cursor={{ fill: 'hsl(var(--primary) / 10%)' }}
/>
@ -47,7 +47,7 @@ export const MonthlyCompletedDocumentsChart = ({
fill="hsl(var(--primary))"
radius={[4, 4, 0, 0]}
maxBarSize={60}
label="Monthly Completed Documents"
label="Completed Documents"
/>
</BarChart>
</ResponsiveContainer>