Change the font on axis (#1028)
A minor css change to make histogram viz look consistent
This commit is contained in:
parent
badac7379e
commit
9914901099
|
|
@ -6,8 +6,7 @@
|
|||
|
||||
.axis text {
|
||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.axis path, .axis line {
|
||||
|
|
|
|||
Loading…
Reference in New Issue