vicky roy Report post Posted February 18, 2011 Hi I am facing problem in linked charts. I am linking Pie2d chart but getting error.I am using enterprice version. when I use "RenderChart" Metod I get error that "Microsoft JScript runtime error: 'undefined' is null or not an object" And when I use "RenderChartHTML" method link('newchart-xml-auto1' ) is open in new page and gives error that url does not exists. I am binding data with dataxml method below is the dataxml. <chart caption='Sector Wise Summary' showBorder='1' formatNumberScale='0' outCnvBaseFontSize ='12' outCnvBaseFont='Arial' showPercentInToolTip='1' pieRadius='100' startingAngle='90' enableRotation='1'> <set label='auto' value='7.0' link='newchart-xml-auto1' /> <linkeddata id='auto1'> <chart caption='Scrip Wise Summary' showBorder='1' formatNumberScale='0' outCnvBaseFontSize ='12' outCnvBaseFont='Arial' showPercentInToolTip='1' pieRadius='100' startingAngle='90' enableRotation='1'> <set label='Maruti Suzuki' value='5.0' /> <set label='Fag Bearing' value='2.0' /> </chart> </linkeddata> </chart> Please help me it is really urgent. Share this post Link to post Share on other sites
Guest Angie Report post Posted February 21, 2011 (edited) Hi, Welcome to FusionCharts Forum! Please find the modifies code below: <chart caption='Sector Wise Summary' showBorder='1' formatNumberScale='0' outCnvBaseFontSize ='12' outCnvBaseFont='Arial' showPercentInToolTip='1' pieRadius='100' startingAngle='90' enableRotation='1' > <set label='auto' value='7.0' link='newchart-xml-auto1' /> <linkeddata id='auto1' > <chart caption='Scrip Wise Summary' showBorder='1' formatNumberScale='0' outCnvBaseFontSize ='12' outCnvBaseFont='Arial' showPercentInToolTip='1' pieRadius='100' startingAngle='90' enableRotation='1' > <set label='Maruti Suzuki' value='5.0' /> <set label='Fag Bearing' value='2.0' /> </chart> </linkeddata> </chart> Hope this helps. Edited February 21, 2011 by Angie Share this post Link to post Share on other sites
Kranti.buddol Report post Posted December 7, 2012 Hi Fusion Team, On what scenario we get this error 'undefined' is null or not an object".Even i was facing this error when dowloading the graph images . Thanks, Kranthi Share this post Link to post Share on other sites
Guest Sumedh Report post Posted December 10, 2012 Hi Kranthi, Can you please elaborate a bit more on your issue? Please send us the chart XML and sample code for testing purposes. Share this post Link to post Share on other sites
Kranti.buddol Report post Posted December 10, 2012 Thanks Sumedh for your quick reply. I have 15 graphs in a single page which i need to save them as images.i have attached the screen shot error and the source code of my webpage. This error message is specif only to production server where this application was hosted (Windows server 2003 Enterprise Edition service pack 2 ) Thanks, Kranthi. Files.zip Share this post Link to post Share on other sites
Guest Sumedh Report post Posted December 13, 2012 Hi Kranthi, Can you please send us the entire project? For testing purposes? If you are not able to share on forum please send us on [email protected] Share this post Link to post Share on other sites