Is there way to restrict Shield UI pie charts via the Wicket API (although it's not clear that you can do this with the raw JavaScript API either) in such a way that only allows one slice to be selected at a time?
If there's no way to do this via the API, is it possible to intercept the shift click and transform it into a standard click before it gets processed by the Shield UI JS?
Thanks, Chris
After contacting the dev team, they have made changes to the Javascript and the Wicket API code to allow this to happen.
chart.getOptions().getSeriesSettings().getPie().setAllowMultiPointSelection(false);