- {{ computedRatio + '%' }}
+ style="
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ height: 0;
+ width: 100%;
+ font-size: 1.125rem;
+ text-align: center;
+ "
+ :style="{
+ background: color,
+ height: computedRatio + '%',
+ color: computedRatio > 20 ? 'white' : '#ccc',
+ }">
+
+ {{ computedRatio + "%" }}
+