Display chart of future spot prices
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user