Phliplip Report post Posted September 12, 2007 Hi, I'm trying to add a more nicer more descriptive DIV-layer to the flash chart. I found out how to trigger my javascript that opens the info-box. But i need the x y coordinates of the clicked anchor to position the DIV. tried; showBox(event); showBox(_x, _y); I'm using ScrollLine2D.swf Do somebody perhaps have another way of doing this, then your input is more than welcome :w00t: Best regards, Philip Espersen Onindo.com Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 6, 2010 Hi, If you render the chart in opaque WMODE (which is default mode in v3.2) and use normal JavaScript mouse event handler to track the x,y position and execute your implementation requirements accordingly. Share this post Link to post Share on other sites