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 view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/qAagCk3plGsJ.
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.