Your color strings are malformed, which may be the cause of your problem. They should look like this:
options.colors = ['#19deeb', '#1921eb', '#1921eb', '#1921eb', '#ffd708', '#ffd708', '#1921eb']; If that doesn't fix the problem, post your whole javascript code for the Timeline and I'll see if I can figure out what else might be causing the problem. On Tuesday, October 22, 2013 9:24:50 AM UTC-4, miroslav bohovic wrote: > > I have a problem when defining colors for timeline charts. > example looks like this: > > options.colors = ["19deeb #", "# 1921eb", "# 1921eb", "# 1921eb", "# > ffd708", "# ffd708", "# 1921eb ']; > > There are seven items for display but the colors assigned see attachment. > > Can you advise me? thank you > -- 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.
