Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

185
Vistas
How to disable the tooltips on a Google Gantt Chart?

Is there a way to disable the tooltips of a Google Gantt Chart?

The options settings I found as possible solutions don't seem to have an effect with a Gantt Chart

google.charts.load('current', {'packages':['gantt']})

...

chart.draw(data, {   
  tooltip: { trigger: 'none' },
  enableInteractivity: false
});   

or the 'workaround' via

chart.draw(data, {   
  tooltip: { isHtml: true }
});
div.google-visualization-tooltip { display:none }

neither works

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Since I don't need any user interaction with the chart I helped myself by simply disabling the pointer events on the chart container div

   #chart_div {
        pointer-events: none;
    }

but there might be a better way via the chart settings..?!

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda