jcbowyer / d3-in-angular

Tracking Covid Data with interactive Maps and Charts in Angular 9 using D3

Home Page:https://medium.com/@johncbowyer/covid-19-maps-in-angular-9-using-d3-js-b14843795a0c?source=friends_link&sk=772d2eca39435a8d8f47600420e0d647

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Tracking Covid Data with interactive Maps and Charts in Angular 9 using D3

https://medium.com/@johncbowyer/covid-19-maps-in-angular-9-using-d3-js-b14843795a0c?source=friends_link&sk=772d2eca39435a8d8f47600420e0d647


Languages

Language:TypeScript 56.1%Language:CSS 18.1%Language:HTML 17.6%Language:R 6.8%Language:JavaScript 1.5%