Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created May 2, 2019 15:39
Show Gist options
  • Save gpDA/e4af65b9b8691446490b041ccc0ece70 to your computer and use it in GitHub Desktop.
Save gpDA/e4af65b9b8691446490b041ccc0ece70 to your computer and use it in GitHub Desktop.
// ./components/Chart/Chart.js
// LINE options
const options = {
scales: {
yAxes: [{
display: true,
ticks: {
beginAtZero:true,
// y axis min and max
min: -2,
max: 5
}
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment