Skip to content

Commit

Permalink
enable spanGaps for individual server graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed May 21, 2020
1 parent a360cb4 commit 2a69379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/servers.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class ServerRegistration {
stroke: '#E9E581',
width: 2,
value: (_, raw) => formatNumber(raw) + ' Players',
spanGaps: true,
points: {
show: false
}
Expand Down

0 comments on commit 2a69379

Please sign in to comment.