swallow Report post Posted April 18, 2013 Hi, it seems like gradient color is defaulted to chart like angular gauge, funnel, multiseries column 2D. Could anyone tell me what XML attribute that I should set in order to make the solid color for all these chart? Different chart type has its own XML attribute to get rid of the gradient? Thanks. Share this post Link to post Share on other sites
swallow Report post Posted April 19, 2013 I found the answer already:-) To remove the gradient effect: For gauge, we can set attribute gaugefillmix=''. For some of the single series, multi series, stacked columns charts, we may set attribute plotGradientColor='' For funnel, I'm not sure yet.... Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 19, 2013 Hi, Welcome to FusionCharts Forum! If you want to remove the gradient effect, then you would need to use is2D attribute. Ref. Code: <chart ... is2D="1" For more information, please refer the following link: http://docs.fusioncharts.com/widgets/Contents/Funnel/XMLAPI.html Hope this helps! Share this post Link to post Share on other sites