mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 13:43:08 +02:00
🎨
This commit is contained in:
parent
d52e8cfbc7
commit
cb237a0428
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ async function renderChart() {
|
||||||
const wide = rootEl.offsetWidth > 600;
|
const wide = rootEl.offsetWidth > 600;
|
||||||
const narrow = rootEl.offsetWidth < 400;
|
const narrow = rootEl.offsetWidth < 400;
|
||||||
|
|
||||||
const maxDays = wide ? 20 : narrow ? 10 : 15;
|
const maxDays = wide ? 20 : narrow ? 7 : 14;
|
||||||
|
|
||||||
const raw = await os.api('retention', { });
|
const raw = await os.api('retention', { });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue