Thanks for the assist. Nice to see you are still out there guiding us through the Gviz jungle.
Will put one up tomorrow evening. This evenings plans have gone a little astray. On 23 September 2013 21:11, asgallant <[email protected]> wrote: > I don't see anything in that code that would cause the charts to break. > Put it up in a jsfiddle and I'll take a look. > > > On Monday, September 23, 2013 3:14:15 PM UTC-4, Tribblehunter wrote: >> >> Good evening. Been a long time since I posted here but picking up threads >> of previous chart experiment and trying to augment for easier use. >> >> Am stuck on a little piece of javascript. Variable 'data' is a datatable. >> >> var columns = data.getNumberOfColumns(); >> >> !function () { >> for (var i = 1; i <= columns; i++) { >> >> var maxRange = data.getColumnRange(i); >> >> if (maxRange.max > 1000) {alert(maxRange.max)}; >> >> } >> }(); >> >> New to javascript and learning fast. >> >> Everytime I attempt to run this code the chart breaks and wont draw, but >> when I remove it it works fine. I know it might not be with this particular >> piece of code but I am trying to learn how this can affect the drawing of >> the chart. >> >> Can put whole chart on JSfiddle later if necessary. >> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Visualization API" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-visualization-api/yEJPunLYZxE/unsubscribe > . > To unsubscribe from this group and all its topics, 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/groups/opt_out. > -- 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/groups/opt_out.
