I'm using the funnel chart type and need to allow users to click on the legend to show / hide data points within the chart. This works fine if I do not handle the onLegendItemClick event as the chart takes care of this functionality itself.
The issue is I need to pass which of the data points are visible to a related chart. When I handle the event the built in functionality is lost, does anyone know how I can replicate this in code so I can pass the selections to another component?
TIA