From: nyov Date: Sun, 6 May 2012 02:23:21 +0000 (+0200) Subject: Merge remote-tracking branch 'antzucaro/master' X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=9985581d37a9ed1e358d3a30f00bbc21a4167cab;hp=57e5611fe7a40c3ff52f1a6eb227f0553841f1b7 Merge remote-tracking branch 'antzucaro/master' --- diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 1e01886..8216f75 100755 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -29,8 +29,8 @@ ${nav.nav('players')} $.plot( $("#acc-graph"), - [ { label: 'average', data: avgs, hoverable: false, clickable: false }, - { label: 'accuracy', data: accs, lines: {show:true}, points: {show:true}, hoverable: true, clickable: true }, ], + [ { label: 'average', data: avgs, hoverable: true, clickable: false }, + { label: 'accuracy', data: accs, lines: {show:true}, points: {show:false}, hoverable: true, clickable: true }, ], { yaxis: {ticks: 10, min: 0, max: 100 }, xaxis: {ticks: games}, grid: { hoverable: true, clickable: true },