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

Commit

Permalink
Update jqplot.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatrick committed Jan 14, 2016
1 parent 6a27d44 commit 512b8da
Show file tree
Hide file tree
Showing 60 changed files with 4,153 additions and 2,133 deletions.
6 changes: 4 additions & 2 deletions core/public/js/jquery/jqplot/jqplot.BezierCurveRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
* jqPlot
* Pure JavaScript plotting plugin using jQuery
*
* Version: 1.0.0b2_r792
* Version: 1.0.8
* Revision: 1250
*
* Copyright (c) 2009-2011 Chris Leonello
* Copyright (c) 2009-2013 Chris Leonello
* jqPlot is currently available for use in all personal or commercial projects
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
Expand Down Expand Up @@ -288,6 +289,7 @@
function preInit(target, data, options) {
options = options || {};
options.axesDefaults = $.extend(true, {pad:0}, options.axesDefaults);
options.seriesDefaults = options.seriesDefaults || {};
options.legend = $.extend(true, {placement:'outside'}, options.legend);
// only set these if there is a pie series
var setopts = false;
Expand Down
33 changes: 3 additions & 30 deletions core/public/js/jquery/jqplot/jqplot.BezierCurveRenderer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 512b8da

Please sign in to comment.