Hi,

I have a column chart, where i have two different rows and one bar in each 
row. in this case the width of the bars are too large and groupWodth is not 
working in reducing the width of bar. 
PFA screenshot for the chart. Could someone please help me in reducing the 
width of individual bars. Please let me know if more info is needed from my 
side. Below are the options i am using to draw the chart.

var options = {
    backgroundColor: 'transparent',
    legend:{position:'bottom'},
    colors:['red', 'green'],
    is3D: true,
    pointSize:5,
    vAxis: {
    gridlines:{
    color:'none'
    }
    },
    hAxis: {
    gridlines:{
    color:'none'
    }
    },
    bar:{
    groupWidth: '10%',
    gap : 30
    },
    colors:['#F3BF31','#31B2F3','orange'],
    annotations:{
    stem:{
    color:'none'
    },
    textStyle:{
    color : 'black'
    }
    }
    }

Thanks,
Venkat.

-- 
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/7deaddb2-b25f-468f-a460-ee57a443444e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to