Skip to content

Commit

Permalink
Update js files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinqt committed Mar 5, 2013
1 parent 269a192 commit 1e6c45b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion jquery.flot.canvas.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for drawing all elements of a plot on the canvas.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
Flot normally produces certain elements, like axis labels and the legend, using
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.categories.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for plotting textual data or categories.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
Consider a dataset like [["February", 34], ["March", 20], ...]. This plugin
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.crosshair.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for showing crosshairs when the mouse hovers over the plot.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.errorbars.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for plotting error bars.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
Error bars are used to show standard deviation and other statistical
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.fillbetween.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for computing bottoms for filled line and bar charts.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The case: you've got two series that you want to fill the area between. In Flot
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.image.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for plotting images.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The data syntax is [ [ image, x1, y1, x2, y2 ], ... ] where (x1, y1) and
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Javascript plotting library for jQuery, version 0.8 alpha.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.navigate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for adding the ability to pan and zoom the plot.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The default behaviour is double click and scrollwheel up/down to zoom in, drag
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.pie.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for rendering pie charts.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes that each series has a single data value, and that each
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.resize.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for automatically redrawing plots as the placeholder resizes.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
It works by listening for changes on the placeholder div (through the jQuery
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.selection.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for selecting regions of a plot.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.stack.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for stacking data sets rather than overlyaing them.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes the data is sorted on x (or y if stacking horizontally).
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.symbol.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin that adds some extra symbols for plotting points.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The symbols are accessed as strings through the standard symbol options:
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.threshold.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Flot plugin for thresholding data.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.time.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Pretty handling of time axes.
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
Set axis.mode to "time" to enable. See the section "Time series data" in
Expand Down

0 comments on commit 1e6c45b

Please sign in to comment.