Sign in to follow this  
indzine

[Bullet Chart] Tick Values

Recommended Posts

Hi.

 

I was just wondering if it was possible to have the tick marks/values match the colorRange maxvalues. For example, if I had 5 color tags, whose maxvalues were at irregular intervals, could the major ticks be made to line up with the end of each range?

 

Your help is much appreciated. :)

Edited by indzine

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please send us a screenshot of your requirement?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi Angshu.

 

I've attached a screenshot of what I mean.

 

No worries if it's not possible. I bought a licence this morning anyway as it was decided your widgets were closest to what we needed of all that we looked at.

 

The xml code of the colorRange, for reference:

<colorRange>
   	<color minValue='0' maxValue='5000' code='333333' />
   	<color minValue='5000' maxValue='10000' code='666666' /> 
   	<color minValue='10000' maxValue='20000' code='999999' /> 
   	<color minValue='20000' maxValue='40000' code='cccccc' /> 
   	<color minValue='40000' maxValue='75000' code='ffffff' /> 
</colorRange> 

 

So, ideally the major ticks will line up with the maxValue's.

 

post-24531-0-09761400-1323857531_thumb.gif :)

Edited by indzine

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