SCYForce Report post Posted January 13, 2011 (edited) I am using HBullet widget, Here is my xml: <chart bgAlpha="0" plotFillColor="#CFCECE" targetColor="#313131" numberSuffix="" showShadow="1" useRoundEdges="1" majorTMNumber="5" plotAsDot="0" showTickValues="1" formatNumberScale="1" lowerLimit="0" upperLimit="0.95" targetFillPercent="100" targetThickness="5" chartTopMargin="15" chartLeftMargin="20" chartRightMargin="20" roundRadius="5" colorRangeFillRatio="20,50,20,10" showBorder="0" bgColor="#FFFFFF"> <colorRange> <color code="#A73C22" minValue="0" maxValue="0.25" /> <color code="#CA7128" minValue="0.25" maxValue="0.35" /> <color code="#CF9F2B" minValue="0.35" maxValue="0.6" /> <color code="#96B53C" minValue="0.6" maxValue="0.95" /> </colorRange> <value>0.44</value> <target>0.44</target> <styles> <definition> <style name="tickMarkFont" type="font" bold="1" /> </definition> <application> <apply toObject="TICKVALUES" styles="tickMarkFont" /> </application> <application> <apply toObject="LIMITVALUES" styles="tickMarkFont" /> </application> </styles> </chart> I am not sure why the tick markers doesn't get displayed. The screenshot is attached to this post - Thanks! Edited January 13, 2011 by SCYForce Share this post Link to post Share on other sites
SCYForce Report post Posted January 13, 2011 It is urgent, can some one take a look, it seems like if I change upperLimit and maxValue in <color code="#96B53C" minValue="0.6" maxValue="0.95" /> more than 2, it will work. And it only failes when the decimal digits is more than 1. Thanks! Share this post Link to post Share on other sites
SCYForce Report post Posted January 13, 2011 I find out, I add adjustTM='0' and it works. I think Fushion team should make a note of that, to let the user know. Thanks! Share this post Link to post Share on other sites
Guest Angie Report post Posted January 13, 2011 Hi, Thank you very much for your valuable feedback. We are glad to know that your issue has been resolved. Keep FusionCharting! Share this post Link to post Share on other sites