Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.