-
- Downloads
Merge branch 'feature/COMP-83_line_graph_of_budgets' into 'develop'
Added line graphs and re-organised the webapp layout See merge request live-projects/compendium-v2!11
No related branches found
No related tags found
Showing
- compendium_v2/db/survey.py 40 additions, 0 deletionscompendium_v2/db/survey.py
- compendium_v2/routes/data_entry.py 4 additions, 1 deletioncompendium_v2/routes/data_entry.py
- tox.ini 1 addition, 1 deletiontox.ini
- webapp/src/App.tsx 3 additions, 3 deletionswebapp/src/App.tsx
- webapp/src/Schema.tsx 9 additions, 0 deletionswebapp/src/Schema.tsx
- webapp/src/components/graphing/BarGraph.tsx 32 additions, 0 deletionswebapp/src/components/graphing/BarGraph.tsx
- webapp/src/components/graphing/LineGraph.tsx 46 additions, 0 deletionswebapp/src/components/graphing/LineGraph.tsx
- webapp/src/components/graphing/types.ts 14 additions, 0 deletionswebapp/src/components/graphing/types.ts
- webapp/src/pages/About.tsx 0 additions, 0 deletionswebapp/src/pages/About.tsx
- webapp/src/pages/AnnualReport.tsx 1 addition, 1 deletionwebapp/src/pages/AnnualReport.tsx
- webapp/src/pages/DataAnalysis.tsx 68 additions, 44 deletionswebapp/src/pages/DataAnalysis.tsx
- webapp/src/styles.scss 1 addition, 1 deletionwebapp/src/styles.scss
- webapp/webpack.config.ts 5 additions, 1 deletionwebapp/webpack.config.ts
webapp/src/components/graphing/BarGraph.tsx
0 → 100644
webapp/src/components/graphing/LineGraph.tsx
0 → 100644
webapp/src/components/graphing/types.ts
0 → 100644
File moved
Please register or sign in to comment