Commit 9e2a9711 authored by Almouhannad Hafez's avatar Almouhannad Hafez

Update README.md

parent 3a6cef04
......@@ -5,4 +5,13 @@
```node
npm install
npm run dev
```
\ No newline at end of file
```
## Contents:
1. Scatterplot with filter by level and tooltip
1. LineChart with filter by starting year and tooltip
1. Using abstract class `chart.ts` and factory pattern based on map in `chartFactory.ts` and `chartsNames.ts`files
1. `main.ts` file does not depent on any strictly typed chart
## Future improvements:
- Add `register` method to Charts in order to achieve Open-closed principle in `chartFactory` class
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment