spodude Report post Posted November 26, 2014 We have created a dashboard for our Education Montor which has been a great success. We now want to do one for our Youth site but with the charts opening directly from the map. This means it is the master chart is there a way to have the close button on the master chart? Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted November 27, 2014 Hi, Welcome to FusionCharts Forum Post. Your Education Monitor dashboard looks great. For the required close button on your map, you can configure the properties of LinkedCharts. The configureLink(param, level) accepts configuration for the "overlay button" of LinkedCharts. The link below will let you know more about overlaybutton on linked charts. http://docs.fusioncharts.com/FusionCharts.html#configureLink Below is a fiddle where configurelink() has been used.Its a column drill down configured to pie chart. Similar implementation can be done for map drill down to column charts. http://jsfiddle.net/moonmi/8ox55v2c/ You can also try out the LinkedCharts using jQuery PrettyPhoto to view the detailed chart in a PrettyPhoto lightbox. The documentation link below will help you further on its implementation. http://docs.fusioncharts.com/charts/Code/JavaScript/Basics/UsingLinkedCharts/jqprettyphoto.html http://docs.fusioncharts.com/charts/contents/index.html?JavaScript/JS_LinkedCharts.html#prettyphoto You can also check out our chart gallery which uses similar pop up for charts. http://www.fusioncharts.com/explore/column-bar-charts/ http://www.fusioncharts.com/explore/linkedcharts-for-drill-down/ Hope this helps. Do drop us a mail if you require any further assistance. Thanks. Share this post Link to post Share on other sites