This project was developed under the InfoVis course of the Masters Degree in Computer Science and Engineering, at Instituto Superior TΓ©cnico, Lisbon.
We developed a visualization about books. We used the dataset goodbooks-10k from kaggle.
In our visualization, you can search for books by genre and by author. In the scatterplot, the books are organized by publication year. With our line chart, we know the average rating for each year. In this chart, we can change the range of year that we can evaluate. In the bar chart, the books are ordered by popularity in the selected range of years. Finally, we have a network chart to check the similarity between variuos books.
- Download the project here! and unzip at a desired directory.
- In the root folder of the project run:
For Mac :
python -m http.server 8080
For Windows:
python -m SimpleHTTPServer 8080
- Go to your browser and go to: http://localhost:8080/
This project is powered by d3.js, a JavaScript library.
For help getting started with d3, check online documentation, which offers tutorials, samples and a full API reference.

