Skip to content

Commit

Permalink
max 100 percent (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko authored Nov 15, 2024
1 parent 29f75f6 commit db2182a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/histogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ function drawChart(series, containerId, options) {
},
labels: {
format: '{value}%'
}
},
tickAmount: 6,
}, {
title: {
text: 'Cumulative Density'
Expand All @@ -377,6 +378,7 @@ function drawChart(series, containerId, options) {
format: '{value}%'
},
max: 100,
tickAmount: 6,
opposite: true
}],
series,
Expand Down

0 comments on commit db2182a

Please sign in to comment.