Wanted to leave a note on this thread of how I resolved this issue.  

I took Ray's advice of changing the axis label text size to zero for groups 
2 and 3 but made sure to leave the view window the same for all three 
groups. Here's a snippet of the code: 

 vAxes: {
            1: {
              viewWindow: {
                min: 0,
                max: 450000
              }
            },
            2: {
            viewWindow: {
                min: 0,
                max: 450000},
                textStyle: { fontSize: 0}
            },  
            3: {
              viewWindow: {
                min: 0,
                max: 450000},
              textStyle: { fontSize: 0}
            }
          },

On Friday, June 7, 2019 at 1:50:07 PM UTC-5, Drew Preston wrote:
>
> Hi all, 
>
> I'm new to Google Charts and was wondering if anyone had any advice for 
> this issue. See my JSFiddle below: 
>
> https://jsfiddle.net/x0w3s4hk/
>
> I started with a code template from the gallery and began modifying it for 
> my purposes. You'll notice the labels for the y-axis are repeated 3 times. 
> Is there a way to eliminate two of them so that it's only labeled once? 
>

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/359c0872-1bdd-4b31-8f60-6645d30f412d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to