Feature request, thanks. I'm thinking of using Timeline Chart:
https://developers.google.com/chart/interactive/docs/gallery/timeline

Would like to use CSS class names for timeline items. My use case is 
similar to the Advanced Example:
https://developers.google.com/chart/interactive/docs/gallery/timeline#AdvancedExample
... except that each individual item may have multiple class names so we 
can control the style.

An example of the data array (with class string as second item) might be...

    [ 'President','project_type1 planned','George Washington', new Date(1789, 
3, 29), new Date(1797, 2, 3)],

    [ 'President','project_type2 confirmed','John Adams',        new Date(1797, 
2, 3),  new Date(1801, 2, 3)],

    [ 'President','project_type3','Thomas Jefferson',  new Date(1801, 2, 3),  
new Date(1809, 2, 3)],

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to