Skip to content

Instantly share code, notes, and snippets.

@jplemieux66
Created June 24, 2018 14:56
Show Gist options
  • Save jplemieux66/824b48fc850f646506277c24027b2c3b to your computer and use it in GitHub Desktop.
Save jplemieux66/824b48fc850f646506277c24027b2c3b to your computer and use it in GitHub Desktop.
app-bar-chart {
.bar {
fill: steelblue;
}
.bar:hover {
fill: brown;
}
.axis--x path {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment