6 lines
75 B
SCSS
6 lines
75 B
SCSS
.d3-chart-axis path {
|
|
stroke-width: 2;
|
|
fill: none;
|
|
stroke:#000000;
|
|
}
|