(inline) On Fri, May 18, 2012 at 6:23 PM, Assis <[email protected]> wrote:
> Related with google.visualization charts version > > First issue : > I need to show all the values in the charts for a most perceptive > interpretation of the charts representation and for a correct print > version as well, since the option <focusTarget :'category',> cannot be > rendered in print view for all charts and depends on the size of the > chartarea/number of rows for a complete visualization of the same. > (i know this could be achived in the images chart version) > Not exactly sure what you need, if you have an example on what you are expecting please sent it over. > > Second issue: > When you have multiple labels on the legend of chart in some > situations they get cutted whitch i understand perfectly, but I need > to display the complete legend of the chart so that the all data can > be interpretated on a print version of the chart, is possible to > define the size of the legend to overcome this situation? > Can you increase the chart size so that the legend has more space. Alternatively you can make more space for the legend using the "chartArea" option: https://developers.google.com/chart/interactive/docs/gallery/areachart#Configuration_Options ChartMan > > Thanks in advance > > -- > 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.
