From 5a3d3c4a3cfbb52b53b85c947ef1b4c38c52425d Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Sat, 23 Dec 2017 11:09:22 -0800 Subject: [PATCH] default black --- src/reducers/controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reducers/controls.js b/src/reducers/controls.js index e3e6e08d..9ecd1aa5 100644 --- a/src/reducers/controls.js +++ b/src/reducers/controls.js @@ -25,7 +25,7 @@ const Controls = (state = { _.each(action.data.data.graph, (g) => { graphMap[g[0]] = [g[1], g[2]] }); _.each(currentCellSelection, (cell) => { cell["__selected__"] = true; - cell["__color__"] = "rgba(255,0,0,1)" /* initial color for all cells in all charts */ + cell["__color__"] = "rgba(0,0,0,1)" /* initial color for all cells in all charts */ }); return Object.assign({}, state, {