10 lines
104 B
CSS
10 lines
104 B
CSS
|
.axis--x path {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.line {
|
||
|
fill: none;
|
||
|
stroke: steelblue;
|
||
|
stroke-width: 1.5px;
|
||
|
}
|