summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/user
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-09-01 10:16:33 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-09-01 10:16:33 +0900
commitbdec4bf87a546efd07b7c0076d9205f690ce021f (patch)
tree4687b670f1015aa9caa82837e47358dbc25ce454 /packages/frontend/src/pages/user
parentrefactor (diff)
downloadmisskey-bdec4bf87a546efd07b7c0076d9205f690ce021f.tar.gz
misskey-bdec4bf87a546efd07b7c0076d9205f690ce021f.tar.bz2
misskey-bdec4bf87a546efd07b7c0076d9205f690ce021f.zip
refactor
Diffstat (limited to 'packages/frontend/src/pages/user')
-rw-r--r--packages/frontend/src/pages/user/activity.following.vue1
-rw-r--r--packages/frontend/src/pages/user/activity.notes.vue1
-rw-r--r--packages/frontend/src/pages/user/activity.pv.vue1
3 files changed, 0 insertions, 3 deletions
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',