mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
deleted redundant pages
This commit is contained in:
parent
1989f07c4b
commit
64fb930ead
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ export default function CompletionTrendsChart({
|
|||
dataKey={isStacked ? "_total" : cat}
|
||||
position="top"
|
||||
style={{ fontSize: 10, fill: "#6b7280", fontWeight: 500 }}
|
||||
formatter={(v: unknown) => (v === 0 ? "" : v)}
|
||||
formatter={(v: unknown) => (v === 0 ? "" : String(v))}
|
||||
/>
|
||||
)}
|
||||
</Bar>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue