Skip to content

Instantly share code, notes, and snippets.

@kiecoorp
Created February 15, 2014 09:03
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 kiecoorp/9016464 to your computer and use it in GitHub Desktop.
Save kiecoorp/9016464 to your computer and use it in GitHub Desktop.
Hide labels with css on highcharts with media query
@media screen and (min-width: 0px) and (max-width: 720px) {
.highcharts-axis-labels text:nth-child(even) {
display:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment