Hi Admin,
We are also trying to implement similar feature in our reports i.e to open a popup when the user clicks on a marker circle. Is this possible? if yes can you please share the syntax.
I tried giving like
<marker id="AL" x="485.4" y="284.19" link="JavaScript: loadPg();" label="Test" labelpos="right" />
and,
function loadPg() {
alert("hi");
}
but it is not firing anything.
please help.