All Projects → jqPlot → Jqplot

jqPlot / Jqplot

Licence: other
A Versatile and Expandable jQuery Plotting Plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jqplot

Uniform
A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!
Stars: ✭ 2,219 (+913.24%)
Mutual labels:  jquery
Civitas
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
Stars: ✭ 207 (-5.48%)
Mutual labels:  jquery
Amaranjs
Nice, sleek and stylish notifications.
Stars: ✭ 214 (-2.28%)
Mutual labels:  jquery
Barekit
A bare minimum responsive framework
Stars: ✭ 201 (-8.22%)
Mutual labels:  grunt
Jquery Aniview
A jQuery plugin that works in harmony with animate.css in order to enable animations only when content comes into view.
Stars: ✭ 205 (-6.39%)
Mutual labels:  jquery
Hass Configurator
Configuration UI for Home Assistant
Stars: ✭ 211 (-3.65%)
Mutual labels:  jquery
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (+1004.57%)
Mutual labels:  jquery
Percircle
⭕️ CSS percentage circle built with jQuery
Stars: ✭ 217 (-0.91%)
Mutual labels:  jquery
Grunt Recess
[DEPRECATED] Lint and minify CSS and LESS
Stars: ✭ 205 (-6.39%)
Mutual labels:  grunt
Jquery Modal
The simplest possible modal for jQuery
Stars: ✭ 2,459 (+1022.83%)
Mutual labels:  jquery
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (-8.22%)
Mutual labels:  jquery
Jcf
Advanced form elements customization using CSS/JS
Stars: ✭ 203 (-7.31%)
Mutual labels:  jquery
Bala
A function for elements selection
Stars: ✭ 213 (-2.74%)
Mutual labels:  jquery
Cms
GleezCMS - A Light, Simple, Flexible Content Management System
Stars: ✭ 200 (-8.68%)
Mutual labels:  jquery
Bootstrap Checkbox
A checkbox component based on Bootstrap framework.
Stars: ✭ 214 (-2.28%)
Mutual labels:  jquery
Jquery Easy Ticker
jQuery easy ticker is a news ticker like plugin, which scrolls the list infinitely. It is highly customizable, flexible with lot of features and works in all browsers.
Stars: ✭ 196 (-10.5%)
Mutual labels:  jquery
Kendo Ui Core
An HTML5, jQuery-based widget library for building modern web apps.
Stars: ✭ 2,394 (+993.15%)
Mutual labels:  jquery
Magnify
A lightweight jQuery magnifying glass zoom plugin.
Stars: ✭ 218 (-0.46%)
Mutual labels:  jquery
Graphql Demo
🎉Koa + GraphQL + Apollo-Server demo
Stars: ✭ 215 (-1.83%)
Mutual labels:  jquery
Oridomi
📃 Fold up DOM elements like paper
Stars: ✭ 2,390 (+991.32%)
Mutual labels:  jquery

jQPlot

Pure JavaScript plotting plugin for jQuery.

Join the chat at https://gitter.im/jqPlot

jqPlot home page: http://www.jqplot.com

Users forum: http://groups.google.com/group/jqplot-users

Developers forum: http://groups.google.com/group/jqplot-dev

Examples and unit tests: http://www.jqplot.com/examples

Documentation: http://www.jqplot.com/docs/

Project page and source code: http://www.github.com/jqPlot/jqPlot

Bugs, issues, feature requests: http://www.github.com/jqPlot/jqPlot/issues

Basic Usage Instructions

jqPlot requires jQuery (1.4+ required for certain features). jQuery 1.9.1 is included in the distribution.

To use jqPlot, include jQuery, the jqPlot jQuery plugin, the jqPlot css file and optionally the excanvas script to support IE version prior to IE 9 in your web page:

<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="excanvas.js"></script><![endif]-->
<script language="javascript" type="text/javascript" src="jquery-1.9.1.min.js"></script>
<script language="javascript" type="text/javascript" src="jquery.jqplot.min.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.jqplot.css" />

For more information, see the documentation and examples.

Building from source

If you've cloned the repository, you can build a distribution from source.

Requirements and build tools

Getting started

  1. Fork the repo
  2. Clone the repository into the folder of your choice.
  3. Install Node.JS
  4. Run npm install to install the necessary "npm" dependencies like "grunt".

Building with grunt

Build the application and all the documentation, plus create the zip file, ready for distribution with this command:

grunt

Create the application without compression for local use with the command:

grunt build

Legal Notices

Copyright (c) 2009-2015 Chris Leonello

jqPlot is currently available for use in all personal or commercial projects under both the MIT and GPL version 2.0 licenses. This means that you can choose the license that best suits your project and use it accordingly.

jqPlot includes date instance methods and printf/sprintf functions by other authors:

Date instance methods

Author: Ken Snyder (ken d snyder at gmail dot com) Date: 2008-09-10 Version: 2.0.2 (http://kendsnyder.com/sandbox/date/) License: Creative Commons Attribution License 3.0 (http://creativecommons.org/licenses/by/3.0/)

JavaScript printf/sprintf functions

Author: Ash Searle Version: 2007.04.27 http://hexmen.com/blog/2007/03/printf-sprintf/ http://hexmen.com/js/sprintf.js The author (Ash Searle) has placed this code in the public domain: "This code is unrestricted: you are free to use it however you like."

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].