An open API service indexing awesome lists of open source software.

https://github.com/abehandler/reacttimeline

An interactive timeline combining React + SVG, with the feel of the old Google finance
https://github.com/abehandler/reacttimeline

reactsjs svg timeseries

Last synced: 4 months ago
JSON representation

An interactive timeline combining React + SVG, with the feel of the old Google finance

Awesome Lists containing this project

README

          

A standalone interactive timeline plot built w/ React and SVG and used in [Rookie](https://arxiv.org/pdf/1708.01944.pdf).

#### Setup

```
$ git clone git@github.com:AbeHandler/ReactTimeline.git
$ npm i
$ npm run build // builds to public/bundle.js and watches
```

Then in a separate terminal

```
$ cd public && python -m http.server
```

#### Expected output

![alt text](img/screen.png)