Hi Josh, Glad you are enjoying Google Charts. For a hardware guy, your software is fairly adequate.
>From what you describe, and looking at your jsfiddle, it sounds like you could make use of the Dashboard feature with controls to filter the data based on your cycle id. See the docs at: https://developers.google.com/chart/interactive/docs/gallery/controls When you use a Dashboard, you wrap each chart with a ChartWrapper in which you can specify a view property to select the columns are to be charted. On Wed, Mar 16, 2016 at 2:03 PM, Joshua Updyke <[email protected]> wrote: > Hello all, > > I am working on a project where I am loading in a rather large chunk of > data from data.sparkfun.com servers. I am have been able to get a lot > accomplished by working with some example code I found to graph it using > the Google Visualizations. I have to say this stuff is just awesome. But I > am a little stuck now. > > I have a section of my code located on JSFiddle: > https://jsfiddle.net/kjzomjfm/ > > Basically it loads in the data from sparkfun, then makes some calculations > and updates the fields, and finally graphs the data. The data is from a > machine that runs cycles and is idle between them. I have the data tagged > with cycle_ids and would like to parse the data out so I could graph it and > do calculation on just a per cycle basis. I already have a drop down menu > which lists all the unique cycle ids, I just would like to have the graph > update when you pick a specific cycle name from the drop down menu so that > it only shows the data tagged with this cycle id. > > Anyone have a few minutes to get me over this hump? Also, anyone > interested in freelance work helping me with stuff like this? I am more a > hardware guy and would not mind paying someone for a couple hours work. > > Thanks in advance everyone, > Josh > > -- > 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 > https://groups.google.com/group/google-visualization-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/43194414-43a6-4d79-9911-119369e54993%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/43194414-43a6-4d79-9911-119369e54993%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge MA -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOv0Kqbypg1LoMet7-Bg%3DpSxU%3Df9%3DKhsm91hk1OUwzD_A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
