Code Monkey home page Code Monkey logo

graphit's Introduction

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.

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.

graphit's People

Contributors

sbeleidy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

graphit's Issues

Tooltips

Add tooltips to display when hovering over a data element.
Allow on/off option from vals.
Allow for SCSS customizability using variables.

Update documentation

Modify README.md to only cover installation and general usage.
Add wiki to explain how to's and show examples.

Scatter plot

scatterGraphIt(dataPath vals) should generate a scatter plot from the data file at data path.
Will need to figure out best way to set up SCSS files and figure out whether bar graph colors should apply to scatter (and vice versa).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.