File: SimpleChart.jquery.json

Recommend this page to a friend!
  Classes of Robert Haddad   JQuery Simple Chart   SimpleChart.jquery.json   Download  
File: SimpleChart.jquery.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JQuery Simple Chart
jQuery plugin to display bar charts with HTML DIVs
Author: By
Last change: Added Source
Date: 2 years ago
Size: 999 bytes
 

Contents

Class file image Download
{ "author": { "name":"Robert Haddad (SmokinPuppy)", "email": "rha2180@yahoo.com" }, "title": "jQuery SimpleChart", "name": "SimpleChart", "version": "1.0.0", "keywords": [ "Chart", "Data", "graph", "ui", "canvas", "plot", "plots", "simple", "context", "html5" ], "main": [ "demo.html", "js/jquery.SimpleChart.js", "images/weekly_grid.png", "images/monthly_grid.png" ], "description": "Small jQuery Plugin to display a Chart of Plotted Data", "repository": { "type": "git", "url": "git://github.com/smokinpuppy/SimpleChart.git" }, "homepage": "http://smokinpuppy.github.io/SimpleChart/", "download": "https://github.com/smokinpuppy/SimpleChart/archive/master.zip", "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "ignore": [ ], "dependencies": { "jquery": ">=2.0", "jquery-ui": ">=1.9.2" }, "devDependencies": { } }