cafulford

Members
  • Content count

    3
  • Joined

  • Last visited

About cafulford

  • Rank
    Forum Newbie
  1. 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>
  2. Hi, I am wondering if it is possible to have a picture pop up when you hover over a marker and not a tooltip. For example, I would like to have a map that has our locations plotted on it and when the user hovers over the location marker, have a picture of the location along with the address pop up. I know I can have it link to a page that shows that but I have been asked for this instead. thank you. Charlie
  3. Hi, I just purchased fc professional bundle and I am having problems getting a link to a frame working. Using the example given with the package, I have modified that but I want use the angulargauge.swf instead of the example with the package. I have the page opening, split into frames and the angulargayge.swf working fine but I can not get the link to work. I have tried adding the " and I have also tried the below where I put it in the " Please help... - - - - -