JEET

Members
  • Content count

    2
  • Joined

  • Last visited

About JEET

  • Rank
    Forum Newbie
  1. Hi, I am trying to install power chart. I have done every thing but at the last two step I have stucked. I am installing power chart's candelstick chart. Chart data will arrvice from mysql and my page is in php. I have fetched data from mysql and succseefully able to print it by echo. I thought that I will do x value like this on the script $count= count($data['open']); ($x=$count; $x<=$count; $x++) and this willl increase x value in the chart's xml script. But When I am using count I am getting prompt as 11. If I have fetched two row then count appearing 11 if 3 then 111. One more thing I am unable to do I tried to merge mysql data with dom xml Text node foreach something like that $fdata= $data['open']; foreach($fdata as $key=>$value){ $element=$dom->createTextnode($value); $rootElement->appendChild($element); } Can any one tell me that how should I increae x value depending fetched data from mysql and how to I place fetched data with text node. Please can any one help me about this? Thanks
  2. Hi, I am new to fusion charts I want create Candlestick chart for my website and It will use mysql database. User can pick any data range and they can see the charts against the data range. Can you help me to tell me how to configure to do that?. I am hosting my site from my own hosted server it's Fedora linux server using php 5.3 and mysql. Thanks,