Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

quasar apexchart


//create a boot file that containes this apexchart.js
import VueApexCharts from 'vue3-apexcharts'
import { boot } from 'quasar/wrappers'

export default boot(({ app }) => {
    app.use(VueApexCharts)
})
//add this boot file to quasar.config.js
 
PREVIOUS NEXT
Tagged: #quasar #apexchart
ADD COMMENT
Topic
Name
8+6 =