matt@cobalt Report post Posted August 24, 2009 I'm interested in using the vertical bullet chart to display only the plot (column) and the target (bar), without any of the background bands showing (the bullet chart comes with 3 shaded color range bands). I've tried adjusting the min and max values in the colorrange section, and tried setting the color to 'ffffff' to remove the background bands, but I always end up with 1 bar behind the plot. Let me know if it's possible to remove the color range bands from the bullet chart or if I need to use a different chart, etc. Thanks ~ Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 25, 2009 Hello, Could you not add a <colorRange> element to your XML and try again to achieve this effect? (Ref: <chart lowerLimit='0' upperLimit='100' caption='Revenue' subcaption='US $ (1,000s)' numberPrefix='$' numberSuffix='K' showValue='1' > <!--colorRange> <color minValue='0' maxValue='100' color='FFFFFF' showColorRangeBorder='1' colorRangeFillMix='FFFFFF,FFFFFF' /> </colorRange--> <value>78.9</value> <target>80</target> </chart> ) I hope this helps. Share this post Link to post Share on other sites
matt@cobalt Report post Posted August 30, 2009 Thank you, that worked! Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 31, 2009 Great. Happy FusionCharting. Share this post Link to post Share on other sites