Chartjs is a pretty excellent open source tool, but had a quick question about a bar chart I\'m trying to create. Given this chart data:
var chartData =
@2.8.0 custom y-axis setup. You only need range min/max and with stepSize you control the axis.
... yAxes: [{ ticks: { stepSize: 0.1, min: 2, max: 2.5 }, gridLines: { display: false }, stacked: false }] ...