From 5f5935536b5726e3869276eeb8eeb2f507b27457 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 19 Apr 2015 08:38:25 -0400 Subject: [PATCH] Set a color for the Arc. --- xonstat/static/js/weaponCharts.js | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.2