I am charting 9 items on an annotatedTimeLine chart. I am using hideDataColumns and showDataColumns to allow the user to add or remove data to/from the chart (9 values are to busy to actually be useful). When adding and removing columns, the order of the data series displayed changes which also causes the scale labels to change. Here is the sequence of events: 1) initial load, chart all columns 2) remove column 0 from the chart, the legend values are in reverse order, 3) add column 0 back to chart, column 0 is first, but all other values are reversed, 4) remove column 0 again, the legend values reverse, 5) add column 0 back, all the legend values are in the original order
removing a column always reverses the remaining legend values. adding a column always adds it to the front of the legend values list. The scale is always for the first legend item when the scaleColumn is not used. series 5,6,7,8 have annotation columns It would be nice if the values did not reverse when removing a column. -- 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.
