Sign in to follow this  
Arindam

Date Range

Recommended Posts

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

Share this post


Link to post
Share on other sites

Hi,

Could you please follow this XML?

<chart caption='Date wise meals plan' subcaption='From 10/09/2008 - 17/09/2008' xAxisName='Date' yAxisName='Quantity' rotateLabels='1' slantLabels='1' placeValuesInside='1' >

<set label='10/09/2008' value='58' />

<set label='11/09/2008' value='67' />

<set label='12/09/2008' value='57' />

<set label='13/09/2008' value='60' />

<set label='14/09/2008' value='55' />

<set label='15/09/2008' value='59' />

<set label='16/09/2008' value='56' />

<set label='17/09/2008' value='58' />

</chart>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this