Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jplemieux66/1cac8b4ac00a93b8f81f47b22c045d92 to your computer and use it in GitHub Desktop.
Save jplemieux66/1cac8b4ac00a93b8f81f47b22c045d92 to your computer and use it in GitHub Desktop.
app-bar-chart {
#chart {
height: inherit;
width: inherit;
.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