Sign in to follow this  
sunil233

drilldown chart

Recommended Posts

HI,

 

Iam learing fusion charts.I have developed a sample application in asp.net.It has default.aspx and the other popup1 .aspx.Iam unable to drildown the chart.Can u suggest me where i have gone wrong.Iam here by attaching my sample code.

 

i have two questins

 

1)Can we have nested drilldown charts ie if i click chart1 ,chart 2 should be loaded and if i click chart 2 chart 3 should be loaded.

 

2). how to escape the + sign.I could escape the % by  calling the Function.ExcapeXml But its not working for +

eg: one of my dat is as shown below

  GE Price 26+% Above Competition Price

i could format the above line ............Function.excapexml(GE Price 26+% Above Competition Price)

 

the o/p is (GE Price 26 % Above Competition Price) its not giving as desired.could you please suggest

 

Thanks &Regards,

Sunil T

Testcharts.zip

Share this post


Link to post
Share on other sites

Hi,

Thanks for using FusionCharts.

From your attachement we find that you are using FusionCharts v3.0.1.

We have progressed in our version much further with lots of new features till date and our latest version is 3.1.1.

Could you please download the latest version from http://www.fusioncharts.com/download. The download pack contains latest Trial chart files, code samples, documentation( extensively discussing the code samples) which I hope would solve all your issues.

We hope using our latest wrapper classes etc., your implementation would be simpler. You can also read Documentation online from http://www.fusioncharts.com/docs

And your specific area of interest might ben the section : Guide For Web Developer >> Using With C# (ASP.NET)

Nevertheless, we have modified your code (with a few fixes and hacks) a bit to cater to your requirements. Using latest wrapper classes and charts, you would not require the hacks or fixes.

Please find attached.

Note: have update the latest Trial SWF files in the sample.

Testcharts2.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