graph style: adjust x axis labels

This commit is contained in:
Smith
2022-07-19 09:39:49 +02:00
parent 3bede776cc
commit 52280b5fb6
2 changed files with 2 additions and 2 deletions

2
dist/game-server.js vendored
View File

@@ -274,7 +274,7 @@ class ServerHistory {
'chdlp=t',
'chdls=' + e('ffffff,8'),
'chxt=' + e('x,y'),
'chxs=' + e('0,ffffff,12|1,ffffff,15'),
'chxs=' + e('0,ffffff,12,s|1,ffffff,15'),
'chds=a',
'chd=' + e('t:' + avg.join(',') + '|' + max.join(',')),
'chl=' + e(values.join('|')),

View File

@@ -350,7 +350,7 @@ class ServerHistory {
'chdlp=t', // label position
'chdls=' + e('ffffff,8'), // label style
'chxt=' + e('x,y'), // displayed axis
'chxs=' + e('0,ffffff,12|1,ffffff,15'), // axis styles
'chxs=' + e('0,ffffff,12,s|1,ffffff,15'), // axis styles
'chds=a', // scaling
'chd=' + e('t:' + avg.join(',') + '|' + max.join(',')), // data
'chl=' + e(values.join('|')), // data labels