Hi,
Are you using our GWT wrappers? can you provide a live example?
Which columns are you removing (what do they contain)?

My guess at this point is that setting the displayAnnotations to false,
requires a different data table format.

>From the 
>docs<http://code.google.com/apis/chart/interactive/docs/gallery/annotatedtimeline.html>
:
Annotation text - [*Optional string*] If a second string column exists for
this series, the cell value will be used as additional descriptive text for
this point. *You must set the option **displayAnnotations to true to use
this column. *

HTH

On Tue, Dec 20, 2011 at 7:21 AM, Vikas Yadav <[email protected]>wrote:

> Hi All,
> To fix chart flicker problem I've set following properties for
> "AnnotatedTimeLine.Options".
>    chartOptions.setDisplayAnnotations(false);
>    chartOptions.setAllowRedraw(true);
>
> But in this case "chartData.removeColumn" does not work. It don't
> remove column, it only adds new columns.
> When I set "chartOptions.setDisplayAnnotations(true);" everything
> works fine, but it gives flicker problem.
> Now i'm in deadlock stage. Please help.
>
> Thanks in advance,
> Vikas
>
> --
> 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.
>
>

-- 
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.

Reply via email to