From 36c8fd00eddfa4493f46afb9868e12e879afc215 Mon Sep 17 00:00:00 2001 From: Deepthi Chand Date: Tue, 2 Nov 2021 14:37:18 +0530 Subject: [PATCH] Add conclusion header --- comparative-analysis.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comparative-analysis.md b/comparative-analysis.md index 753b7ea..3379f58 100644 --- a/comparative-analysis.md +++ b/comparative-analysis.md @@ -20,4 +20,5 @@ Chart.js describes itself as "Simple yet flexible JavaScript charting for design While all the above mentioned tools can enable most of the comparative analysis in hand, we selected Apache Echarts for its ease of use and scalable setup. -By creating extendable visualization plugins using Apache Echarts in conjunction with resource and page models [explained here](https://github.com/The-Data-for-Children-Collaborative/noral-tech-research/tree/main/system-architecture), most of the userflows and visualization flows can be created with minimal development effort. \ No newline at end of file +# Conclusion +By creating extendable visualization plugins using Apache Echarts in conjunction with resource and page models [explained here](https://github.com/The-Data-for-Children-Collaborative/noral-tech-research/tree/main/system-architecture), most of the userflows and visualization flows can be created with minimal development effort.