Cannot read properties of undefined (reading ‘events’)
I have recently updated my project to quasar 2, at the same time I updated
"vue-apexcharts": "^1.5.1",
to
"vue3-apexcharts": "^1.6.0"
Apex charts for vue js enable tooltip for legend series
In Apex pie charts I need to enable the default tooltip while hovering the legend how to do that. chartOptions: { chart: { width: 380, type: ‘pie’, }, labels: [‘Team A’, ‘Team B’, ‘Team C’, ‘Team D’, ‘Team E’], responsive: [{ breakpoint: 480, options: { chart: { width: 200 }, } }], legend: { show: […]