diff --git a/components/stats/FollowerGrowth.vue b/components/stats/FollowerGrowth.vue index ffc6748..68ec9f9 100644 --- a/components/stats/FollowerGrowth.vue +++ b/components/stats/FollowerGrowth.vue @@ -27,6 +27,18 @@ const sinceDate = computed(() => { const chartOptions = { responsive: true, + scales: { + x: { + grid: { + color: 'rgba(255, 255, 255, 0.2)' + } + }, + y: { + grid: { + color: 'rgba(255, 255, 255, 0.2)' + } + } + }, plugins: { legend: { display: false @@ -86,9 +98,13 @@ watch(chartPeriod, async () => await refresh());

Something went wrong while fetching follwer growth data

- +