It does indeed seem that those options are broken, but I would suspect that 
they wouldn't work in your chart, even if they weren't broken, because you 
have the min and max color value options set at 0, which could create some 
odd effects.  At a guess, I would say that the charts would treat all data 
points as if they were the mid value, but I don't know for certain.

On Wednesday, July 10, 2013 1:37:02 PM UTC-4, Mark Huggins wrote:
>
> 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