Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philogb/jit
The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
https://github.com/philogb/jit
Last synced: 5 days ago
JSON representation
The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
- Host: GitHub
- URL: https://github.com/philogb/jit
- Owner: philogb
- License: other
- Created: 2009-05-28T20:29:33.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T06:38:13.000Z (over 3 years ago)
- Last Synced: 2024-04-14T09:08:39.057Z (7 months ago)
- Language: JavaScript
- Homepage: http://thejit.org
- Size: 8.66 MB
- Stars: 1,505
- Watchers: 72
- Forks: 314
- Open Issues: 88
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - philogb/jit - The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web (others)
README
JavaScript InfoVis Toolkit
==========================The JavaScript InfoVis Toolkit provides tools for creating Interactive Data
Visualizations for the Web.This is the Dev project, users should download the project from http://thejit.org.
Useful links
------
- [jit homepage](http://thejit.org)
- [jit's blog](http://blog.thejit.org)
- [Getting Started with the Source](https://github.com/philogb/jit/wiki/Getting-Started)
How to
------To build:
python make.py build
To build the documentation:
python make.py docs
To build examples:
python make.py examples