Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebemunk/chess-dataviz
chess visualization library written for d3.js
https://github.com/ebemunk/chess-dataviz
chess javascript visualization-library
Last synced: 2 months ago
JSON representation
chess visualization library written for d3.js
- Host: GitHub
- URL: https://github.com/ebemunk/chess-dataviz
- Owner: ebemunk
- License: mit
- Created: 2015-05-01T19:49:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T16:30:12.000Z (over 3 years ago)
- Last Synced: 2024-10-30T15:51:14.912Z (3 months ago)
- Topics: chess, javascript, visualization-library
- Language: JavaScript
- Homepage: https://ebemunk.github.io/chess-dataviz/
- Size: 1.68 MB
- Stars: 73
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-d3 - chess-dataviz - Chess dataviz library (Miscellaneous)
- awesome-d3 - chess-dataviz - Chess dataviz library (Miscellaneous)
- awesome-d3 - chess-dataviz - Chess dataviz library (Miscellaneous)
README
chess-dataviz
=============chess-dataviz is a visualization library for chess, written for D3. It has a number of visualizations to show statistics on games, such as:
* Heatmaps on a chess board
* Openings, sunburst visualization
* Move Paths on a chess board
* Evaluation & Time graphThere are also some scripts in `scripts/` to help parse PGN files (supports *big* files) and scraping game/tournament data from online sources. See `scripts/README.md` for more info on that.
# Install
You can download the files in `dist/` and use them directly, or install via bower:
`bower install chess-dataviz`You should include `ChessDataViz[.min].js` and `ChessDataViz[.min].css` files. Also make sure you have already included D3 on the page.
# Use / Demo
Please see http://ebemunk.github.io/chess-dataviz/ for docs, usage instructions and demos.
# License
MIT