Hi there,
ridiculously late, but I've prepared some docs and examples on how to apply
custom themes on Controls:

https://groups.google.com/forum/#!topic/google-visualization-api/9DxAApWoIzk

ControlWrappers use a mixture of widgets (autocompleters, sliders, ... ) so
it's a bit longer to provide a coherent theme for all the controls, but the
above link should provide some guidance.

For minor stylistic changes (for example, the color palette), or changes
that apply to a single control, also consider the 'ui.cssClass' option that
every ControlWrapper supports (
http://code.google.com/apis/chart/interactive/docs/gallery/controls.html#gallery)
and lets you add a custom class to the control.

-- R.

On 10 October 2011 18:58, fgrayli <[email protected]> wrote:

> Can anyone provide any documentation about the format of the Custom
> Style Sheet for different type of the ControlWrappers?
> something like this that we are using for Table:
> cssClassNames = {
>                        'headerRow':'header-row bold-font font',
>                        'headerCell':'header-cell font',
>                        'tableRow':'table-row',
>                        'tableCell':'table-cell font',
>                        'selectedTableRow':'selected-row',
>                        'oddTableRow':'odd-rows',
>                        'hoverTableRow':'hover-row'
>                };
>
>
>
> Thanks,
>
> --
> 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.
>
>

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