wip
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<span
|
||||
class=""
|
||||
style="width:90em;overflow: hidden; white-space: nowrap;"
|
||||
title="{{ Number::currency($low) }} - {{ Number::currency($high) }}"
|
||||
>
|
||||
|
||||
@for ($x = 0; $x < 10; $x++)
|
||||
@if ((($current - $low) * 100) / ($high - $low) > ($x * 10))
|
||||
|
||||
●
|
||||
|
||||
@else
|
||||
|
||||
○
|
||||
@endif
|
||||
@endfor
|
||||
</span>
|
||||
Reference in New Issue
Block a user