Skip to content

Instantly share code, notes, and snippets.

@L-potato
Last active November 16, 2016 14:33
Show Gist options
  • Save L-potato/b621282d8d55576bf08d8999ace3a8a1 to your computer and use it in GitHub Desktop.
Save L-potato/b621282d8d55576bf08d8999ace3a8a1 to your computer and use it in GitHub Desktop.
chart.js-max-min
scales: {            yAxes: [{                ticks: {                                    max:200,                    min:30                                }            }]
          
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment