resource styling

This commit is contained in:
Azgaar 2021-04-27 12:09:32 +03:00 committed by Peter
parent 9b1ae25129
commit ccce3c8519

View file

@ -583,6 +583,7 @@ window.Resources = (function () {
resource.expected = ~~expected; // temp resource.expected = ~~expected; // temp
resource.max = gauss(expected, expected / 2, expected / 5, cellsN, 0); // temp resource.max = gauss(expected, expected / 2, expected / 5, cellsN, 0); // temp
resource.cells = 0; resource.cells = 0;
resource.stroke = d3.color(resource.color).darker(2).hex();
return resource; return resource;
}); });