ktsha Report post Posted May 18, 2009 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
Rahul Kumar Report post Posted May 18, 2009 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
ktsha Report post Posted May 18, 2009 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
FusionCharts Support Report post Posted May 18, 2009 Hi, Could you please send us the XML that you are using? Share this post Link to post Share on other sites
ktsha Report post Posted May 19, 2009 Hi, Please find my xml attached . xml11.txt Share this post Link to post Share on other sites
Rahul Kumar Report post Posted May 19, 2009 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
ktsha Report post Posted May 19, 2009 Thanks a lot . But in your documentation why it is written as color instead of code. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted May 19, 2009 Hi, We apologize for that. This is a documentation error and we are in process of correcting these errors. Share this post Link to post Share on other sites