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.
- Host: GitHub
- URL: https://github.com/kuy/treemap-with-router
- Owner: kuy
- Created: 2016-03-01T13:57:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T03:55:02.000Z (about 10 years ago)
- Last Synced: 2025-04-28T08:45:02.125Z (about 1 year ago)
- Topics: d3, example, react, react-router, router, treemap, visualization
- Language: JavaScript
- Size: 36.1 KB
- Stars: 63
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/)

## 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)