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

https://github.com/kuy/treemap-with-router

An example for react-router-redux with d3's treemap.
https://github.com/kuy/treemap-with-router

d3 example react react-router router treemap visualization

Last synced: 8 months ago
JSON representation

An example for react-router-redux with d3's treemap.

Awesome Lists containing this project

README

          

# treemap-with-router

An example for [react-router-redux](https://github.com/reactjs/react-router-redux) with [d3](https://d3js.org/)'s [treemap](https://bl.ocks.org/mbostock/4063582).

### [Online Demo](http://kuy.github.io/treemap-with-router/)

![Preview](https://raw.github.com/wiki/kuy/treemap-with-router/images/preview.gif)

## Usage

```
git clone https://github.com/kuy/treemap-with-router.git
cd treemap-with-router
npm install
npm start
```

Open [http://localhost:8080/](http://localhost:8080/) in your browser :zap:

## Known Issues

+ Transition doesn't work correctly when moving up/down two or more levels at once
+ Broken handling of initial path

## Changelog

See [CHANGELOG.md](https://github.com/kuy/treemap-with-router/blob/master/CHANGELOG.md).

## License

MIT

## Author

Yuki Kodama / [@kuy](https://twitter.com/kuy)