Could you please post some example data and a chart demonstrating the
problem? Preferably a link to jsfiddle. It seems that increasing the amount
of space to the left of the chart area should make your labels visible.

- Sergey


On Wed, Jan 22, 2014 at 12:01 PM, Morten Jorgensen <
[email protected]> wrote:

> I have an area chart with a couple of series running through it. All
> displays just fine, except the values on the Y-axis (vAxis) all show up as
> "...". If I don't specify a vAxis.title then no labels for the Y-axis show
> at all (not even "..."). I've tried playing around with the chartArea : {
> width : '123px' , left : '123px' } options, but none of them seem to leave
> enough space for the Y-axis to be shown.
>
> The options I use are:
>
>   var options = {
>         backgroundColor: 'transparent',
>         axisFontSize: '14',
>         logScale: false,
>  width: '1200px',
> chartArea: { width: '800px', left: '200px' },
>         legend : {position: 'top', textStyle: {color: 'black', fontSize:
> 14}},
>         colors: [ '#ff0000','#00ff00','#008000' ],
> vAxis: { format: '#', title: 'Y-axis title'}
>     }
>
> The values in my Y-axis do change a lot based on the data that I show, so
> without them my graphs don't make much sense at all. Any suggestions are
> very much appreciated!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to