Skip to content

Instantly share code, notes, and snippets.

@MohamedAlaa
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedAlaa/02dfb1e4785a0ec0888f to your computer and use it in GitHub Desktop.
Save MohamedAlaa/02dfb1e4785a0ec0888f to your computer and use it in GitHub Desktop.
nvd3 Scatter hide the lines in the x and y Axis
.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