mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -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 });
|
const raw = await os.api('charts/active-users', { limit: props.limit, span: props.span });
|
||||||
return {
|
return {
|
||||||
series: [{
|
series: [{
|
||||||
name: 'Users',
|
name: 'Active',
|
||||||
type: 'area',
|
type: 'area',
|
||||||
data: format(raw.users),
|
data: format(raw.users),
|
||||||
color: '#888888',
|
color: '#888888',
|
||||||
|
|
Loading…
Reference in a new issue