Initial import
This commit is contained in:
13
fo/one-dashboard-que/components/SaatIni.js
Normal file
13
fo/one-dashboard-que/components/SaatIni.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
const reactiveProp = VueChartJs.mixins.reactiveProp
|
||||
export default {
|
||||
mixins: [reactiveProp],
|
||||
props: ['options'],
|
||||
extends: VueChartJs.Pie,
|
||||
mounted () {
|
||||
this.renderChart(
|
||||
this.chartData, this.options
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user