Skip to content

Commit db2182a

Browse files
max 100 percent (#949)
1 parent 29f75f6 commit db2182a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/js/histogram.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ function drawChart(series, containerId, options) {
368368
},
369369
labels: {
370370
format: '{value}%'
371-
}
371+
},
372+
tickAmount: 6,
372373
}, {
373374
title: {
374375
text: 'Cumulative Density'
@@ -377,6 +378,7 @@ function drawChart(series, containerId, options) {
377378
format: '{value}%'
378379
},
379380
max: 100,
381+
tickAmount: 6,
380382
opposite: true
381383
}],
382384
series,

0 commit comments

Comments
 (0)