• Gary_SabresFan
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi,

For the the guage charts recently introduced in Visualforce, if the data value exceeds the maximum value provided and if needle is not used (default), then the Guage shape gets distorted.

<apex:axis type="Gauge" position="gauge" title="Total Amount" minimum="0" maximum="100" steps="5" gridFill="true"/> 
<apex:gaugeSeries dataField="sum" donut="70" colorSet="#aaa,,#ddd" highlight="true" / >

 

Here,  for example, if the 'sum' value passed is 205, the chart is distorted to an irregular shape.

 

Any suggestions ?

  • January 11, 2013
  • Like
  • 0