enable spanGaps for individual server graphs

This commit is contained in:
Nick Krecklow 2020-05-20 22:30:34 -05:00
parent a360cb4ce0
commit 2a69379923
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -117,6 +117,7 @@ export class ServerRegistration {
stroke: '#E9E581',
width: 2,
value: (_, raw) => formatNumber(raw) + ' Players',
spanGaps: true,
points: {
show: false
}