diff --git a/src/js/histogram.js b/src/js/histogram.js index 02c4c1cf..b82bab44 100644 --- a/src/js/histogram.js +++ b/src/js/histogram.js @@ -368,7 +368,8 @@ function drawChart(series, containerId, options) { }, labels: { format: '{value}%' - } + }, + tickAmount: 6, }, { title: { text: 'Cumulative Density' @@ -377,6 +378,7 @@ function drawChart(series, containerId, options) { format: '{value}%' }, max: 100, + tickAmount: 6, opposite: true }], series,