Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 769 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 769 Bytes

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á