This project was bootstrapped with Create React App, bulma and the Semiotic data visualization framework.
This more an experiment on using the Semiotic framework to visualize some data in place of simple d3 functions.
- NodeJS v.6 - npm
To start the project install the dependencies and all the start task:
$ yarn && yarn start
If the browser doesn't open automatically, point your browser to localhost:3000
.
The data provided for the assignment is the GISTEMP from NASA, in particular the Global-mean monthly, seasonal, and annual means dataset. The dataset can be found in the src/data
folder.
The question targetted to build the visualization is:
what was the temperature change extent for the given period in the dataset?
Hovering each range will show a tooltip explaining more in details the data:
Found any issue or want to improve the chart? Create an issue in the repository or submit a Pull Request!
This repository is MIT licensed