Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use logarithmic scale in release timeline graph #5492

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion bodhi-server/bodhi/server/templates/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ <h3 class="fw-bold m-0"><a href="${request.route_url('releases')}">Releases</a>
},
scales: {
y: {
stacked: false
axis: 'y',
stacked: false,
type: "logarithmic"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions news/PR5492.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The release timeline graph now uses logarithmic scale for better display