Skip to content
Snippets Groups Projects
Commit 9049ecb1 authored by Zero King's avatar Zero King Committed by syuilo
Browse files

Add name of series in instance count chart (#4565)

parent 7bebea08
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment