Sign in to follow this  
FusionCharts Support

How to change colors of Bullet Graph

Recommended Posts

Hi,

 

 

 

I am using Fusion Widget's Bullet Graph in my application . I have multiple bullet graphs .

 

I want to change the color of the bullet graph to a desired one . ie the Colour of the Outer and inner bars .

 

Please find attached of a sample H-Bullet graph. How to do this

 

 

 

Any help will be appreciated....

bullet-graph.bmp

Share this post


Link to post
Share on other sites

Hi,

 
Could you please try using paletteThemeColor and plotFillColor attribute in <chart> element and try again?
 
"paletteThemeColor : If you want your own palette derived from a particular hex color, you an specify the same here. All other colors on the chart would automatically derive from that palette."
 
"plotFillColor: Fill color for the plot bar. "

Share this post


Link to post
Share on other sites

Thanks for the quick response.

 

 

 

Plot Fill color and Pallete theme colour is working fine . But i am unable to change the colour part which is "8C489F" in my attached picture. Currently this part is default grey color . I want to change that colour too ... How to do this ....

 

 

 

Thanks in advanced .....

Share this post


Link to post
Share on other sites

Hi,

 
Could you please use code attribute instead of color under color range?
 
Please see below for an example:
 
<colorRange>

<color minValue="0" maxValue="1300000" code="800080"/>

</colorRange>

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
Sign in to follow this