apexcharts / vue-apexcharts

📊 Vue 2 component for ApexCharts
https://apexcharts.com
MIT License
1.33k stars 135 forks source link

implementating apexchart for nuxt #508

Open beesou777 opened 9 months ago

beesou777 commented 9 months ago

hello i need help in setup for apexchart in my nuxt app i am new to nuxt and i need to setup apexchart anyone who have done can be a great help

bitbytebit1 commented 6 months ago

Create a new file in the plugins folder called "apexcharts.client.js"

import VueApexCharts from 'vue3-apexcharts'

export default defineNuxtPlugin((nuxtApp) => {
  nuxtApp.vueApp.component('ApexChart', VueApexCharts)
})
github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.