How to get Data from API to display chart using chartjs in Vuejs
问题 I am new to Vuejs and i wanna know how to fetch data from my API to display chart. Below is my code, where i have used data as "date and challenge" and have fed data directly to it, but now i want to call my API and feed the data from it to "date and challenge". Code that i have used it to display chart without API: <template> <canvas id="mychart" width="550" height="300"></canvas> </template> <script> export default { name: 'Chart', data: () => ({ date: [ 1600934100.0, 1602009600.0,