Irek Slonina Report post Posted September 7, 2011 (edited) Hello, Linked charts are not drilled while there are on local disk. After copying them to external server, without any modifications - they are drilled without problems. HTML and XML taken from http://www.fusioncha...charts-xml.html I have tested Column2D.swf, StackedColumn3DLineDY.swf. FusionCharts version: v3.2.1 Evaluation Web Browser: Firefox 6, Google Chrome 13.0.782.218 m, Internet Explorer 8 System: Windows XP Proffesional Flash version: 10.1.102.64 on IE, 10.3.183.7 on Chrome and Firefox. HTML and XML attached. Best regards, Irek Slonina Ramsat S.A. LinkedData.xml LinkedTest.html Edited September 7, 2011 by Irek Slonina Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 7, 2011 Hi, Welcome to FusionCharts Forum! Could you please enable the Flash Player Global Security settings, if you are running the application from local file system (C:\ or D:\) and not from web server (local or live)? Flash Player's Global Security setting blocks invoking/calling JavaScript from SWF (Flash Movie) by default. So you need to reset your setting into Global Security Setting panel and enable it. Please refer to the following page for further details on the Flash Player Global Security settings: http://www.fusioncha...HowToSetup.html In case you are using Flash player 10.3, please refer to the forum link: http://forum.fusionc...h__1#entry39164 Hope this helps. Share this post Link to post Share on other sites
Irek Slonina Report post Posted September 7, 2011 http://www.fusioncha...HowToSetup.html Thank you a lot for quick and accurate problem solution. It worked! Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 7, 2011 Hi, Glad to know that you have managed to resolve your problem. Happy FusionCharting! Share this post Link to post Share on other sites
Irek Slonina Report post Posted September 8, 2011 Hello again, When I embed my charts with LinkedData in GWT application, they stop to drill-down. It doesn't matter if I serve them on local or remote web server. They are normally click-able (for example Pie chart is expanding slices normally), only drilling does not work. I have tried newchart-xml and newchart-xmlurl methods with same result - not drill-able. Security settings of Flash are set to 'Always allow', I tried also adding URL's in trusted locations in Flash settings, without any success. Best regards, Irek Slonina Ramsat S.A. Share this post Link to post Share on other sites
encantadora Report post Posted February 13, 2012 Hello! I try to do linked diagram but when I copy example from your website on my local machine it doesn't work. I configured my FlashPlayer like to be described in http://forum.fusioncharts.com/topic/10016-flash-player-103-global-security-settings/page__p__39164__hl__global+security__fromsearch__1#entry39164 .. but it doesn't work Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 13, 2012 Greetings. I am afraid, for linked charts, you would need to modify the necessary code to create your own project. The example on the website uses its own configuration for the linked charts. Please refer the following link for more information about the linked charts: http://docs.fusioncharts.com/charts/contents/?FirstChart/LinkedCharts.html Hope this helps. Share this post Link to post Share on other sites
bonjoe Report post Posted February 21, 2012 Hello again, When I embed my charts with LinkedData in GWT application, they stop to drill-down. It doesn't matter if I serve them on local or remote web server. They are normally click-able (for example Pie chart is expanding slices normally), only drilling does not work. I have tried newchart-xml and newchart-xmlurl methods with same result - not drill-able. Security settings of Flash are set to 'Always allow', I tried also adding URL's in trusted locations in Flash settings, without any success. Best regards, Irek Slonina Ramsat S.A. GWT apps by nature are not aware of events sent from FusionCharts flash components. In order to respond to FusionCharts events in a drill-down scenario, a GWT/FusionChart event bridge will have to be in place. Something similar to the following (the Link Chart example): http://fusionadapter.com/demo.html Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 23, 2012 Hi, Thanks for posting the information. Hope you have a great day. Share this post Link to post Share on other sites