Client - customize chart tooltip (wip)

This commit is contained in:
Sam
2021-09-04 21:36:59 +02:00
parent 4e54d66c55
commit 00a400bc5b
7 changed files with 221 additions and 4 deletions

View File

@ -1,6 +1,10 @@
<template>
<div class="stat-chart">
<Chart :datasets="datasets" :labels="labels" />
<Chart
:datasets="datasets"
:labels="labels"
:displayedData="displayedData"
/>
</div>
</template>