mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Animated metric card.
This commit is contained in:
parent
f9a6f5f637
commit
da2d383b71
8 changed files with 41 additions and 13 deletions
|
|
@ -26,7 +26,6 @@ export default function PageviewsChart({ data, unit }) {
|
|||
|
||||
const renderTooltip = model => {
|
||||
const { caretX, caretY, opacity, title, body, labelColors } = model;
|
||||
console.log(model);
|
||||
|
||||
if (!opacity) {
|
||||
setTooltip({ opacity });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue