I've just had a quick look at this and the only way i can think of changing the color is like this
*data.setRowProperty(0, 'style', 'background-color:yellow;background-image:none');* or to change it when the node has been selected *data.setRowProperty(1, 'selectedStyle', 'background-color:yellow;background-image:none');* (the number 0 and 1 in each of the above example relate to the row number, 0 being the first row) hope this helps On Wednesday, 12 July 2017 08:26:13 UTC+1, Ketan Patil wrote: > > Can i Add Different Colors to Different Levels ...For Eg. Parent Level has > Different Color and Child Level has Different Color???? > > Should it Will Be Possible in Google Organization Chart??? > > If Yes then Tell Me How... > > And Thanks In Advance > -- The Blessed Edward Bamber Catholic Multi Academy Trust is a company limited by guarantee and an exempt charity registered in England and Wales under company number 9111449, and registered office St Walburga’s Road, Blackpool, Lancashire, FY3 7EQ. St Mary’s Catholic Academy is a business name of the company. -- 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/3291e055-b8a2-45a1-8aef-f118d4b83ddc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
