mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Fix legend rendering.
This commit is contained in:
parent
7d659212b0
commit
2abcd9f2b5
2 changed files with 6 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ export default function EventsChart({ websiteId, className, token }) {
|
|||
className={className}
|
||||
datasets={datasets}
|
||||
unit={unit}
|
||||
height={300}
|
||||
records={getDateLength(startDate, endDate, unit)}
|
||||
onUpdate={handleUpdate}
|
||||
loading={loading}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue