Well, I have a demo site that hasn't been updated which still works (it has issues with scales, but I can hide and show data). Therefore it is a change that I have made to my development copy that has caused the failure. I still haven't found it! I'll update here when I do find it.
Seems that that demo code should work with the changes in my original post. Mark On Dec 2, 12:33 pm, Mark Desrosier <[email protected]> wrote: > Go to the playground for annotatedTimeLine (http://code.google.com/ > apis/ajax/playground/? > type=visualization#annotated_time_line_configuration ) > > modify the code: > 1) add this line after the draw, > annotatedtimeline.hideDataColumns([1,2,3]); > 2) copy the lines that have the draw and add them after the line added > above. (so there are 2 draw statements) > 3) run the code. > > All the data is still shown. I've tried to hide just one column and > arrays of columns. Neither seems to work. > > This seems to have quit working in the last day or so. What there a > release recently? > > Mark -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
