outfielding-jqplot-rails 1.0.4.1121 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/CHANGELOG.md +6 -0
- data/LICENSE.txt +2 -2
- data/README.md +1 -1
- data/lib/outfielding-jqplot-rails/version.rb +1 -1
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.BezierCurveRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.barRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.blockRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.bubbleRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisLabelRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisTickRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasOverlay.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasTextRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.categoryAxisRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.ciParser.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.cursor.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.dateAxisRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.donutRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.dragable.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.enhancedLegendRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.funnelRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.highlighter.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.logAxisRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoAxisRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.meterGaugeRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.mobile.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.ohlcRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pieRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pointLabels.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidAxisRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidGridRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.trendline.js +3 -3
- data/vendor/assets/javascripts/jquery.jqplot.js +18 -18
- metadata +3 -3
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
2013-02-12 Jason Young <jay@outfielding.net>
|
2
|
+
|
3
|
+
* Includes jqplot 1.0.5 (r1122)
|
4
|
+
** Compatibility with jquery 1.9.1
|
5
|
+
* drops the release revision from the versioning (at least for now)
|
6
|
+
|
1
7
|
2012-11-04 Jason Young <jay@outfielding.net>
|
2
8
|
|
3
9
|
* Initial release (includes jqplot 1.0.4r1121)
|
data/LICENSE.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
Copyright (c) 2009-
|
1
|
+
Copyright (c) 2009-2013 Chris Leonello
|
2
2
|
jqPlot is currently available for use in all personal or commercial projects
|
3
3
|
under both the MIT and GPL version 2.0 licenses. This means that you can
|
4
4
|
choose the license that best suits your project and use it accordingly.
|
5
5
|
|
6
|
-
Gem Bundling is: Copyright (c) 2012 Jason Adam Young
|
6
|
+
Gem Bundling is: Copyright (c) 2012-2013 Jason Adam Young
|
7
7
|
|
8
8
|
MIT License
|
9
9
|
|
data/README.md
CHANGED
@@ -36,7 +36,7 @@ The file naming is a little strange, but I'm basically just copying the distribu
|
|
36
36
|
|
37
37
|
## Versioning
|
38
38
|
|
39
|
-
Unless otherwise noted, the outfielding-jqplot-rails version should match the jqplot distribution version included.
|
39
|
+
Unless otherwise noted, the outfielding-jqplot-rails version should match the jqplot distribution version included (as of 1.0.5, i'm leaving off the release revision, at least for now)
|
40
40
|
|
41
41
|
## LICENSE
|
42
42
|
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -29,7 +29,7 @@
|
|
29
29
|
*
|
30
30
|
* included jsDate library by Chris Leonello:
|
31
31
|
*
|
32
|
-
* Copyright (c) 2010-
|
32
|
+
* Copyright (c) 2010-2013 Chris Leonello
|
33
33
|
*
|
34
34
|
* jsDate is currently available for use in all personal or commercial projects
|
35
35
|
* under both the MIT and GPL version 2.0 licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -1,11 +1,11 @@
|
|
1
|
-
/**
|
1
|
+
/**
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,8 +2,8 @@
|
|
2
2
|
* jqplot.jquerymobile plugin
|
3
3
|
* jQuery Mobile virtual event support.
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
8
|
* Copyright (c) 2011 Takashi Okamoto
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -2,10 +2,10 @@
|
|
2
2
|
* jqPlot
|
3
3
|
* Pure JavaScript plotting plugin using jQuery
|
4
4
|
*
|
5
|
-
* Version: 1.0.
|
6
|
-
* Revision:
|
5
|
+
* Version: 1.0.5
|
6
|
+
* Revision: 1122+
|
7
7
|
*
|
8
|
-
* Copyright (c) 2009-
|
8
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
9
9
|
* jqPlot is currently available for use in all personal or commercial projects
|
10
10
|
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
11
11
|
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
@@ -5,12 +5,12 @@
|
|
5
5
|
*
|
6
6
|
* About: Version
|
7
7
|
*
|
8
|
-
* version: 1.0.
|
9
|
-
* revision:
|
8
|
+
* version: 1.0.5
|
9
|
+
* revision: 1122+
|
10
10
|
*
|
11
11
|
* About: Copyright & License
|
12
12
|
*
|
13
|
-
* Copyright (c) 2009-
|
13
|
+
* Copyright (c) 2009-2013 Chris Leonello
|
14
14
|
* jqPlot is currently available for use in all personal or commercial projects
|
15
15
|
* under both the MIT and GPL version 2.0 licenses. This means that you can
|
16
16
|
* choose the license that best suits your project and use it accordingly.
|
@@ -244,8 +244,8 @@
|
|
244
244
|
}
|
245
245
|
};
|
246
246
|
|
247
|
-
$.jqplot.version = "1.0.
|
248
|
-
$.jqplot.revision = "
|
247
|
+
$.jqplot.version = "1.0.5";
|
248
|
+
$.jqplot.revision = "1122+";
|
249
249
|
|
250
250
|
$.jqplot.targetCounter = 1;
|
251
251
|
|
@@ -395,7 +395,7 @@
|
|
395
395
|
return $.jqplot.support_canvas_text.result;
|
396
396
|
};
|
397
397
|
|
398
|
-
$.jqplot.use_excanvas = (
|
398
|
+
$.jqplot.use_excanvas = ((!$.support.boxModel || !$.support.objectAll || !$support.leadingWhitespace) && !$.jqplot.support_canvas()) ? true : false;
|
399
399
|
|
400
400
|
/**
|
401
401
|
*
|
@@ -9323,7 +9323,7 @@
|
|
9323
9323
|
* @author Chris Leonello
|
9324
9324
|
* @date #date#
|
9325
9325
|
* @version #VERSION#
|
9326
|
-
* @copyright (c) 2010 Chris Leonello
|
9326
|
+
* @copyright (c) 2010-2013 Chris Leonello
|
9327
9327
|
* jsDate is currently available for use in all personal or commercial projects
|
9328
9328
|
* under both the MIT and GPL version 2.0 licenses. This means that you can
|
9329
9329
|
* choose the license that best suits your project and use it accordingly.
|
@@ -9957,16 +9957,16 @@
|
|
9957
9957
|
},
|
9958
9958
|
|
9959
9959
|
'fr': {
|
9960
|
-
monthNames: ['Janvier','
|
9961
|
-
monthNamesShort: ['Jan','
|
9960
|
+
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
|
9961
|
+
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun','Jul','Aoû','Sep','Oct','Nov','Déc'],
|
9962
9962
|
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
|
9963
9963
|
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
|
9964
9964
|
formatString: '%Y-%m-%d %H:%M:%S'
|
9965
9965
|
},
|
9966
9966
|
|
9967
9967
|
'de': {
|
9968
|
-
monthNames: ['Januar','Februar','
|
9969
|
-
monthNamesShort: ['Jan','Feb','
|
9968
|
+
monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
|
9969
|
+
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'],
|
9970
9970
|
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
|
9971
9971
|
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
|
9972
9972
|
formatString: '%Y-%m-%d %H:%M:%S'
|
@@ -9981,18 +9981,18 @@
|
|
9981
9981
|
},
|
9982
9982
|
|
9983
9983
|
'ru': {
|
9984
|
-
monthNames: ['
|
9985
|
-
monthNamesShort: ['
|
9986
|
-
dayNames: ['
|
9987
|
-
dayNamesShort: ['
|
9984
|
+
monthNames: ['Январь','Февраль','Март','Ð?прель','Май','Июнь','Июль','Ð?вгуÑ?Ñ‚','СентÑ?брь','ОктÑ?брь','Ð?оÑ?брь','Декабрь'],
|
9985
|
+
monthNamesShort: ['Янв','Фев','Мар','Ð?пр','Май','Июн','Июл','Ð?вг','Сен','Окт','Ð?оÑ?','Дек'],
|
9986
|
+
dayNames: ['воÑ?креÑ?енье','понедельник','вторник','Ñ?реда','четверг','пÑ?тница','Ñ?уббота'],
|
9987
|
+
dayNamesShort: ['вÑ?к','пнд','втр','Ñ?рд','чтв','птн','Ñ?бт'],
|
9988
9988
|
formatString: '%Y-%m-%d %H:%M:%S'
|
9989
9989
|
},
|
9990
9990
|
|
9991
9991
|
'ar': {
|
9992
|
-
monthNames: ['
|
9992
|
+
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'ØØ²ÙŠØ±Ø§Ù†','تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
|
9993
9993
|
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
|
9994
|
-
dayNames: ['
|
9995
|
-
dayNamesShort: ['
|
9994
|
+
dayNames: ['السبت', 'Ø§Ù„Ø£ØØ¯', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
9995
|
+
dayNamesShort: ['سبت', 'Ø£ØØ¯', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
9996
9996
|
formatString: '%Y-%m-%d %H:%M:%S'
|
9997
9997
|
},
|
9998
9998
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: outfielding-jqplot-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-02-13 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: jqplot packaged for the Rails 3.1+ asset pipeline
|
15
15
|
email:
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 1.8.
|
84
|
+
rubygems_version: 1.8.25
|
85
85
|
signing_key:
|
86
86
|
specification_version: 3
|
87
87
|
summary: jqplot packaged for the Rails 3.1+ asset pipeline
|