Google Chart too narrow in Foundation 6
问题 I am trying to convert my website to use Foundation 6. Most of it works OK, but I have a problem with Google charts. I have put my chart inside large-12 cell: <div class="large-12 cell"> <div id="chart_div"> </div> </div> but the chart is too narrow - it should be as wide as the top menu: 回答1: by default, the chart does not fully fill the width of the container see cyan section in following snippet... google.charts.load('current', { packages: ['corechart'] }).then(function () { var statsData