mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Show score temporarily
This commit is contained in:
parent
e1f50fef9e
commit
54f4cee3fa
2 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ class GaugePresenter
|
|||
end
|
||||
end
|
||||
|
||||
def score
|
||||
@score
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def watch_low_boundary
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
<div class="d-flex flex-column align-items-center position-relative">
|
||||
|
||||
<p>Score is : <%=gauge.score %> </p>
|
||||
<svg
|
||||
viewBox="<%= viewbox.x %> <%= viewbox.y %> <%= viewbox.width %> <%= viewbox.height %>"
|
||||
class="<%= gauge_class %>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue