Skip to content

Commit

Permalink
type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Dec 14, 2023
1 parent 59f0b9b commit 7f1da07
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion src/routes/communities/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
},
Expand Down
26 changes: 13 additions & 13 deletions src/routes/community/[area]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand Down Expand Up @@ -292,7 +292,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -302,7 +302,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -315,7 +315,7 @@
ticks: {
precision: 0,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down Expand Up @@ -349,7 +349,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -359,7 +359,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -372,7 +372,7 @@
ticks: {
precision: 0,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down Expand Up @@ -406,7 +406,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -416,7 +416,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -429,7 +429,7 @@
ticks: {
precision: 0,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down Expand Up @@ -481,7 +481,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -491,7 +491,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -504,7 +504,7 @@
ticks: {
precision: 0,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down
24 changes: 12 additions & 12 deletions src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -214,7 +214,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -224,7 +224,7 @@
y: {
ticks: {
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down Expand Up @@ -273,7 +273,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -283,7 +283,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -293,7 +293,7 @@
y: {
ticks: {
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down Expand Up @@ -327,7 +327,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -337,7 +337,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -347,7 +347,7 @@
y: {
ticks: {
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down Expand Up @@ -399,7 +399,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -409,7 +409,7 @@
ticks: {
maxTicksLimit: 5,
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -419,7 +419,7 @@
y: {
ticks: {
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down
6 changes: 3 additions & 3 deletions src/routes/leaderboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand All @@ -73,7 +73,7 @@
x: {
ticks: {
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand All @@ -84,7 +84,7 @@
beginAtZero: true,
ticks: {
font: {
weight: '600'
weight: 600
}
},
grid: {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/tagger/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
legend: {
labels: {
font: {
weight: '600'
weight: 600
}
}
}
Expand Down

0 comments on commit 7f1da07

Please sign in to comment.