FusionCharts Forum: HLinearGauge maximum value - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

HLinearGauge maximum value

#1 User is offline   pablo 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 20-November 08

Posted 05 January 2009 - 05:51 AM

Hi! I've created some HLinearGauge charts but I have a problem in some of them... I need a maximum value less than 100, for example:

<?xml version="1.0" encoding="us-ascii"?> <chart lowerLimit="0" upperLimit="79" palette="1" showTickMarks="0" showTickValues="0" baseFontColor="000000">   <colorRange>   <color minValue="0" maxValue="43" code="8BBA00" label="43" />   <color minValue="43" maxValue="69" code="FF654F" label="26" />   <color minValue="69" maxValue="79" code="FFFFFF" label="10" />   </colorRange> </chart>

But when the chart is created, the last color range goes from 69 to 100 (all the rest is ok). What can I do? Thanks!

0

Other Replies To This Topic

#2 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1034
  • Joined: 18-March 08

Posted 05 January 2009 - 07:33 AM

Hi,
 
Could you please try using the following XML?
 
<chart lowerLimit="0" upperLimit="79" palette="1" showTickMarks="0" showTickValues="0" baseFontColor="000000" pointerBgAlpha='0' pointerBorderAlpha='0' showValue='0' >
  <colorRange>
  <color minValue="0" maxValue="43" code="8BBA00" label="43" />
  <color minValue="43" maxValue="69" code="FF654F" label="26" />
  <color minValue="69" maxValue="79" code="FFFFFF" label="10" />
  </colorRange>
<pointers>
  <pointer value='1' />
</pointers>
</chart>

Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#3 User is offline   pablo 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 20-November 08

Posted 07 January 2009 - 05:50 AM

Thanks for your answer, but I need the pointer not to be seen. What I finally did was to make the graph with % values and show absolute values in labels :D:

<?xml version="1.0" encoding="us-ascii"?> <chart lowerLimit="0" upperLimit="100" showTickMarks="0" showTickValues="0" baseFontColor="000000" bgColor="FFFFFF" showBorder="0">   <colorRange>   <color minValue="0" maxValue="55.1" code="8BBA00" label="43" />   <color minValue="55.1" maxValue="87.2" code="FF654F" label="25" />   <color minValue="87.2" maxValue="100" code="FFFFFF" label="10" />   </colorRange> </chart>


0

Other Replies To This Topic

#4 User is offline   nutfox 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 03-February 10

Posted 08 February 2010 - 07:21 AM

Hi, we have the same problem.



Is there a bug filed for this?



When will it be fixed?
0

Other Replies To This Topic

#5 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 08 February 2010 - 08:03 AM

Hi,

Welcome to FusionCharts forum. :D

Could you please specify the issue a bit elaborately.

Awaiting your reply. :hehe:

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic