The CSS nth-child() pseudo class can be incredibly useful - https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child
There's a lot of things CSS can do that I never realized it could. I'll never use most of what Chris Coyier writes about on CSS Tricks - https://css-tricks.com/ but it's always interesting to see what it can do. On Saturday, February 19, 2022 at 8:37:01 PM UTC-5 Ray Thomas wrote: > 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/47f15f55-3d48-4f4b-9b9e-8d72829c0a98n%40googlegroups.com.
