mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Merge remote-tracking branch 'upstream/master' into fix-font-family
This commit is contained in:
commit
01fc293d3f
19 changed files with 305 additions and 321 deletions
|
|
@ -47,6 +47,8 @@ export function EventsChart({ websiteId, className }: EventsChartProps) {
|
|||
|
||||
return (
|
||||
<BarChart
|
||||
minDate={startDate.toISOString()}
|
||||
maxDate={endDate.toISOString()}
|
||||
className={className}
|
||||
data={chartData}
|
||||
unit={unit}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue