Skip to content

jcbowyer/d3-in-angular

 
 

Repository files navigation

Tracking Covid-19 data with interactive maps and charts in Angular 9 using D3

This projects shows how to build interactive maps and charts of COVID-19 data inside an Angular 9 application using the D3 JavaScript framework.

GitHub Preview

Click here to view application overview.

Click here to view the demo app.

Main Dependencies

  • Angular 9.1.9

  • D3 5.16.0

This project was generated with Angular CLI version 9.1.9.

To serve

Run the following to prevent memory errors node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve

To deploy

node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng deploy --base-href=https://jcbowyer.github.io/d3-in-angular/

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.0%
  • CSS 18.1%
  • HTML 17.6%
  • R 6.8%
  • JavaScript 1.5%