One option is to use a Timeline chart instead of a Gantt. I also found this page - https://matthewelsom.com/blog/styling-google-gantt-chart-with-css.html and Matthew does control the Gantt tooltips with CSS. I went to his CodePen and tried a few things.
In his CSS tooltips section you can replace the CSS with things like fill: transparent; stroke-opacity: 0; and opacity: 0; You can also use display: none; and it seems to work. Ray On Thursday, February 17, 2022 at 2:12:15 AM UTC-5 [email protected] wrote: > We are unable to disable or change the tooltip format on Gannt charts. > When the name file is lengthly it almost occupies on the row itself and > many a times it becomes impossible to click the row. > > Also from the documents we see that Gannt chart doesn't support HTML based > tooltip. As a result we are also not able to apply any styles to it. > > Do you any any solution or fix for the same? > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/78aafb43-a898-43db-acc0-55e57197aa55n%40googlegroups.com.
