FCScott Report post Posted May 29, 2008 Can anyone tell me how to make a chart that looks like this. I can't get the Inventory Level text to appear in my Bulb. Share this post Link to post Share on other sites
FCScott Report post Posted June 2, 2008 (edited) I figured it out. I had to set the chartRightMargin to push the bulb to the left side of the chart. Then add anotations for the text. < chart bgColor='5C8727' decimalPrecision='0' numberSuffix=' days left' lowerLimit='0' upperLimit='100' is3D='1' useColorNameAsValue='0' chartRightMargin='360' placeValuesInside='0' showValue='0' showBorder='0' chartTopMargin='3' chartBottomMargin='3'>< colorRange>< color minValue='0' maxValue='33' name='Alert' code='9E1B34' />< color minValue='33' maxValue='66' name='Warn' code='FFCF01'/>< color minValue='66' maxValue='100' name='OK' code='5C8727'/></ colorRange>< value>75</value>< annotations>< annotationGroup>< annotation type="text" label="Text Label" font="Arial" xPos="60" yPos="10" align="left" vAlign="left" fontcolor="333333" fontSize="14" isBold="1" /> < annotation type="text" label="Another Text Label" font="Arial" xPos="60" yPos="29" align="left" vAlign="left" fontcolor="333333" fontSize="12" isBold="0" /> < annotation type="text" label="Text label 3" font="Arial" xPos="240" yPos="10" align="left" vAlign="left" fontcolor="333333" fontSize="12" isBold="0" />< annotation type="text" label="01/15/2008" font="Arial" xPos="240" yPos="29" align="left" vAlign="left" fontcolor="333333" fontSize="12" isBold="0" /></ annotationGroup></ annotations>< styles>< definition>< style type='font' name='labelFont' color='000000' bold='1' size ='16'/>< style name='FadeIn' type='ANIMATION' param='_xscale' start='0' duration='2'/></ definition>< application>< apply toObject='Canvas' styles='FadeIn' />< apply toObject='VALUE' styles='labelFont' /></ application></ styles></ chart> Edited June 2, 2008 by Guest Share this post Link to post Share on other sites