mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Created share token hook.
This commit is contained in:
parent
4119e80a9a
commit
5a73c224b7
22 changed files with 90 additions and 49 deletions
|
|
@ -65,7 +65,7 @@ export default function BarChart({
|
|||
}
|
||||
|
||||
function renderYLabel(label) {
|
||||
return +label > 1 ? formatLongNumber(label) : label;
|
||||
return +label > 1000 ? formatLongNumber(label) : label;
|
||||
}
|
||||
|
||||
function renderTooltip(model) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue