usctony

Members
  • Content count

    2
  • Joined

  • Last visited

About usctony

  • Rank
    Forum Newbie
  1. Date Range

    Hi I am trying to find out a way to pull data from mysql depending on a date for example pulling 5/1/2008 - 7/22/2008. This is called Date Range from what I have found on google. How can I implement this on a page instead of showing 5, 10, 15 etc. for example on http://www.fusioncharts.com/Demos/Blueprint/ under top indicators you can choose to view 5 10 15 etc. But what i would like to do is to be able to only display the date range that people choose. thank you
  2. I am working with the javascript code provided below. It came in the blueprint example of fusion charts under the Chart_TopIndicators.php page. It updates my mysql info to show 5,10,20 or 30 rows of my information. It originally did it by category but i changed it to update by date. What I would like to know is if there is anyway that I can implement something to update the chart in between dates. For example for it to update from May 26 to June 23 instead of having to be specifically those values. Thanks 5102030 javascript.txt