Skip to content

Instantly share code, notes, and snippets.

@rwbrockhoff
Created March 15, 2019 18:36
Show Gist options
  • Save rwbrockhoff/80c64686af3fe6015f9caa5b9c2924ce to your computer and use it in GitHub Desktop.
Save rwbrockhoff/80c64686af3fe6015f9caa5b9c2924ce to your computer and use it in GitHub Desktop.
options: {
responsive: true,
maintainAspectRatio: false,
scales: {
xAxes: [{
ticks: { display: false },
gridLines: {
display: false,
drawBorder: false
}
}],
yAxes: [{
ticks: { display: false },
gridLines: {
display: false,
drawBorder: false
}
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment