首页 > 解决方案 > 谷歌图表 - 日历 - 拉伸到全宽

问题描述

使用google.visualization.Calendar(),如何将日历拉伸到父元素的全宽?我努力了:

var options = {
    tooltip: { isHtml: false },
    height = 200
    //width : 1150 //This setting do not work
    //chartArea: { width: 1150} //This setting also do not work
    //chartArea: { width: "100%"} //This setting also do not work
    }

标签: javascriptgoogle-visualization

解决方案


推荐阅读