Skip to content

Instantly share code, notes, and snippets.

@tajuszk
Last active November 9, 2019 16:38
Show Gist options
  • Save tajuszk/d77f200a12a069a7e35ed0bbd0189416 to your computer and use it in GitHub Desktop.
Save tajuszk/d77f200a12a069a7e35ed0bbd0189416 to your computer and use it in GitHub Desktop.
import { Bar } from 'vue-chartjs'
export default {
extends: Bar,
props: ['chartData', 'options'], // propsに chartData と options を定義
mounted () {
this.renderChart(this.chartData, this.options)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment