1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-19 19:48:50 -05:00

fixed issue with mapname not being updated

This commit is contained in:
RaidMax
2015-04-27 22:29:43 -05:00
parent 8e7622c64e
commit 8a8d2e3ba6
6 changed files with 46 additions and 18 deletions

View File

@ -13,8 +13,7 @@ function drawChart() {
data.addRows(players);
var options = {
//curveType: 'function',
//width: 900,
//curveType: 'function', still haven't decided on this
height: 300,
legend: {position: 'none'},
enableInteractivity: true,
@ -27,13 +26,13 @@ function drawChart() {
viewWindowMode: 'explicit',
viewWindow: {
min: 0,
max: 18
max: 18 // for iw4
},
},
hAxis: {
viewWindow: {
//min: players[0][0],
//max: players[players.length-1][0]
//min: players[0][0], no longer needed as timeline adjusts automatically
//max: players[players.length-1][0] // ditto
},
gridlines: {
count: 12,