Disable on click for filtering iframe graphs

Hello folks,

I am using Kibana 4.5.1 where I use the iframes to import my graph in my web page.
However, i can still filter by clicking in my graphs. This is something i want to remove.
Here is the situation in picture:

before clicking

after clicking:

Regards,

S

There is not currently a way to disable this for embedded visualizations. If this is something you would like, you can create a feature request at https://github.com/elastic/kibana/issues/new

Looks like this issue is related: https://github.com/elastic/kibana/issues/5056

Do you know which part of the code is used ?
Maybe i can add a filter of my own..

Or maybe is there a javascript code to disable clicks for iframe ?

1 Like

Is Kibana being served from the same domain as the IFRAME?

no, my kibana is installed in a remote server !

I am trying to do the same thing as Sen.

Do you know which part of the code or which file is used where this click event is built?
So that I could do nothing on clicking and have it work as I want.?

Or maybe is there a javascript code to disable clicks for iframe ?