This project is a quick test to see how viable it would be to create animated
barcharts on top of the [Nesstar Rest API](https://prosjekt.nsd.uib.no/gitlab/nesstar/nesstar-rest-api/wikis/home)
This project is a quick and dirty implementation of the flash based timebars
used by Der Spiegel here: http://www.spiegel.de/flash/flash-24759.html
This implementation use data from the [Nesstar Rest API](https://prosjekt.nsd.uib.no/gitlab/nesstar/nesstar-rest-api/wikis/home), and D3 for the visualization.
Note that visualizations like these are very picky about their data.
Running
-------
To run this code you will need npm and grunt installed. Once those are in place, run the commands
To build and run this code you will need npm and grunt installed. Once those are
in place, run the commands
```
> npm install
...
...
@@ -23,6 +28,5 @@ Deploying
---------
To deploy the demo, simply copy the buildt www folder to a web server. To use
the chart in you own page, copy www/js/ and www/css/ to your website, include
them in your page and have a look at look at the example index.html to see how
to insert the chart in your page.
`timebars.css` and `timebars.js` them in your page and have a look at look at
the example index.html to see how to insert the chart(s) in your page.