Correction:

There is a way to set the dark colors manually.
This is done by specifying each color element in the array as an object with
two prpoerties: 'color', and 'darker', where each one of them is a string
(same format as of all other color options).
Example:
chart.draw(dataTable, {is3D: true, colors: [{color: 'pink', darker: 'red'},
{color: 'lightblue', darker: 'blue'}]});

This is not documented, but we will document it soon, and also fix the code
to darken the colors automatically if no 'darker' property is specified.


Regards,
VizGuy


On Mon, Sep 21, 2009 at 12:52 PM, VizGuy <[email protected]> wrote:

> This is a bug, and we are aware of it, and hoping to fix it soon.
> Regards,
> VizGuy
>
>
>
> On Thu, Sep 17, 2009 at 9:54 PM, MentalPower <[email protected]>wrote:
>
>>
>> Hi,
>>
>> I've been trying to use custom colors on the ColumnChart
>> visualization, this works perfectly until you enable 3D mode. The
>> issue it seems is that the visualization does not automatically darken
>> the color of the columns for the top and side panels in 3D mode and
>> there does not seem to be a way to manually specify this dark color.
>>
>> Is this a bug, intended behavior or just a simple case of
>> NotYetImplemented?
>>
>> Thanks,
>> MentalPower
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to