Default layout edited

This commit is contained in:
Dennis Eichhorn 2016-05-15 23:23:27 +02:00
parent 17b3d2ada9
commit d038a10d59
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,7 @@
.chart {
background: #fff;
}
svg {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

View File

@ -1 +1,7 @@
svg .area {
fill: steelblue;
}
svg .stacked {
fill: steelblue;
}

View File

@ -1 +0,0 @@