mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-14 11:15:07 +08:00
Add css for histograms
This commit is contained in:
@@ -7,3 +7,18 @@ body {
|
||||
cursor: pointer;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.bar rect {
|
||||
fill: steelblue;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
.bar text {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.axis path, .axis line {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user