From bdec4bf87a546efd07b7c0076d9205f690ce021f Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:16:33 +0900 Subject: refactor --- packages/frontend/src/pages/user/activity.following.vue | 1 - packages/frontend/src/pages/user/activity.notes.vue | 1 - packages/frontend/src/pages/user/activity.pv.vue | 1 - 3 files changed, 3 deletions(-) (limited to 'packages/frontend/src/pages') diff --git a/packages/frontend/src/pages/user/activity.following.vue b/packages/frontend/src/pages/user/activity.following.vue index 882b45080e..d1cfa5356b 100644 --- a/packages/frontend/src/pages/user/activity.following.vue +++ b/packages/frontend/src/pages/user/activity.following.vue @@ -117,7 +117,6 @@ async function renderChart() { offset: true, stacked: true, time: { - stepSize: 1, unit: 'day', displayFormats: { day: 'M/d', diff --git a/packages/frontend/src/pages/user/activity.notes.vue b/packages/frontend/src/pages/user/activity.notes.vue index 39c9fd7950..1cf7a00716 100644 --- a/packages/frontend/src/pages/user/activity.notes.vue +++ b/packages/frontend/src/pages/user/activity.notes.vue @@ -116,7 +116,6 @@ async function renderChart() { offset: true, stacked: true, time: { - stepSize: 1, unit: 'day', displayFormats: { day: 'M/d', diff --git a/packages/frontend/src/pages/user/activity.pv.vue b/packages/frontend/src/pages/user/activity.pv.vue index 9e1b92058b..2539a6777b 100644 --- a/packages/frontend/src/pages/user/activity.pv.vue +++ b/packages/frontend/src/pages/user/activity.pv.vue @@ -117,7 +117,6 @@ async function renderChart() { offset: true, stacked: true, time: { - stepSize: 1, unit: 'day', displayFormats: { day: 'M/d', -- cgit v1.2.3-freya