I am using the treemap for a project I'm working on I am unable to get the 
headerHighlightColor: "#xxxxxx",
    minHighlightColor: '#xxxxxx',
    midHighlightColor: '#xxxxxx',
    maxHighlightColor: '#xxxxxx',
options to work at all.


Here is my options block as it exits in the code if I add any of the 
options above they appear to have no effect.


tree_options = {
    minColor: 'red',
    midColor: '#ddd',
    maxColor: '#0d0',
    noColor: '#b6c2de',
    headerHeight: 15,
    fontColor: 'black',
    maxDepth: 3,
    maxPostDepth:0,
    minColorValue: 0,
    maxColorValue: 0,
    showScale: true};

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


Reply via email to