From: Ant Zucaro Date: Sun, 19 Apr 2015 12:38:25 +0000 (-0400) Subject: Set a color for the Arc. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffoundation;p=xonotic%2Fxonstat.git Set a color for the Arc. --- diff --git a/xonstat/static/js/weaponCharts.js b/xonstat/static/js/weaponCharts.js index 4b72799..c6f1f25 100644 --- a/xonstat/static/js/weaponCharts.js +++ b/xonstat/static/js/weaponCharts.js @@ -1,5 +1,6 @@ // Colors assigned to the various weapons var weaponColors = { + "arc": "#b8e9ff", "laser": "#ff5933", "blaster": "#ff5933", "shotgun": "#1f77b4",