jQPlot alternatives and similar libraries
Based on the "Data Visualization" category.
Alternatively, view jQPlot alternatives based on common mentions on social networks and blogs.
-
echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser -
BabylonJS
Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework. -
p5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs — -
#<Sawyer::Resource:0x00007f1b609038f0>
Open-source JavaScript charting library behind Plotly and Dash -
paper.js
The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. Created by @lehni & @puckey -
GoJS, a JavaScript Library for HTML Diagrams
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages. -
mxGraph
DISCONTINUED. Diagramming library that enables interactive graph and charting applications to be quickly created that run natively in any major browser that is supported by its vendor. -
processing.js
DISCONTINUED. Processing.js makes your data visualizations work using web standards and without any plug-ins -
jquery.sparkline
A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jQPlot or a related project?
Popular Comparisons
README
jQPlot
Pure JavaScript plotting plugin for jQuery.
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
- Install NodeJS
- jQplot is a NPM module
- Grunt is used to build the application and documentation from source. What is Grunt
Getting started
- Fork the repo
- Clone the repository into the folder of your choice.
- Install Node.JS
- 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 all licence references and agreements mentioned in the jQPlot README section above
are relevant to that project's source code only.