|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/21/2007 8:18:26 AM
Posts: 4,
Visits: 4
|
|
I posted this last week Wednesday, and now it seems to have been deleted from the forum!
Here goes again.. if it was deleted for a reason, please can you notify me!
I having using the MSCombiDY2D.swf graph.
I have an area-filled line graph, and a bar graph in this chart.
Properties such as:
showPlotBorder='0' plotBorderColor='' plotGradientColor='""
in the "chart" tag, style both of my graphs..
How can I specify individual settings for each graph (dataset)?
Thanks very much,
Greg
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Yesterday @ 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| Hi, We sincerely apologize to you for the missing post that you made last wednesday. But to re-iterate our norms, we rarely remove any post made in our forum, and your post is too relevant to be deleted! Might be some posting glitches. Now to strenghten our understanding and relationship a quick answer to your query : You can easily configure each dataset using attributes like : color, plotBorderColor. showPlotBorder etc. Example : <dataset seriesName='2006' color='ff0000,ffffff' plotBorderColor='660000' plotBorderThickness='10' showPlotBorder='1' > For more on this please refer to the Chart XML rederence of Combi Dual Y chart in our Online Documentaion : http://fusioncharts.com/docs/Contents/ChartSS/Combi2DDY.html
Happy FusionCharting You are always welcome to our Forum.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/21/2007 8:18:26 AM
Posts: 4,
Visits: 4
|
|
| Hi, thanks for your reply.. I initially tried what you suggested, as it seemed the most logical thing to do, but it does not work.. here is a sample.. - I want the area-filled line graph to have a gradient and a border, and the bars to be borderless and solid.. <chart caption='<%=caption%>' labelDisplay='Rotate' slantLabels='4' shownames='1' showvalues='0' numberPrefix='' sYAxisValuesDecimals='4' connectNullData='1' PYAxisName='Nominal traded (Billions)' SYAxisName='Yield %' SYAxisMinValue='<%=minHeight%>' SYAxisMaxValue='<%=maxHeight%>' numDivLines='6' formatNumberScale='*' decimals='1' areaOverColumns="0"> <dataset seriesName='Nominal Traded' color='<%=dailyColour%>' showValues='0' showOnTop='1' showPlotBorder='0' plotGradientColor='' > <dataset seriesName='R153 Yield' color='<%=r153Colour%>' showValues='0' parentYAxis="S" renderAs="Area" showPlotBorder="1" alpha="70" >
as it stands, both have gradients and borders! If I put the 1st dataset's "showPlotBorder" and "plotGradientColor" in the chart tag, then they're both borderless and gradientless, even tho the 2nd dataset says "showPlotBorder=1" Thanks again, Greg
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Yesterday @ 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
|
|
|