JavaScript application using D3 library to create custom graphs as part of tutorial for GERT statistic method. It is a part of diploma thesis meant to help university students.
It is possible to run the application locally (without a server) just by opening index.html.
However, it is first needed to disable file origin limitation most browsers today have.
In Mozilla Firefox, type about:config to URL address bar and then set privacy.file_unique_origin to false.