Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 512b8da

Browse files
committed
Update jqplot.
1 parent 6a27d44 commit 512b8da

File tree

60 files changed

+4153
-2133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4153
-2133
lines changed

core/public/js/jquery/jqplot/jqplot.BezierCurveRenderer.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* jqPlot
33
* Pure JavaScript plotting plugin using jQuery
44
*
5-
* Version: 1.0.0b2_r792
5+
* Version: 1.0.8
6+
* Revision: 1250
67
*
7-
* Copyright (c) 2009-2011 Chris Leonello
8+
* Copyright (c) 2009-2013 Chris Leonello
89
* jqPlot is currently available for use in all personal or commercial projects
910
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
1011
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -288,6 +289,7 @@
288289
function preInit(target, data, options) {
289290
options = options || {};
290291
options.axesDefaults = $.extend(true, {pad:0}, options.axesDefaults);
292+
options.seriesDefaults = options.seriesDefaults || {};
291293
options.legend = $.extend(true, {placement:'outside'}, options.legend);
292294
// only set these if there is a pie series
293295
var setopts = false;

core/public/js/jquery/jqplot/jqplot.BezierCurveRenderer.min.js

Lines changed: 3 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)