Skip to content
View Neilos's full-sized avatar

Organizations

@makersacademy
Block or Report

Block or report Neilos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. bihisankey bihisankey Public

    A d3 javascript library/plugin for drawing bi-directional hierarchical sankey diagrams

    JavaScript 67 24

  2. react-dnd-html5-with-touch-backend react-dnd-html5-with-touch-backend Public

    HTML5 backend for React DnD with touch support

    JavaScript 19 4

  3. Bi-directional hierarchical sankey d... Bi-directional hierarchical sankey diagram
    1
    This is a demonstration of a bi-directional hierarchical sankey diagram produced in javascript, html and css using [d3](http://d3js.org/). (Refresh page to generate new random data)
    2
    
                  
    3
    [Sankey diagrams](http://en.wikipedia.org/wiki/Sankey_diagram) represent flows between nodes by varying the thickness of the connecting links.
    4
    
                  
    5
    This diagram was based off of [Mike Bostock's sankey diagram](http://bost.ocks.org/mike/sankey/), but additionally incorporates bi-directionality into the flow and caters for hierarchical relationships between nodes to allow drill down into the data.