fix(ui): correct mislabeled subtitle in statistics

This commit is contained in:
vishwajeet
2025-08-27 17:43:09 +05:30
parent aabb316c7d
commit cc3f9cd8a4

View File

@@ -54,7 +54,7 @@
:config="{
data: signupsChart.data,
title: 'Signups',
subtitle: 'Signups per month',
subtitle: 'Signups per day',
xAxis: {
key: 'date',
type: 'time',
@@ -74,7 +74,7 @@
:config="{
data: enrollmentChart.data,
title: 'Enrollments',
subtitle: 'Enrollments per month',
subtitle: 'Enrollments per day',
xAxis: {
key: 'date',
type: 'time',
@@ -96,7 +96,7 @@
:config="{
data: certification.data,
title: 'Certifications',
subtitle: 'Certifications per month',
subtitle: 'Certifications per day',
xAxis: {
key: 'date',
type: 'time',