diff --git a/frontend/src/VisitorCharts.vue b/frontend/src/VisitorCharts.vue
index 6e2b93d..46e640a 100644
--- a/frontend/src/VisitorCharts.vue
+++ b/frontend/src/VisitorCharts.vue
@@ -123,19 +123,13 @@ const viewChart = computed(() => buildChart(withTypical(allViews.value), now.val
class="yaxis-label">{{ axisLabel(c.chart.unit, c.ylabel) }}
{{ t.label }}
-
+
-
-
- Last 24 hours
-
-
-
- {{ c.chart.series[0].label }}
-
+
+ {{ c.chart.bars ? 'Last 24 hours' : c.chart.series[0].label }}
buildChart(withTypical(allViews.value), now.val
.chart .area {
fill: var(--accent);
- opacity: 0.15;
+ opacity: 0.6;
}
.chart .bar {
fill: var(--accent);
- opacity: 0.15;
+ opacity: 0.6;
}
.chart .line {