adarsh_softpark

Comi Charts

Recommended Posts

Guest Madhumita

Hello,

I'm afraid, there is no combination Stacked area chart with line in it, in FusionCharts, as of now. :)

 

 

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey,

 

 

 

We always appreciate fresh request/suggestions coming our way. Helps in updating oneself. :)

 

 

 

Truckload of thanks your way for this.

Share this post


Link to post
Share on other sites
I have a requirement wherein we are required to draw a combination of Stacked area and line chart together representing some financial data. As discussed earlier there are currently no such provisions in the fusion charts to draw a combination of Stacked Area and line chart. So as a work around we tried modifying our data set in an incremental format. For example: We have value x1 = 100 and value x2 = 50 and value x3 = 25. So the new incremented values would be x1 = 100, x2 = x1+x2 = 150 and x3 = x1 + x2 + x3 = 175. If this data is plotted using a normal area chart the desired shape is drawn but since the colors of the plotted area are transparent and there is lot of overlapping (among the plotted area) it becomes difficult to analyse. Below is a screen shot for the same:

e6f9b3f0-465c-483e-be8f-f656.jpg

So is there any way to change these area colors from transparent to solid. 

thanks,

Adarsh Srivastava

Share this post


Link to post
Share on other sites
Guest Madhumita

Hi,

You can consider using the plotFillAlpha attribute in the <chart> element, to achieve this.

Share this post


Link to post
Share on other sites

Hi Madhumita,

 

 

 

iam using ScrollLine2D.swf for my charts, since it is part of evaluation, is there any other charts with the same features like drawing charts with scroll bar down.......(open source)

 

 

 

Thanks in advance.

 

 

 

Regards

 

Ganga

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Gangadhar,

I'm afraid, the Scroll functionality is available only for the Scroll Charts e.g.  

  ScrollColumn2D.swf

ScrollLine2D.swf  

  ScrollArea2D.swf  

  ScrollStackedColumn2D.swf

ScrollCombi2D.swf

  ScrollCombiDY2D.swf

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