learningAsIGo

Members
  • Content count

    4
  • Joined

  • Last visited

About learningAsIGo

  • Rank
    Forum Newbie
  1. excellent! I've got the $ sign now. Hopefully I'll get the rest of my questions answered too. Thanks, Kurt
  2. I'm using a series of: FusionCharts/FI2_RT_Line.swf and I want one of them to show only the realtime value with no chart at all. I've shrunk the chart down to where it shows the series name "Dollars" and the realtime value (e.g. "77.23"). But it also shows the "range" value on the left side of the chart as well as the bottom portion of the chart itself. Can I add a "$" to the value causing the display to read "$77.23"? Is there any control over where the realtime value is displayed? I'd like to move it to the far left or right rather than being forced to see it in the middle of the screen. Can I remove the chart y axis label? Can I make the chart itself so tiny it's not viewable and still have the "realtime" value? I've attached the xml for the chart in the .txt file... Thanks in advance, Kurt
  3. I'm unable to post this on a server for outside viewing. Please look at the example I referred to on your website. http://www.fusioncharts.com/IS/Gallery.asp#realTime The Realtime Line Chart... once you click on that chart you'll see the word "Initial Time" scroll across the bottom of the page... that's all that shows up on my chart. On your demo it shows new 'times' (example "10:10:17 AM", then "10:10:19 AM", etc.). For some reason my code doesn't show the new 'times'. The two lines for "processor a" and "processor b" move so that part works fine. The line of "&Initial Time=2007-06-12 07:48:00&value=10|75|40" shows up above my chart. To re-create the problem just point the php to your favorite table and let it keep fetching the "last" row in the table. Thanks (again :-)), Kurt
  4. Hi folks, I was looking for a real time chart for a demo and found: http://www.fusioncharts.com/IS/Gallery.asp#realTime (the first chart under Real Time Charts (Streaming Data Charts)) as my example... EXCELLENT! I've got things working "mostly"... First - I'm not seeing the new "times" scroll across the bottom of the chart. I see the "Initial Time" text which scrolls across the chart but that's it. The lines for "processor A" and "processor B" scroll along just fine. The other strange thing is that along with the chart I see one occurrence of this on the page as well: "&Initial Time=2007-06-12 07:48:00&value=10|75|40" which comes from the php script which gets the realtime data for the chart. If I don't do that "echo" I get no data in the chart. If I start the chart running without the echo and then edit/save the php realtime script to do the echo I get data in the chart with no echo of "&Initial Time=2007-06-12 07:48:00&value=10|75|40" on the page. I'm hoping you'll be able to help me figure this out before I have to do the demo (tomorrow June 28... 7am PST). The code is in the attached Archive.zip Thanks in advance! Kurt Archive.zip