Skip to content

Commit

Permalink
use minTick and by month (#11304)
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship authored Dec 3, 2024
1 parent e959831 commit dd85ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dojo/static/dojo/js/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ function homepage_pie_chart(critical, high, medium, low, info) {
function homepage_severity_plot(critical, high, medium, low) {
var options = {
xaxes: [{
mode: 'time'
mode: 'time',
minTickSize: [1, "month"]
}],
yaxes: [{
min: 0
Expand Down

0 comments on commit dd85ea3

Please sign in to comment.