|
|
|
@ -1,6 +1,5 @@
|
|
|
|
<div class="d-flex flex-column align-items-center position-relative">
|
|
|
|
<div class="d-flex flex-column align-items-center position-relative">
|
|
|
|
|
|
|
|
|
|
|
|
<p>Score is : <%=gauge.score %> </p>
|
|
|
|
|
|
|
|
<svg
|
|
|
|
<svg
|
|
|
|
viewBox="<%= viewbox.x %> <%= viewbox.y %> <%= viewbox.width %> <%= viewbox.height %>"
|
|
|
|
viewBox="<%= viewbox.x %> <%= viewbox.y %> <%= viewbox.width %> <%= viewbox.height %>"
|
|
|
|
class="<%= gauge_class %>"
|
|
|
|
class="<%= gauge_class %>"
|
|
|
|
|