amalia/17-apr-26 #37

Merged
amaliadwiy merged 3 commits from amalia/17-apr-26 into join 2026-04-17 17:40:05 +08:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit 555b9e4037 - Show all commits

View File

@@ -7,10 +7,6 @@ import Text from "../Text";
export default function ReportChartDocument({ data }: { data: { label: string; value: number; }[] }) {
const { colors } = useTheme();
const maxValue = Math.max(...data.map(i => i.value))
const barData = [
{ value: 23, label: 'Gambar', },
{ value: 12, label: 'Dokumen' },
];
const width = Dimensions.get("window").width;
return (