Skip to content

Instantly share code, notes, and snippets.

@tajuszk
Created November 9, 2019 06:09
Show Gist options
  • Save tajuszk/0e997b9543dafc431bcc37df06729b5f to your computer and use it in GitHub Desktop.
Save tajuszk/0e997b9543dafc431bcc37df06729b5f to your computer and use it in GitHub Desktop.
import { Bar } from 'vue-chartjs'
export default {
extends: Bar,
mounted () {
this.renderChart(data, options)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment