vbullet "upperLimit" not working if less than 90
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



vbullet "upperLimit" not working if less than... Expand / Collapse
Author
Message
Posted 3/19/2008 1:48:09 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 3/19/2008 2:18:52 PM
Posts: 3, Visits: 9
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.

thanks in advance...

Code that generates xml data:

<div id="chart2div" align="center">FusionGadgets</div>
<script type="text/javascript">
var myChart2 = new FusionCharts("charts/VBullet.swf", "myChart2Id", "100", "350", "0", "0");
myChart2.setDataURL("xml_data/VBullet1_2.xml<?php echo "?currTime=" . date("h_i_s") . "_60"; ?>");
myChart2.render("chart2div");

Generated XML data:
<chart palette='3' lowerLimit='0' upperLimit='20' chartBottomMargin='10' chartLeftMargin='10' caption='% Counted'
subcaption='of Total' numberSuffix='%' showBorder='0' showValue='1' clickURL=''>
<colorRange>
<color minValue='0' maxValue='20' code='bfdff9' />
</colorRange>
<value>0.05</value>
</chart>
Post #5178
Posted 3/21/2008 4:17:47 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: 5/12/2008 6:29:47 AM
Posts: 1,772, Visits: 448
Hi,

Just add <target>0</target> after value tag.


Thanks,
Pallav Nadhani
FusionCharts Team
Post #5219
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 3:27am


Execution: 0.047.