Coder Social home page Coder Social logo

alexpikalov / ngd3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 50 KB

Angular 4 components for rendering d3 charts, the components that are as much transparent and as less opinionated as possible

TypeScript 86.24% JavaScript 3.66% CSS 1.11% HTML 8.98%
angular2 angular4 charts d3js

ngd3's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on:
    • Rasmus - standalone WebAssembly engine.
    • TeleMQ - MQTT broker

ngd3's People

Contributors

alexpikalov avatar angular-cli avatar

Watchers

 avatar  avatar

Forkers

dj-eckam

ngd3's Issues

Create forced graph example

Create forced graph example based on https://bl.ocks.org/mbostock/4062045

Instead of

//...
.on("tick", ticked);

function ticked() {
    link
        .attr("x1", function(d) { return d.source.x; })
        .attr("y1", function(d) { return d.source.y; })
        .attr("x2", function(d) { return d.target.x; })
        .attr("y2", function(d) { return d.target.y; });

    node
        .attr("cx", function(d) { return d.x; })
        .attr("cy", function(d) { return d.y; });
  }

try binding [attr.x1] and rely on Angular's change detection.

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.