Closed KristofVDB1 closed 2 months ago
It's working fine, you have to call it proper
const seriesIndex = 0;
const dataPointIndex = 0;
ApexCharts.exec('genderplot', 'toggleDataPointSelection', seriesIndex, dataPointIndex);
See ApexCharts docs
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.
Hi
I've been trying for a while now to get the
toggleDataPointSelection
to work but it's not working for me.I'm using
"react-apexcharts": "^1.3.7"
and"apexcharts": "^3.23.1",
.This is the code I'm currently using:
I've tried passing the two indexes in different manners but without any success. Other methods using
exec
have worked, so I don't think there will be an issue there.The issue I'm getting in the console:
Any help would be appreciated