Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 graph

There 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