I am using google interactive chart for showing chart like linechart, barchart, piechart etc. I am showing legends in the top of chart. For long legends, the legends are appearing in terms of pagination after new release of Google Visualization API(7th November 2010) by default. But i don't want to show this as pagination. Can it possible to show this in different way by that all legends come under one view in top? Or can it possible to show the more legends in the second line i.e just below of 1st line of legends(in case of more)? I am not able to find how to configure this. Please help me. Thanks!
相关问题
- Invalidate Google Cloud CDN cache from the backend
- Getting 'Missing required field: member' w
- Script fails on SpreadsheetApp.openById - Requires
- File upload via REST v3 appears as “Untitled”
- Broken axis in Google charts
相关文章
- How to embed Google Speech to Text API in Python p
- Does google-hosted jquery helps google to track vi
- Is there a google API to read cached content? [clo
- Creating GoogleApiClient for multiple activities
- Google Calendar - Permission to Access
- Google OAuth 2: response_type error on token reque
- Google OAuth 2 redirect_uri_mismatch - OmniAuth Ra
- Google Chart veritcal axis with percentage sign
Once can specify the font size of the legend:
or alternatively play around with the width of the chart to make up more room for the legend.
See more: http://code.google.com/apis/chart/interactive/docs/gallery/barchart.html