Sign in to follow this  
sjamil

color values of less than 1 - decimal are not being displayes

Recommended Posts

I can not get the color values to display if they are less than 1. I have added decimals="2" to the chart tag. The color values get displayed fine if I have decimal values larger than 1. The dial value of 0.52 shows up fine. I am new at this so I am probably missing something pretty basic. My color tags are:

 

 

 

color minValue="0.25" code="FF654F" maxValue="0.5"

 

color minValue="0.5" code="F6BD0F" maxValue="0.6"

 

color minValue="0.6" code="8BBA00" maxValue="1.0"

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Welcome to FusionCharts Forum.

Please set the following in the <chart> attribute:

lowerLimit='0.25' upperLimit='1' majorTMNumber='6' adjustTM='0' showTickMarks='1'

Hope this helps.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this