mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Disable fixedStepSize
This commit is contained in:
parent
074d3457c6
commit
7548ae7e58
@ -96,7 +96,7 @@
|
|||||||
ticks: {
|
ticks: {
|
||||||
beginAtZero: true,
|
beginAtZero: true,
|
||||||
suggestedMax: 0.1,
|
suggestedMax: 0.1,
|
||||||
fixedStepSize: result.data.metric.places,
|
// fixedStepSize: result.data.metric.places,
|
||||||
callback: function(tickValue, index, ticks) {
|
callback: function(tickValue, index, ticks) {
|
||||||
var delta = ticks[1] - ticks[0];
|
var delta = ticks[1] - ticks[0];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user