round corners
This commit is contained in:
parent
05d7bff0a5
commit
1a30c267cf
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user