Components for visualization of correlations for IVIS framework
Název práce v češtině: | Komponenty pro vizualizaci závislostí pro framework IVIS |
---|---|
Název v anglickém jazyce: | Components for visualization of correlations for IVIS framework |
Klíčová slova: | vizualizace dat, korelační diagram, bublinový graf, histogram, 2D histogram |
Klíčová slova anglicky: | data visualization, scatter plot, bubble plot, histogram, heatmap |
Akademický rok vypsání: | 2019/2020 |
Typ práce: | bakalářská práce |
Jazyk práce: | angličtina |
Ústav: | Katedra distribuovaných a spolehlivých systémů (32-KDSS) |
Vedoucí / školitel: | prof. RNDr. Tomáš Bureš, Ph.D. |
Řešitel: | RNDr. Michal Töpfer - zadáno a potvrzeno stud. odd. |
Datum přihlášení: | 13.01.2020 |
Datum zadání: | 13.01.2020 |
Datum potvrzení stud. oddělením: | 16.01.2020 |
Datum a čas obhajoby: | 07.07.2020 09:00 |
Datum odevzdání elektronické podoby: | 29.05.2020 |
Datum odevzdání tištěné podoby: | 04.06.2020 |
Datum proběhlé obhajoby: | 07.07.2020 |
Oponenti: | doc. RNDr. Jan Kofroň, Ph.D. |
Zásady pro vypracování |
IVIS is a web-based data processing and visualization framework that provides components to setup highly customized visualization. IVIS relies on Node.js on the server side and the ReactJS and D3.js libraries on the client side. While IVIS has some basic component for visualizing time-series data, predominantly in the form of a line-chart, it lacks visualization components for deeper analytics insights such as correlations among data (e.g. scatter plot, histograms, etc.)
The goal of this thesis is to implement components for statistical graphs, mainly focusing on correlation of two or more variables. In particular, the thesis will provide components for histogram, scatterplot, and heatmap (histogram of two variables). These components will be connected to existing parts of the framework. Special emphasis will be given to interactivity of the plots. |
Seznam odborné literatury |
D3.js library reference (https://github.com/d3/d3/wiki)
ReactJS documentation (https://reactjs.org/docs/) Elasticsearch documentatnion (https://www.elastic.co/guide/index.html) Yan Holtz: From Data to Viz (https://www.data-to-viz.com/) and The D3.js Graph Gallery (https://www.d3-graph-gallery.com/) |