G30071 Report post Posted August 30, 2015 Hi, For used FusionCharts jQuery Plugin Drill-down Charts html: <div id="chart_Master"> </div> <div id="chart_Detal"> </div> js: $("#chart_Master").insertFusionCharts({ type: 'scrollstackedcolumn2d', id: 'chartDox_1', width: '100%', height: '380', containerBackgroundOpacity : '0', dataFormat: 'xmlurl', dataSource: 'myfile.xml' }); // end insertFusionCharts Creating and Configuring Linked Charts ??? $('#chart_Master').configureLink({ type: "pie3d", renderAt : "chart_Detal", width: "100%", height: "380 }); Share this post Link to post Share on other sites