Disable fixedStepSize

This commit is contained in:
James Brooks 2016-08-07 21:09:47 +01:00
parent 074d3457c6
commit 7548ae7e58

View File

@ -96,7 +96,7 @@
ticks: {
beginAtZero: true,
suggestedMax: 0.1,
fixedStepSize: result.data.metric.places,
// fixedStepSize: result.data.metric.places,
callback: function(tickValue, index, ticks) {
var delta = ticks[1] - ticks[0];