cluettr Report post Posted December 8, 2009 Is there a file in the directory structure I can use (looking for minor version numbers). Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 8, 2009 Hello, You can find the version number by using the debug window. ref. - http://www.fusioncharts.com/docs/Contents/Debug/window.html You can also retrieve the version number by using the signature function. e.g. <SCRIPT LANGUAGE="JavaScript"> function getSignature(){ //Get chart from its ID var chart = getChartFromId("chart1Id"); chart.signature(); } </SCRIPT> Share this post Link to post Share on other sites