mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
Add name of series in instance count chart (#4565)
This commit is contained in:
parent
e389529bee
commit
b183b33843
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ export default Vue.extend({
|
|||
federationInstancesChart(total: boolean): any {
|
||||
return {
|
||||
series: [{
|
||||
name: 'Instances',
|
||||
data: this.format(total
|
||||
? this.stats.federation.instance.total
|
||||
: sum(this.stats.federation.instance.inc, negate(this.stats.federation.instance.dec))
|
||||
|
|
Loading…
Reference in a new issue