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:
So is there any way to change these area colors from transparent to solid.
thanks,
Adarsh Srivastava