Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbeleidy/graphit
Easily graph your data.
https://github.com/sbeleidy/graphit
Last synced: about 23 hours ago
JSON representation
Easily graph your data.
- Host: GitHub
- URL: https://github.com/sbeleidy/graphit
- Owner: sbeleidy
- License: mit
- Created: 2015-09-04T22:50:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T19:34:14.000Z (about 9 years ago)
- Last Synced: 2024-02-28T11:00:35.014Z (8 months ago)
- Language: JavaScript
- Size: 719 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GraphIt
GraphIt is built using D3.js and by following @mbostock's tutorial for D3.js. It uses the tutorials to understand D3.js but abstracts the variables so they can be accessed and modified easily. This gives GraphIt the capability to easily graph your data.
## Usage
The general structure of GraphIt is to use a single function to create your graphs. For example, `barGraphIt("data.csv")`.The function requires only one parameter which is the location of your data. It also takes a second parameter that is a JSON object. Each graph may have its own available options for the second parameter and these are covered on each graph's page.
For more details about GraphIt please check the [wiki](https://github.com/sbeleidy/GraphIt/wiki).
## Installation
`bower install graphit`
## Features
GraphIt lets you easily create graphs to add to your site or web app by simply calling the *type* GraphIt() function, where *type* is the type of graph.
GraphIt gives you variables to customize your graph designs easily using SCSS.