HTML widget - point to visualization in kibana

I am trying to add a visualization object in HTML widget, something like this:

onclick="window.location.href='./kibana#/visualize/XXXXXXX'" /> but it does not work. Is there a way we can call a HTML widget within a HTML widget?

Are you talking about the markdown widget?

Yes, I am using Kibana 6.2.4 (forgot to mention in my post). I currently have a Widget for Menu bar of dashboard and one of the menu item needs to call another HTML Markdown visualization which has some static data in HTML tags, the other alternative I have is to have my visualization in a dashboard and call that in on click event but just wondering if I can call a visualization directly in the on click event.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.