grafico...
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user