Are you looking to query your database based on these inputs, or do you 
want to filter data you've already loaded client-side?  If you want to do 
the latter, may I suggest you look at the ChartRangeFilter 
<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>
 
and DateRangeFilter 
<https://developers.google.com/chart/interactive/docs/gallery/controls#daterangefilter>
 
controls (they aren't quite what you are looking for, but they do the same 
job).

If you are looking for the former, there are a ton of date/time pickers out 
there for you to choose from (or you could implement a custom solution).  I 
suggest looking into the available options and picking something you like. 
 Implementing a query to your server should be simple (though your server 
code to handle the query could be more complex).

On Wednesday, July 23, 2014 6:44:50 PM UTC-4, Adam Batakji wrote:
>
> I have a database that gives a unix timestamp when a piece of data is 
> received. The unix timestamp is converted into real time to separate fields 
> (month, day, year, hour, minute). I would like to implement an html form 
> with drop down boxes that allows the user to choose a range of dates for 
> which to display data. (i.e 12/30/2014 5:00 ---> 12/30/2014 8:00) 
> Basically, the user creates a query with their selection and then updates 
> the display of the google line graph. How can I implement this? I can 
> provide my current code if needed.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to