Skip to content

Angular 4 with RxJs Observables feeding input for d3 v4 line chart

License

Notifications You must be signed in to change notification settings

zolcsi/angular-rxjs-d3

Repository files navigation

AngularRxjsD3

This project was generated with Angular CLI version 1.2.3.

  • Stream of numbers are provided from a random-generator, which service delivers an RxJS.Obseravble of numbers
  • D3 (v4) incorporates data and draws the new line-chart
  • From old state to new state D3-transition will smoothly animate the transformation
  • Random-generator easily replaceable with real-time service like stock-exchange data

Building Blocks

  • Angular 4.0.0
  • Angular CLI 1.2.3
  • RxJS 5.4.1
  • D3 4.10.0

Getting Started

  • Download / Clone angular-rxjs-d3 repository
  • npm install for downloading dependencies
  • ng serve for starting the dev server.
  • Navigate to http://localhost:4200/
  • Voilá

About

Angular 4 with RxJs Observables feeding input for d3 v4 line chart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published