Cannot read property error while using ChartJS with Vue JS

ยท

0 min read

error: cannot read property 'getcontext' of undefined vue-chartjs

How I resolved it

Modified the template

<template>
     <div class="container">
         <canvas ref="canvas" width="900" height="400"></canvas>
    </div>
</template>