I have a chart that is linked to a nother html page through
the <set .... link="...."> Tag.
it is working fine and by clicking the chart it is opened in the same window
where the chart was rendered.
However, I would like that when clicking the chart the link will open in a new window.
(pop up)
How can I do That?
Thanks
Ilan
You can use [ set value='10' link="P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-{location to webpage}" /] to open link in a new window.
For more information (documentation) on this you can follow this link: http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html .