ignoreintuition / v-chart-plugin

Easily bind a chart to the data stored in your Vue.js components.
https://resurgencewebdesign.com/v-chart/
GNU General Public License v3.0
198 stars 33 forks source link

Error drawing barchart #194

Closed robertovaldesperez closed 3 years ago

robertovaldesperez commented 3 years ago

webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:620 [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

import Chart from 'v-chart-plugin' Vue.use(Chart)

<v-chart v-if="listLoading" :chart-data="barChartData" />

ignoreintuition commented 3 years ago

Duplicate of another issue

robertovaldesperez commented 3 years ago

I'm sorry