Skip to content
Snippets Groups Projects
Commit cb237a04 authored by syuilo's avatar syuilo
Browse files

🎨

parent d52e8cfb
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ async function renderChart() {
const wide = rootEl.offsetWidth > 600;
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', { });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment