Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Chart drill collides with legend hide/show behaviour

martinbnNov 1 2017 — edited Mar 7 2018

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

This post has been answered by Oleh Tyshchenko on Mar 7 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2018
Added on Nov 1 2017
13 comments
806 views