forked from FoundKeyGang/FoundKey
chore: better label
This commit is contained in:
parent
f50dd5d677
commit
f7ff39e7ff
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue