Making both graph widget's thickness the same
This commit is contained in:
parent
400c0c6b9a
commit
fb3064462c
|
@ -19,7 +19,7 @@
|
||||||
<g fill-opacity="0.2" stroke-opacity="0.5">
|
<g fill-opacity="0.2" stroke-opacity="0.5">
|
||||||
<% @status_changes.each do |status_change| %>
|
<% @status_changes.each do |status_change| %>
|
||||||
<%
|
<%
|
||||||
changes_count = [status_change["changes_count"].to_i+5,35].min
|
changes_count = [status_change["changes_count"].to_i*3,35].min
|
||||||
old_status = status_change["old_status"].to_i
|
old_status = status_change["old_status"].to_i
|
||||||
new_status = status_change["new_status"].to_i
|
new_status = status_change["new_status"].to_i
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user