Some visualizations of work travels by members of a research lab using the D3.js library.
Go to the root of the project.
cd Carbon-Visualizations
Run a http server using python for example.
python -m http.server
Go to the address where your server is serving (local host on port 8000 by default using this command) and open src/main.html
.
The dependencies of the source code are localized in the vendor/
file.
- The colors can be changed with the module
Themes
by changing the value ofThemes.theme
.
- Visualizations made using the D3.js library.
- Sliders made using the d3-simple-slider library.
- Icon made by Dimi Kazak from Flaticon.