Skip to content

Tag: vue-chartjs

Image with dynamic data vuejs and chart.js

I have this code to show bar-chart with VueJS: Method in VueJS This code show this bar chart: But I need replace in my code two variables dynamic: labels: [‘MICROFINANZAS -SECTOR COMERCIO’,’MICROFINANZAS -SECTOR SERVICIOS’], data: [15000, 71700] With the information of method getDeudas…