Hi
I have a and Oracle JET solution (in APEX so its using version 2.0.2).
Have implemented drill by adding this handler:
$("#chart_jet").on( "ojdrill", function(event, ui) {
apex.event.trigger(document, 'chart-drill', {drill:'Y',series:ui.series}); }
);
Have also set the drlling option = "on". This is working fine, however the same drill event is also getting triggered when clicking the series in the legend.
The legend have the "hide-and-show-behaviour" set to "withRescale" so the user can enable/disable each series (and the chart rescales).
This hide/show behaviour is however not working very well now, since the drill is ALSO activated.
Is there a way to differ between clicking the series (line) on the chart and clicking the legend ?
Brgds
Martin Nielsen