We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1076d16 commit a8ed88bCopy full SHA for a8ed88b
site/src/components/ActiveUserChart/ActiveUserChart.tsx
@@ -98,7 +98,7 @@ export const ActiveUserChart: FC<ActiveUserChartProps> = ({
98
labels: labels,
99
datasets: [
100
{
101
- label: "Daily Active Users",
+ label: `${interval === "day" ? "Daily" : "Weekly"} Active Users`,
102
data: chartData,
103
pointBackgroundColor: theme.palette.info.light,
104
pointBorderColor: theme.palette.info.light,
0 commit comments