Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Pure JavaScript plotting plugin for jQuery.

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

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

**Developers forum**: http://groups.google.com/group/jqplot-dev
**Developers forum**: https://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
**Project page and source code**: https://www.github.com/jqPlot/jqPlot

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

# Basic Usage Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/colorpicker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- jQuery/jQueryUI (hosted) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" rel="stylesheet" type="text/css"/>
<style>
body {
font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion examples/dashboardWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?php include "opener.php"; ?>

<!-- Example scripts go here -->
<link class="include" rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" />
<link class="include" rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" />

<style type="text/css">
.jqplot-target {
Expand Down
4 changes: 2 additions & 2 deletions examples/hiddenPlotsInTabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
<script class="include" type="text/javascript" src="../src/plugins/jqplot.pieRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.ohlcRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.categoryAxisRenderer.js"></script>
<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
2 changes: 1 addition & 1 deletion examples/kcp_area.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Example scripts go here -->


<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />

<style type="text/css">

Expand Down
2 changes: 1 addition & 1 deletion examples/kcp_area2.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Example scripts go here -->


<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />

<style type="text/css">

Expand Down
4 changes: 2 additions & 2 deletions examples/kcp_cdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Example scripts go here -->


<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />

<style type="text/css">

Expand Down Expand Up @@ -307,7 +307,7 @@
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasAxisLabelRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.highlighter.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasOverlay.js"></script>
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
4 changes: 2 additions & 2 deletions examples/kcp_engel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Example scripts go here -->


<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />

<style type="text/css">

Expand Down Expand Up @@ -194,7 +194,7 @@
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasTextRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasAxisLabelRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.enhancedLegendRenderer.js"></script>
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
4 changes: 2 additions & 2 deletions examples/kcp_lorenz.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Example scripts go here -->


<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="stylesheet" />

<style type="text/css">

Expand Down Expand Up @@ -484,7 +484,7 @@
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasAxisLabelRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.highlighter.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasOverlay.js"></script>
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
4 changes: 2 additions & 2 deletions examples/kcp_pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Example scripts go here -->


<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />

<style type="text/css">

Expand Down Expand Up @@ -343,7 +343,7 @@
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasAxisLabelRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.highlighter.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasOverlay.js"></script>
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
4 changes: 2 additions & 2 deletions examples/kcp_pyramid.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Example scripts go here -->


<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />


<style type="text/css">
Expand Down Expand Up @@ -546,7 +546,7 @@ function checkContour() {
<script class="include" type="text/javascript" src="../src/plugins/jqplot.pyramidRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasTextRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasAxisLabelRenderer.js"></script>
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
4 changes: 2 additions & 2 deletions examples/kcp_pyramid2.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Example scripts go here -->

<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />

<style type="text/css">
.chart-container {
Expand Down Expand Up @@ -534,7 +534,7 @@ function checkContour() {
<script class="include" type="text/javascript" src="../src/plugins/jqplot.pyramidRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasTextRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasAxisLabelRenderer.js"></script>
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
4 changes: 2 additions & 2 deletions examples/kcp_pyramid_by_age.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<?php include "opener.php"; ?>

<!-- Example scripts go here -->
<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link href="colorpicker/jquery.colorpicker.css" rel="stylesheet" type="text/css"/>
<style type="text/css">

Expand Down Expand Up @@ -798,7 +798,7 @@ function applyColors(maleColor, femaleColor, backgroundColor, bandColor) {
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasTextRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.canvasAxisLabelRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.json2.js"></script>
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script class="include" type="text/javascript" src="kcp.print.js"></script>

<script src="colorpicker/jquery.colorpicker.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/kcp_quintiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Example scripts go here -->

<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />

<style type="text/css">

Expand Down
2 changes: 1 addition & 1 deletion examples/opener.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" rel="stylesheet" href="syntaxhighlighter/styles/shThemejqPlot.min.css" />

<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../src/excanvas.js"></script><![endif]-->
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<?php include "bodyOpener.php"; ?>

4 changes: 2 additions & 2 deletions examples/resizablePlot.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@
<script class="include" type="text/javascript" src="../src/plugins/jqplot.barRenderer.js"></script>
<script class="include" type="text/javascript" src="../src/plugins/jqplot.categoryAxisRenderer.js"></script>

<link class="include" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<script class="include" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<link class="include" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<script class="include" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

<!-- End additional plugins -->

Expand Down
2 changes: 1 addition & 1 deletion jqPlot.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "1.0.9",
"author": {
"name": "Chris Leonello",
"url": "http://http://www.jqplot.com/info.php"
"url": "http://www.jqplot.com/info.php"
},
"maintainers": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/excanvas.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Memory Leaks patch from http://explorercanvas.googlecode.com/svn/trunk/
// Memory Leaks patch from https://explorercanvas.googlecode.com/svn/trunk/
// svn : r73
// ------------------------------------------------------------------
// Copyright 2006 Google Inc.
Expand Down Expand Up @@ -176,7 +176,7 @@ if (!document.createElement('canvas').getContext) {
return el;
},

// Memory Leaks patch : see http://code.google.com/p/explorercanvas/issues/detail?id=82
// Memory Leaks patch : see https://code.google.com/p/explorercanvas/issues/detail?id=82
uninitElement: function(el){
if (el.getContext) {
var ctx = el.getContext();
Expand Down
2 changes: 1 addition & 1 deletion src/jqplot.lineRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
// This implementation is derived from the one posted
// by krypin on the jqplot-users mailing list:
//
// http://groups.google.com/group/jqplot-users/browse_thread/thread/748be6a445723cea?pli=1
// https://groups.google.com/group/jqplot-users/browse_thread/thread/748be6a445723cea?pli=1
//
// with a blog post:
//
Expand Down
2 changes: 1 addition & 1 deletion src/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jqPlot is a jQuery plugin to generate pure client-side javascript charts in your

The jqPlot home page is at <http://www.jqplot.com/>.

The project page and downloads are at <http://www.github.com/jqPlot/jqPlot/>.
The project page and downloads are at <https://www.github.com/jqPlot/jqPlot/>.

Below are a few examples to demonstrate jqPlot usage. These plots are shown as static images.
Many more examples of dynamically rendered plots can be seen on the test and examples pages here: <../../tests/>.
Expand Down