nklineg

Members
  • Content count

    5
  • Joined

  • Last visited

About nklineg

  • Rank
    Forum Newbie
  1. realtime chart

    Thank you for your reply. The PHP file is not my problem... It uses XML headers and is basically a dynamic XML document, I've had success with this for almost 4 years using FusionCharts. My problem is, I see 404 errors in my apache logs for a missing file named 'RealTimeData.asp'. Is there a setting to disable real time lookup refreshing?
  2. realtime chart

    How would I go about having a cylinder chart without real time updates? I have no references to RealTimeData.asp, or any flags to enable real-time... I have the following: <script type="text/javascript"> var myChart = new FusionCharts("./images/fusioncharts/gadgets/Charts/Cylinder.swf", "myChartId", "240", "240", "0", "0"); myChart.setXMLUrl("./xml/xml.reporting.php?pct_value=20"); myChart.render("chartdiv"); </script> And in the XML content: <chart plotGradientColor='FFFFFF' plotFillRatio='65' showValues='1' chartLeftMargin='10' chartRightMargin='0' plotSpacePercent='40' placeValuesInside='1' decimals='0' formatNumberScale='0' showBorder='0' showYAxisValues='0' bgColor='FFFFFF' showPlotBorder='0' baseFontColor='202020' canvasBorderColor='FFFFFF' numberSuffix='%' toolTipBgColor='FDFDA8'> But I'm getting 404 errors every second for RealTimeData.asp. [Fri Mar 09 13:20:58 2012] [error] [client 10.98.20.173] File does not exist: /var/www/html/vp_dev/main/RealTimeData.asp, referer: https://vpdev.nam.nsroot.net/main/images/fusioncharts/gadgets/Charts/Cylinder.swf Any suggestions? I just want a static graph without the errors.
  3. Column chart small bars issue

    No apology necessary, I wasn't very clear. I changed the last value (for registerWithJS) to "1". The graph displays fine, but the 0% value is still not clickable for me in IE or FireFox. I'm not sure if it makes any difference, but I recently upgraded to v3.1.
  4. Column chart small bars issue

    Thanks for the quick reply! No, registerWithJS was not enabled... It is now, as shown below, but still no change.
  5. Column chart small bars issue

    OK, tried your suggestion for linking values to no avail... I'm having a similar issue with users wanting to click on 0% bars, but are unable to. Am I doing something wrong here?