Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgautsch/grapher
An ES2015 JavaScript graphing library
https://github.com/dgautsch/grapher
Last synced: about 1 month ago
JSON representation
An ES2015 JavaScript graphing library
- Host: GitHub
- URL: https://github.com/dgautsch/grapher
- Owner: dgautsch
- License: mit
- Created: 2015-11-09T14:06:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T13:32:31.000Z (over 8 years ago)
- Last Synced: 2023-05-16T05:27:07.025Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Grapher: A graphing library built with ES2015 and BabelJS
## Description
Grapher is built with the purpose of learning ES2015 with BabelJS and to build a fully functional graphing library in ES2015.
[ChartJS](http://www.chartjs.org/) is the inspiration for features that Grapher would like to attain parity with.
## Building the Project
Currently this project requires Node 4.2.1 LTS
Run
- `npm install`
- `gulp`