04060901 Report post Posted November 20, 2014 Excuse me!My poor English,So use google translation. How to set the fan in the MSCombiDY2D module color Please help. <?xml version="1.0" encoding="unicode" ?> <Chart palette="4" caption="Data" baseFontSize="14" showValues="0" animation="1" setAdaptiveYMin="1" setAdaptiveYMax="1" numDivLines="8" divLineThickness="1" labelStep="30" showPlotBorder="0" showShadow="1"> <categories> <vLine thickness="1" Color="FF3333" dashed="1"/> <category label="845"/> <category label="846"/> <category label="847"/> <category label="848"/> <category label="849"/> </categories> <!--- color Line...OK--> <dataset seriesName="line" lineThickness="1" anchorAlpha="0" ParentYAxis="S" Color="3333FF"> <set value="9032" color="00AA00"/> <set value="9029" color="AA0000"/> <set value="9028" color="AA0000"/> <set value="9026" color="0000AA"/> <set value="9023" color="0000AA"/> </dataset> <!---Invalid color Area--> <dataset seriesName="Ar" ParentYAxis="P" renderAs="Area" alpha="80" color="00AA00"> <set value="0" color="00AA00"/> <set value="-88" color="00AA00"/> <set value="33" color="00AA00"/> <set value="10" color="FF0000"/> <set value="9" color="FF0000"/> </dataset> </Chart> Share this post Link to post Share on other sites
Vishalika Report post Posted November 21, 2014 Hi, Welcome to FusionCharts Forum. In MSCombiDY2D, the color of area chart cannot be varied according to data values of each set. A single color is displayed for area chart. Hope this helps. Share this post Link to post Share on other sites
04060901 Report post Posted December 5, 2014 Thanks Does the area boundaries can set the color? Share this post Link to post Share on other sites
Vishalika Report post Posted December 8, 2014 Hi, Yes, the area boundaries can be set differently with colors. You can try setting the attribute "plotBordercolor" in the each dataset element of your XML/JSON file Refer this JSFiddle link: http://jsfiddle.net/vishalika/92trD/140/ Hope this helps. Share this post Link to post Share on other sites