Added colour, biomes, adjustable height, and changed graph code to use d3 more

This commit is contained in:
Evolvedexperiment 2020-05-16 09:12:25 +00:00
parent a21e7f5ea4
commit 9f54b1e3f0
5 changed files with 174 additions and 83 deletions

View file

@ -2101,6 +2101,16 @@ svg.button {
text-shadow: 0px 1px 4px #4c3a35;
}
.epgrid line {
stroke: lightgrey;
stroke-opacity: 0.7;
shape-rendering: crispEdges;
}
.epgrid path {
stroke-width: 0;
}
#debug {
font-size: 1px;
opacity: .8;