Sign in to follow this  
matt@cobalt

Bullet Charts question - show plot + target only

Recommended Posts

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

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

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