Skip to content

Instantly share code, notes, and snippets.

@PTwr
Last active January 3, 2020 22:04
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 PTwr/22e7ea1d6c8daedcff68b05df5d60c95 to your computer and use it in GitHub Desktop.
Save PTwr/22e7ea1d6c8daedcff68b05df5d60c95 to your computer and use it in GitHub Desktop.
force image into drilldown chart description
span.highcharts-drilldown-axis-label:nth-child(1)::before {
content: '';
height: 24px;
width: 24px;
background: url(assets/images/nations/ussr.png);
display: block;
background-size: contain;
}
span.highcharts-drilldown-axis-label:nth-child(2)::before {
content: '';
height: 24px;
width: 24px;
background: url(assets/images/nations/usa.png);
display: block;
background-size: contain;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment