fix(ui): correct mislabeled subtitle in statistics
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
:config="{
|
:config="{
|
||||||
data: signupsChart.data,
|
data: signupsChart.data,
|
||||||
title: 'Signups',
|
title: 'Signups',
|
||||||
subtitle: 'Signups per month',
|
subtitle: 'Signups per day',
|
||||||
xAxis: {
|
xAxis: {
|
||||||
key: 'date',
|
key: 'date',
|
||||||
type: 'time',
|
type: 'time',
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
:config="{
|
:config="{
|
||||||
data: enrollmentChart.data,
|
data: enrollmentChart.data,
|
||||||
title: 'Enrollments',
|
title: 'Enrollments',
|
||||||
subtitle: 'Enrollments per month',
|
subtitle: 'Enrollments per day',
|
||||||
xAxis: {
|
xAxis: {
|
||||||
key: 'date',
|
key: 'date',
|
||||||
type: 'time',
|
type: 'time',
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
:config="{
|
:config="{
|
||||||
data: certification.data,
|
data: certification.data,
|
||||||
title: 'Certifications',
|
title: 'Certifications',
|
||||||
subtitle: 'Certifications per month',
|
subtitle: 'Certifications per day',
|
||||||
xAxis: {
|
xAxis: {
|
||||||
key: 'date',
|
key: 'date',
|
||||||
type: 'time',
|
type: 'time',
|
||||||
|
|||||||
Reference in New Issue
Block a user