import products dinamically
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<BarChart v-bind="barChartProps" />
|
||||
<!--<DoughnutChart ref="doughnutRef" :chartData="objdata" :options="options" />-->
|
||||
|
||||
|
||||
<!--<line-chart :width="tools.getwidthscale($q, 350, 400)+`px`" :title="title" :data="getmydata()" :offset="getoffset()"
|
||||
:round="0" :colors="mycolors"></line-chart>
|
||||
-->
|
||||
|
||||
<canvas id="myChart" width="400" height="400"></canvas>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user