Skip to content

Commit

Permalink
tentative log scale for chart
Browse files Browse the repository at this point in the history
  • Loading branch information
evsasse committed Dec 20, 2024
1 parent 563c05e commit fe3cdd5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/projects/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
<h5>Project</h5>
<h1><%= @project.handle %></h1>

<%= line_chart @project.reports_coverage_progress %>
<%=
line_chart(
@project.reports_coverage_progress,
library: { scales: { y: { type: 'logarithmic' } } }
)
%>

<div>
<ul class="list-disc">
Expand Down

0 comments on commit fe3cdd5

Please sign in to comment.