waypoint visited percentage

This commit is contained in:
2023-05-07 11:09:46 +02:00
parent 4bd18c6d62
commit 92b216cbdc
7 changed files with 55 additions and 84 deletions

View File

@@ -31,9 +31,9 @@
</div>
</div>
<div class="right">
<div class="radial-progress text-primary" id="radial" style="--value:70; --size:12rem; --thickness: 1.5rem;">
<div class="radial-progress text-primary" id="radial" style="--value:{{percentage}}; --size:12rem; --thickness: 1.5rem;">
<span style="font-size: 20pt">
70%
{{percentage}}%
</span>
</div>
</div>