On Wednesday, December 31, 2014 at 9:57:51 PM UTC-5, Dan Rossiter wrote: > > I've been working on some logic to hide/display columns in a LineChart > (logic similar to this http://jsfiddle.net/asgallant/6gz2Q/). Part of > this process obviously involves redrawing the chart, which in turn results > in the legend pagination being reset. > > My question is, can this be prevented (I wondered about something like a > legend.pg in the options, but nothing similar seems to exist -- or is > very well hidden). > > My workaround which was getting very unwieldy and impractical was a hack > that found the current page prior to the redraw (regex matching on the > <current pg>/<total pgs> display then programmatically triggering the right > arrow the correct number of times to get me where I want to be following > the redraw). > > Any suggestions would be appreciated! >
Hi Dan, I am also looking for the same solution here. I came across that you implemented the some kind of hack to provide the same effect. can you please share more details on the same. Shiv -- 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.
