bjewell

Members
  • Content count

    3
  • Joined

  • Last visited

About bjewell

  • Rank
    Forum Newbie
  1. I've tried everything but I can't get the value of the gauge to appear when valueBelowPivot is set. I'm using a 180 degree gauge, but the documentation shows the gauge value in numerous similar samples. I would be grateful if someone can help with this issue. Here's the XML: showBorder='0' chartBottomMargin='30' basefontColor='FFFFFF' toolTipBgColor='453269' valueBelowPivot='1' gaugeOuterRadius="85" tickValueDistance='7'> radius='0' fillColor='4F4FFF, 97BAE5' fillAngle='180' /> ThroughputGauge10.xml
  2. Setting "valueBelowPivot"

    Hi, Using the angular gauge, I've managed to get the value textbox (valueBelowPivot) to show up. However, I need to set a size (i.e., width and height) on the textbox, and also modify the font of the value in the textbox to make it more readable. How can I do this? My XML file is enclosed. Thanks for the help --Brian XML: <?xml version="1.0" encoding="UTF-8"?> majorTMNumber='11' majorTMColor='FFFFFF' majorTMHeight='8' minorTMNumber='5' minorTMColor='FFFFFF' minorTMHeight='3' toolTipBorderColor='FFFFFF' toolTipBgColor='333333' chartLeftMargin='0' chartRightMargin='0' chartTopMargin='0' chartBottomMargin='0' gaugeOuterRadius='80' gaugeOriginX='100' gaugeOriginY='100' gaugeScaleAngle='270' placeValuesInside='1' gaugeInnerRadius='80%' annRenderDelay='0' gaugeFillMix='' pivotRadius='10' showPivotBorder='0' pivotFillMix='{CCCCCC},{333333}' pivotFillRatio='50,50' valueBelowPivot='1' showShadow='0' refreshInterval="4"> borderAlpha='0' baseWidth='10'/> endAngle='360' fillColor='CCCCCC,111111' fillPattern='linear' fillAlpha='100,100' fillRatio='50,50' fillAngle='-45'/> endAngle='360' fillColor='111111,cccccc' fillPattern='linear' fillAlpha='100,100' fillRatio='50,50' fillAngle='-45'/> endAngle='360' color='666666'/>
  3. Real-time bullet chart

    I need a chart that looks something like the bullet chart ("Bullet Graphs/Horizontal #1" in the documentation), which I can update using the feedData() method. Using HBullet.swf doesn't seem to work. Any suggestions? Could I create a XML file for RealTimeLine.swf that would give me such a chart. Basically, I am trying to create a chart that consists of a single horizontal line that will display the value of a counter over real-time. Thanks for the help.