grafico...

This commit is contained in:
Surya Paolo
2024-05-10 01:57:54 +02:00
parent 99ce77eec1
commit 1a4eec634f

View File

@@ -1,6 +1,6 @@
<template>
<div>
<canvas id="myChart" width="400" height="400"></canvas>
<canvas id="myChart" :width="$q.screen.lt.sm ? '350' : '400'" :height="$q.screen.lt.sm ? '400' : '400'"></canvas>
</div>
</template>