0
コントロールの高さを変更したいが、機能しません。google charts controlwrapper
var control = new google.visualization.ControlWrapper({
controlType: 'ChartRangeFilter',
containerId: 'control_div',
height: 55, //placing it here is not working
options: {
filterColumnIndex: 0,
height: 55, //neither does it here
ui: {
labelStacking: 'vertical',
chartType: 'LineChart',
snapToData: true,
height: 55, //or here
},
}
});
私のコードの何が問題なのです:
これは私がこれまで試した何ですか?
を表示するチャート【この回答](http://stackoverflow.com/a/38573743ため
chartOptions
あります/ 5090771)には、実例が含まれています... – WhiteHat偉大な答えをありがとう、それは今働くようです – TheDoctor