Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Analytics Section: README #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions js/components/status/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Analytics Section

In the Analytics Section, users can view the graphs, charts, trends of reports and status of an area. The data to be used in this section will be fetched from firebase and converted into meaningful form to be used in graphs, charts, trends.
```react-native-svg-charts``` is used.

## Screenshots

BarGraphScreen

![picture alt](https://user-images.githubusercontent.com/43493203/78461288-4676ca80-76e5-11ea-9219-c4e74a44c3be.png "Title is optional")

PieChartScreen

![picture alt](https://user-images.githubusercontent.com/43493203/78461140-2b578b00-76e4-11ea-8e12-a2462c918039.png "Title is optional")

TrendsScreen

![picture alt](https://user-images.githubusercontent.com/43493203/78460694-9bfca880-76e0-11ea-9dbb-25d1f1b64517.png "Title is optional")