I would like to create a Google Gauge charts which should be web-responsive.
I heard about setting the width to \'100%\' should work out, but it actually doesn\'t make any c
You can just just assign the width 100% in options and a responsive div tag with width="100%" or here goes fiddle link where you can see the live demo.
//html here
//js here
var options = {'title':'How Much Pizza I Ate Last Night',
'width':'100%',
};