I am trying to style the timeline chart using css, but I see that there are 
no custom divs by default.  How would I create them within my javascript?

Here is an example : 

data.addRows([
          ['Baltimore Ravens',     new Date(2000, 8, 5), new Date(2001, 1, 
5)],
          ['New England Patriots', new Date(2001, 8, 5), new Date(2002, 1, 
5)],
          ['Tampa Bay Buccaneers', new Date(2002, 8, 5), new Date(2003, 1, 
5)],
          ['New England Patriots', new Date(2003, 8, 5), new Date(2004, 1, 
5)],
          ['New England Patriots', new Date(2004, 8, 5), new Date(2005, 1, 
5)],
          ['Pittsburgh Steelers',  new Date(2005, 8, 5), new Date(2006, 1, 
5)],
          ['Indianapolis Colts',   new Date(2006, 8, 5), new Date(2007, 1, 
5)],
          ['New York Giants',      new Date(2007, 8, 5), new Date(2008, 1, 
5)],
          ['Pittsburgh Steelers',  new Date(2008, 8, 5), new Date(2009, 1, 
5)],
          ['New Orleans Saints',   new Date(2009, 8, 5), new Date(2010, 1, 
5)],
          ['Green Bay Packers',    new Date(2010, 8, 5), new Date(2011, 1, 
5)],
          ['New York Giants',      new Date(2011, 8, 5), new Date(2012, 1, 
5)],
          ['Baltimore Ravens',     new Date(2012, 8, 5), new Date(2013, 1, 
5)],
          ['Seattle Seahawks',     new Date(2013, 8, 5), new Date(2014, 1, 
5)],
        ]);

How would I create a custom div on the team name column here?


-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/fab54214-35c5-47b3-900d-b02988da8efd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to