Giter Site home page Giter Site logo

eeg's People

Contributors

dependabot[bot] avatar szydan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

eeg's Issues

Node image is not correctly scaled when the "size" attribute is missing

This does not work

var n1 =  {id: "article", label: "article", nodeType: "article"};

minNodeSize: 30
nodeIcons: {
                article: "newspaper.png"
}

While this does

var n1 =  {id: "article", label: "article", nodeType: "article", size: 30};

minNodeSize: 30
nodeIcons: {
                article: "newspaper.png"
}

error on rendering a path

Error: Invalid value for <path> attribute d="M NaN,NaNL NaN,NaN"
    attrFunction @ d3.js:601
    (anonymous function) @ d3.js:884
    d3_selection_each @ d3.js:890
    d3_selectionPrototype.each @ d3.js:883
    d3_selectionPrototype.attr @ d3.js:583
    (anonymous function) @ eeg.js:1549
    event @ d3.js:437force.tick @ d3.js:6162
    d3_timer_mark @ d3.js:2076
    d3_timer_step @ d3.js:2056

The line in question is:

// depends on link.no property draw either straight line or curve
link.attr('d', function (d) {
    ...
})

Add destroy method

The method should destroy the hidden div
and empty the container passed via selector

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.