Git Product home page Git Product logo

Comments (12)

TennisVisuals avatar TennisVisuals commented on September 13, 2024

not at all! Can you describe the problem a bit more? You're suggesting limiting the options.class option to the containing element?

from updating-radar-chart.

timelyportfolio avatar timelyportfolio commented on September 13, 2024

I was just adding a screenshot when I saw your reply. Hope it helps illustrate the issue.

from updating-radar-chart.

TennisVisuals avatar TennisVisuals commented on September 13, 2024

I thought the selectAll statements were scoped to the enclosing element... checking now

from updating-radar-chart.

timelyportfolio avatar timelyportfolio commented on September 13, 2024

Since you do d3.selectAll, it will select everything in document. To work as I am suggesting (again maybe not a good idea), you could do something like:

chart_node.selectAll(...)

from updating-radar-chart.

TennisVisuals avatar TennisVisuals commented on September 13, 2024

ah, it's in the areaMouseover and areaMouseout where I do the d3.selectAll Will fix that!

from updating-radar-chart.

timelyportfolio avatar timelyportfolio commented on September 13, 2024

Let me know if uploading a bl.ock will help. Thanks.

from updating-radar-chart.

TennisVisuals avatar TennisVisuals commented on September 13, 2024

no, I've got it.

from updating-radar-chart.

timelyportfolio avatar timelyportfolio commented on September 13, 2024

I think it is also in the legendMouseover.

from updating-radar-chart.

TennisVisuals avatar TennisVisuals commented on September 13, 2024

yes

from updating-radar-chart.

TennisVisuals avatar TennisVisuals commented on September 13, 2024

I think that's fixed it.
I also played a bit with another niggly bit... have you noticed that you can toggle areas on and off by clicking on the Legend? Was hoping that I could .attr('display','none') the toggled areas so that hover events would work for lower areas, but alas.

from updating-radar-chart.

TennisVisuals avatar TennisVisuals commented on September 13, 2024

let me know if the fix is really a fix and I will close this issue. thanks.

from updating-radar-chart.

timelyportfolio avatar timelyportfolio commented on September 13, 2024

That does fix. Yes, I noticed the legend, but that will raise another issue.

from updating-radar-chart.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.