davidoff Report post Posted April 12, 2012 how it is necessary to make to change the colors of the graphs Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 12, 2012 Hi, Can you please elaborate more on your requirement ? how it is necessary to make to change the colors of the graphs Share this post Link to post Share on other sites
davidoff Report post Posted April 12, 2012 I would like to change the default colors of the graphs Share this post Link to post Share on other sites
Swarnam Report post Posted April 12, 2012 Hey, FusionCharts supports custom colors for most of chart objects like background, canvas, data plot etc. To change the background color of the chart: http://kb.fusioncharts.com/questions/261/How+can+I+customize+the+chart+background%3F To customize the data plot: http://kb.fusioncharts.com/questions/265/How+do+I+customize+the+data+plots%3F Share this post Link to post Share on other sites
davidoff Report post Posted April 13, 2012 thank you very much Share this post Link to post Share on other sites
davidoff Report post Posted April 17, 2012 and for the 3D data ? Share this post Link to post Share on other sites
Swarnam Report post Posted April 17, 2012 Hey, You can change the default color of the 3D charts in similar way as you do for 2D charts. Share this post Link to post Share on other sites
davidoff Report post Posted April 18, 2012 Hey, You can change the default color of the 3D charts in similar way as you do for 2D charts. ok thank you very much Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 19, 2012 ok thank you very much Share this post Link to post Share on other sites
davidoff Report post Posted April 19, 2012 ok thank you very much and how make the gradient for the data plot with the code ? : <chart caption='Crédits à la clientèle' subcaption='en mio de CHF' xAxisName='Années' showValues='1' placeValuesInside='1' showYAxisValues='1' yAxisMinValue='100' yAxisMaxValue='200' adjustDiv='0' numDivLines='4' formatNumberScale='0' decimalSeparator=',' thousandSeparator='’' basefont='Arial' basefontsize='14' basefontcolor='000000' bgAlpha='0' maxColWidth='70'> <set label='2007' value='184.6' color='00dcdc' /> <set label='2008' value='201.7' color='fff000' /> <set label='2009' value='193.8' color='b1eb08' /> <set label='2010' value='205' color='fe6404' /> <set label='2011' value='216.4' color='64b6f2' /> <styles> <definition> <style name='myGlow' type='Glow' color='FFFFFF'/> </definition> <application> <apply toObject='DataValues' styles='myGlow' /> </application> </styles> </chart> Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 20, 2012 Hi, You can make the gradient for the data plot by setting "plotGradientColor" attribute of <chart> element to some Hex color code. For more information on "Attributes for Data Plot", please follow the link below: http://docs.fusioncharts.com/charts/contents/?AttDesc/DataPlot.html Hope this helps! Share this post Link to post Share on other sites
davidoff Report post Posted April 20, 2012 thank you very much Share this post Link to post Share on other sites