mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 05:41:43 -04:00
graph style: adjust x axis labels
This commit is contained in:
2
dist/game-server.js
vendored
2
dist/game-server.js
vendored
@@ -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('|')),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user