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
- Host: GitHub
- URL: https://github.com/abehandler/reacttimeline
- Owner: AbeHandler
- Created: 2020-02-19T21:05:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T16:04:43.000Z (about 5 years ago)
- Last Synced: 2025-03-13T15:15:53.566Z (over 1 year ago)
- Topics: reactsjs, svg, timeseries
- Language: HTML
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
