﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionWidgets v3 (previously FusionGadgets) / Using FusionWidgets  / vbullet "upperLimit" not working if less than 90 / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Fri, 04 Jul 2008 22:29:39 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: vbullet "upperLimit" not working if less than 90</title><link>http://www.fusioncharts.com/forum/Topic5178-17-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Just add &amp;lt;target&gt;0&amp;lt;/target&gt; after value tag.</description><pubDate>Fri, 21 Mar 2008 16:17:47 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>vbullet "upperLimit" not working if less than 90</title><link>http://www.fusioncharts.com/forum/Topic5178-17-1.aspx</link><description>Hi, I am dealing with some very small percentages and I want to show only 0-20% of the vbullet chart so the values have meaning and will show on a chart but when I define the upper limit as seen below, it still shows 100% and will not just use 20 or anything less than 90.  I have also included a snippet of the code that generates the data.&lt;br&gt;&lt;br&gt;thanks in advance...&lt;br&gt;&lt;br&gt;Code that generates xml data:&lt;br&gt;   &lt;br&gt;&amp;lt;div id="chart2div" align="center"&gt;FusionGadgets&amp;lt;/div&gt;&lt;br&gt;   &amp;lt;script type="text/javascript"&gt;&lt;br&gt;        var myChart2 = new FusionCharts("charts/VBullet.swf", "myChart2Id", "100", "350", "0", "0");&lt;br&gt;        myChart2.setDataURL("xml_data/VBullet1_2.xml&amp;lt;?php echo "?currTime=" . date("h_i_s") . "_60"; ?&gt;");&lt;br&gt;        myChart2.render("chart2div");&lt;br&gt;&lt;br&gt;Generated XML data:&lt;br&gt;&amp;lt;chart palette='3' lowerLimit='0' upperLimit='20' chartBottomMargin='10' chartLeftMargin='10' caption='% Counted' &lt;br&gt;subcaption='of Total' numberSuffix='%' showBorder='0' showValue='1' clickURL=''&gt;&lt;br&gt;    &amp;lt;colorRange&gt;&lt;br&gt;        &amp;lt;color minValue='0' maxValue='20' code='bfdff9' /&gt; &lt;br&gt;    &amp;lt;/colorRange&gt; &lt;br&gt;    &amp;lt;value&gt;0.05&amp;lt;/value&gt;&lt;br&gt;&amp;lt;/chart&gt;</description><pubDate>Wed, 19 Mar 2008 13:48:09 GMT</pubDate><dc:creator>cafulford</dc:creator></item></channel></rss>