Sign in to follow this  
vicky roy

Linked Charts

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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.smile.gif

Edited by Angie

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this