Last active
October 11, 2024 09:22
-
-
Save MohamedAlaa/02dfb1e4785a0ec0888f to your computer and use it in GitHub Desktop.
nvd3 Scatter hide the lines in the x and y Axis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.nv-scatterChart { | |
.nv-distributionX line.nv-distx[y1="0"], | |
.nv-distributionY line.nv-disty[x2="8"] | |
{ | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment