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, {