Skip to content

Commit

Permalink
tweak retention heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jan 6, 2023
1 parent e36e5df commit 3551ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkRetentionHeatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function renderChart() {
const wide = rootEl.offsetWidth > 600;
const narrow = rootEl.offsetWidth < 400;
const maxDays = wide ? 20 : narrow ? 7 : 14;
const maxDays = wide ? 15 : narrow ? 5 : 10;
const raw = await os.api('retention', { });
Expand Down

0 comments on commit 3551ac3

Please sign in to comment.