๐:-2
Iโd need to see the markup for the axis and ticks to be more specific, but you want to do something like this:
.ticks:first-of-type {
display: none;
}
Where .ticks
is the class name of the tick elements.
๐:-2
Iโd need to see the markup for the axis and ticks to be more specific, but you want to do something like this:
.ticks:first-of-type {
display: none;
}
Where .ticks
is the class name of the tick elements.