mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
chore: better label
This commit is contained in:
parent
d594380fe6
commit
34893b5ff0
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