Skip to content

Commit 4ceef23

Browse files
authored
Update README.md
1 parent 41672d9 commit 4ceef23

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@ Data Chart Renderer
33

44
**DCR** is a JavaScript plugin used to parse CSV datasets, recognize its metadata and select (and render) the most appropriate and useful chart representations using the charting library [Chart.js](https://www.chartjs.org/).
55

6-
#### User Guide
6+
#### Quick Reference
77

88
DCR is already implemented in 2 ways:
99
- [DCR stand-alone web-page](https://github.com/SaNuelson/DataChartRenderer/tree/master/web/auto-page)
1010
- [DCR Chrome extension](https://github.com/SaNuelson/DataChartRenderer/tree/master/extension)
1111

12+
### File Structure
13+
14+
.
15+
|
16+
+- extension - contains files required to build DCR Chrome extension
17+
+- src - contains internal module system which is the core of DCR (used in both modes)
18+
+- web - contains a web-page related files which enable to run stand-alone web-page (which is deployed in Environments)
19+
1220
#### Thesis-regarded note
1321

1422
It is possible the DCR plug-in will be in further development after the submission of the thesis.
1523

1624
Due to this reason, a tag "thesis" has been created as well as appropriate release containing a zipped extension/ folder
17-
to gain easy access to the state of the repository at the time of submitting my bachelor thesis.
25+
to gain easy access to the state of the repository at the time of submitting my bachelor thesis.

0 commit comments

Comments
 (0)