chore: better label

This commit is contained in:
syuilo 2022-02-08 23:25:48 +09:00
parent f50dd5d677
commit f7ff39e7ff
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ export default defineComponent({
const raw = await os.api('charts/active-users', { limit: props.limit, span: props.span });
return {
series: [{
name: 'Users',
name: 'Active',
type: 'area',
data: format(raw.users),
color: '#888888',