Skip to content

Commit 74ccf37

Browse files
committed
2 parents 9a48431 + e2f68bc commit 74ccf37

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,27 @@ 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
17+
| - contains files required to build DCR Chrome extension
18+
+-- src
19+
| - contains internal module system which is the core of DCR (used in both modes)
20+
+-- web
21+
| - contains a web-page related files which enable to run stand-alone web-page (which is deployed in Environments)
22+
```
23+
1224
#### Thesis-regarded note
1325

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

1628
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.
29+
to gain easy access to the state of the repository at the time of submitting my bachelor thesis.

0 commit comments

Comments
 (0)