Display chart of future spot prices

This commit is contained in:
Kevin
2017-09-18 23:41:34 -04:00
parent 04279d77f0
commit a5b5f64428
4 changed files with 102 additions and 3 deletions

View File

@@ -1,3 +1,18 @@
svg {
font: 10px sans-serif;
}
line.bin {
stroke: #000;
stroke-width: 3px;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
body {
font-family: 'Poppins', sans-serif;
font-size: small;