How to make i5Chart clickable and opens up in a pop-up window?
Here is one chart code:
var i5Chart1 = new com.sap.xmii.chart.hchart.i5Chart("WVLMicrofiber7/Charts/WVLCharts", "WVLMicrofiber7/WebServices/WSWVL7TESTDATA");
i5Chart1.setChartWidth("540px");
i5Chart1.setChartHeight("250px");
var Query1= i5Chart1.getQueryObject();
Query1.setParameter("Param.1",Machine);
Query1.setParameter("Param.2","FREENES1");
i5Chart1.draw("1");