round corners

This commit is contained in:
Ralf Bauer 2024-02-18 17:51:33 +01:00
parent 05d7bff0a5
commit 1a30c267cf

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="card row" v-if="dataLoaded"> <div class="card row" v-if="dataLoaded">
<CalendarHeatmap :values="values" :end-date="endDate" :style="{'font-size': '10px'}" tooltip-unit="Wh" /> <CalendarHeatmap :values="values" :round="1" :end-date="endDate" :style="{'font-size': '10px'}" tooltip-unit="Wh" />
</div> </div>
</template> </template>