Like this example, how do you add support for redirecting on a url when someone clicks on a slice.
Like on this example.
I have tried doing what the documentation requires:
if (cbSeriesClicked !== undefined) {
pieSeries.events.on("hit", cbSeriesClicked, this);
}
The event fires, but im unable able to figure out where in the chart object the currently selected slice is, or if amcharts 4 supports https://www.amcharts.com/docs/v3/tutorials/linking-chart-columns-custom-urls/