Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SelmaGuedidi committed May 11, 2024
1 parent 164b67d commit 31e6156
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ Reference: 'https://www.smashingmagazine.com/2020/07/responsive-dashboard-angula


### Map
The map component displays a map with markers or other relevant data points. It can be interactive and provide additional details when clicked.

Reference: 'https://observablehq.com/@observablehq/plot-choropleth?intent=fork'
The Maps component of the application is developed using the Syncfusion library, enabling the integration of interactive maps with features such as zooming and focusing on specific states based on selected AQI quality ranges.
Reference: 'https://ej2.syncfusion.com/angular/documentation/maps/getting-started'

### Mini Card
The mini cards component displays an icon with a value and a title.
Expand All @@ -27,14 +26,4 @@ The Season Chart for Air Quality Index (AQI) allows users to analyze and compare

Reference:'https://canvasjs.com/angular-charts/'

## TODO:

1. At the moment, I'm reading a csv file stored within the assets. Finish the data upload to a dataset in the python project and rewrite the service to query from the dataset.

2. Add Filters for parameter, month and season.

3. The tooltips in the map aren't working. Try to fix it. If that doesn't work, write an individual component to show the states and their average value.

4. Add more charts to the dashboard.

5. Any code refractoring and cleaning would be handy.

0 comments on commit 31e6156

Please sign in to comment.