Relative Content

Tag Archive for vue.jsapexcharts

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: […]