Sign in to follow this  
sastry.sagi

Issue With Renderchart

Recommended Posts

Hi Fusion Charts Team,

 

 

 

I am using ASP.Net 3.5, Ajax 3.5 and Power Charts 3.2.1 web site version.

 

I am trying to use spline charts in the nested ajax tabbed panel.

 

there is a parent tabbed panel and inside of that there is another tabbed pannel where the charts reside. if there is any post back event occurs in the same tabbed panel of master where the charts are residing then we are not facing any issue

 

but when we try to use the another tabs the graphs are disappearing and we are seeing "Chart." like shown in the atatched image below

 

post-25678-0-21269500-1327065817_thumb.png

 

 

when i try to use the RenderChartHTML i am able to see the chart but i am getting the below javascript error message

 

"Microsoft JScript runtime error: Unable to get value of the property 'tagName': object is null or undefined"

 

 

below is the xml i am using to render

 

<chart showValues='0'  showyaxisvalues='0'>
<set 
label='    Below   Market' value='0' color='0B5286' 
anchorAlpha='0'/><set label='$10400' value='15000' color='5998C1' 
anchorAlpha='0'/><set label='TargetPrice' value='29000' color='5998C1' 
drawAnchor='0' anchorRadius='5' anchorAlpha='0'/><vline color='000000' 
linePosition='0' thickness='2'label='$13564'/><set label='$15900' 
value='15000' color='5e5e5e' anchorAlpha='0'/><set label='Above Market' 
value='0' color='5E5E5E' anchorAlpha='0'/></chart>

 

our company brought the powerCharts and Fusion Charts based on my recommendations and if this doesn't work i will be in soup.

 

your help is highly appreciated.

 

Thanks in advance,

Sastry

Edited by sastry.sagi

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