davidoff

Colors Of The Graphs

Recommended Posts

Guest Sumedh

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now