Hello, I use Gantt Chart connecting to Google sheet database. My Gantt chart web page is truncated after 12 tasks, whatever the task I add or remove in my google sheet, or the height option of the chart. Is there any limit or option to fix it ?
var data = response.getDataTable(); var options = { height: 2000, width : 3000, }; var chart = new google.visualization.Gantt(document.getElementById('chart_div')); chart.draw(data); With thanks in advance ! Best regards Joris -- 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 google-visualization-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/5d635571-5f3b-4016-b32f-dfd95d6c9ffdn%40googlegroups.com.