Fix tooltip label, retention report for mysql, pass minDate into eventsChart
This commit is contained in:
@@ -64,7 +64,7 @@ export function RetentionTable({ days = DAYS }) {
|
||||
key={day}
|
||||
className={classNames(styles.cell, { [styles.empty]: !percentage })}
|
||||
>
|
||||
{percentage ? `${percentage.toFixed(2)}%` : ''}
|
||||
{percentage ? `${Number(percentage).toFixed(2)}%` : ''}
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user