update,
This commit is contained in:
@@ -83,6 +83,44 @@ export function OverviewAppView() {
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
<Grid size={{ xs: 12, md: 4 }}>
|
||||
<AppWidgetSummary
|
||||
title="Total party-events"
|
||||
percent={-0.1}
|
||||
total={4}
|
||||
chart={{
|
||||
colors: [theme.palette.error.main],
|
||||
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug'],
|
||||
series: [],
|
||||
}}
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
<Grid size={{ xs: 12, md: 4 }}>
|
||||
<AppWidgetSummary
|
||||
title="Total party-events"
|
||||
percent={-0.1}
|
||||
total={5}
|
||||
chart={{
|
||||
colors: [theme.palette.error.main],
|
||||
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug'],
|
||||
series: [],
|
||||
}}
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
<Grid size={{ xs: 12, md: 4 }}>
|
||||
<AppWidgetSummary
|
||||
title="Total party-events"
|
||||
percent={-0.1}
|
||||
total={6}
|
||||
chart={{
|
||||
colors: [theme.palette.error.main],
|
||||
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug'],
|
||||
series: [],
|
||||
}}
|
||||
/>
|
||||
</Grid>
|
||||
<Grid size={{ xs: 12, md: 6, lg: 4 }}>
|
||||
<AppCurrentDownload
|
||||
title="Current download"
|
||||
|
Reference in New Issue
Block a user