Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

141
Visualizações
why d3 tooltip is not moving with movemove event?

It seems to me that, my tooltip is not moving with the mousemove event. Here is my code sample: my tooltip div is looking like that.

<div id="tooltip" class="chart_tooltip"></div>

Now trying to create a tooltip with bellow code sample:

 let tooltip = d3.select('#tooltip');
 let tipBox = g
            .append('rect')
            .attr('width', width)
            .attr('height', height)
            .attr('opacity', 0)
            .on('mousemove', function (event: MouseEvent) {
                 let posX = event.clientX;
                 let posY = event.clientY;

                      tooltip
                        .html('I am a tooltip')
                        .style('display', 'block')
                        .style('left', posX + 'px')
                        .style('right', posY+ 'px')
                        .selectAll()
                        .data([nearDate])
                        .enter()
                        .append('div')
             }

But the problem is that, tooltip is not updating it's position with mousemove event. It stuck at end of my chart not updating it's position on musemoe event. Can someone please tell me how to fix that?

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda