Disabled Embedded iframe Interactivity

I have an iframe embedded in my site, a pie chart to be exact. The chart has an important feature that is hovering over a slice and getting 'field', 'value', and 'count'. However, it also has some functionality when the user clicks on the slice. How can I remove this click functionality but keep the hover functionality?

Can I remove the angular click event (kind of like .off('click') in JQuery)?

Yep just confirmed you certainly can disable angular with jQuery, and with some clever js, have access to the internals of the iframe.

This should be fine for you to implement.