Hello,

Sorry, I hadn't seen the reply.

What I mean to ask is who to use those options? I don't know how, I
use opitons like:

var options = {
          width: 800, height: 600,
          title: 'HLR Performance',
          legend: {
                    position: 'top'
          }

But you can not use "chdlp" like that... or can you?

Thanks

David

On Feb 3, 8:50 pm, asgallant <[email protected]> wrote:
> If I have it correctly, 'chdlp=bv' puts the chart legend in a vertical list
> at the bottom of the chart in the Image Charts API.  If so, you can't quite
> do that with the Visualization API charts.  Setting the legend.position
> option to 'top' or 'bottom' creates a horizontal legend, while setting it
> to 'right' creates a vertical legend.
>
> You are also using the legend option incorrectly; it should be:
>
> var options = {
>           width: 800, height: 600,
>           title: 'HLR Performance',
>           legend: {
>                     position: 'top'
>           }
>
>
>
>
>
>
>
> };

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