mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Realtime header component.
This commit is contained in:
parent
69b317386a
commit
e30f2dfb44
34 changed files with 167 additions and 177 deletions
|
|
@ -14,6 +14,7 @@ export default function PageviewsChart({
|
|||
className,
|
||||
loading,
|
||||
animationDuration = DEFAULT_ANIMATION_DURATION,
|
||||
...props
|
||||
}) {
|
||||
const intl = useIntl();
|
||||
const [theme] = useTheme();
|
||||
|
|
@ -56,6 +57,7 @@ export default function PageviewsChart({
|
|||
<CheckVisible>
|
||||
{visible => (
|
||||
<BarChart
|
||||
{...props}
|
||||
className={className}
|
||||
chartId={websiteId}
|
||||
datasets={[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue