client/Vue

vue-chartjs 사용하는 법

void 2020. 1. 16. 10:00

설치

 npm install vue-chartjs chart.js --save

참고 : https://github.com/apertureless/vue-chartjs

 

코드는 공홈보면 잘 나와있음.

출처 : https://vue-chartjs.org/guide/#example

 

**에러**

cannot read property 'getcontext' of undefined chartjs

조심해야할 점

vue-chartjs 사용시 코드에 

<template>
</template>

<template> 영역이 필요없다.