Skip to content

Instantly share code, notes, and snippets.

@FarazPatankar
Last active January 7, 2017 18:00
Show Gist options
  • Select an option

  • Save FarazPatankar/469fe0f522837e2d51cd99ab591552e8 to your computer and use it in GitHub Desktop.

Select an option

Save FarazPatankar/469fe0f522837e2d51cd99ab591552e8 to your computer and use it in GitHub Desktop.
Options section for the chart configuration.
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
},
animation: {
onComplete: function () {
drawBarValues(this)
}
},
hover: { animationDuration: 0 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment