Skip to content

Instantly share code, notes, and snippets.

View jozeflambrecht's full-sized avatar

jozeflambrecht

View GitHub Profile
@jozeflambrecht
jozeflambrecht / ChartComponent.vue
Created December 13, 2018 17:23 — forked from AshMenhennett/ChartComponent.vue
Example of using Chart.js with Vue (Laravel).
<template>
<!-- resources/assets/js/components -->
<div>
<canvas id="canvas"></canvas>
</div>
</template>
<script>
import {Chart} from 'Chart.js';
export default {