diff --git a/jquery.flot.canvas.js b/jquery.flot.canvas.js index d4cf564..45bd32b 100644 --- a/jquery.flot.canvas.js +++ b/jquery.flot.canvas.js @@ -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 diff --git a/jquery.flot.categories.js b/jquery.flot.categories.js index ec314bf..6e6e8ba 100644 --- a/jquery.flot.categories.js +++ b/jquery.flot.categories.js @@ -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 diff --git a/jquery.flot.crosshair.js b/jquery.flot.crosshair.js index c23bb71..c5df9d9 100644 --- a/jquery.flot.crosshair.js +++ b/jquery.flot.crosshair.js @@ -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: diff --git a/jquery.flot.errorbars.js b/jquery.flot.errorbars.js index 113bff7..7298436 100644 --- a/jquery.flot.errorbars.js +++ b/jquery.flot.errorbars.js @@ -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 diff --git a/jquery.flot.fillbetween.js b/jquery.flot.fillbetween.js index cf17cd7..2854d2d 100644 --- a/jquery.flot.fillbetween.js +++ b/jquery.flot.fillbetween.js @@ -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 diff --git a/jquery.flot.image.js b/jquery.flot.image.js index a681ab3..d2837cf 100644 --- a/jquery.flot.image.js +++ b/jquery.flot.image.js @@ -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 diff --git a/jquery.flot.js b/jquery.flot.js index 661007a..56a0e66 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -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. */ diff --git a/jquery.flot.navigate.js b/jquery.flot.navigate.js index 2f48d64..b5949b4 100644 --- a/jquery.flot.navigate.js +++ b/jquery.flot.navigate.js @@ -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 diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index ebbab38..ebff1a3 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -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 diff --git a/jquery.flot.resize.js b/jquery.flot.resize.js index a2cf93e..6b2c5d4 100644 --- a/jquery.flot.resize.js +++ b/jquery.flot.resize.js @@ -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 diff --git a/jquery.flot.selection.js b/jquery.flot.selection.js index d382619..f8fa668 100755 --- a/jquery.flot.selection.js +++ b/jquery.flot.selection.js @@ -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: diff --git a/jquery.flot.stack.js b/jquery.flot.stack.js index afe3bd6..c01de67 100644 --- a/jquery.flot.stack.js +++ b/jquery.flot.stack.js @@ -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). diff --git a/jquery.flot.symbol.js b/jquery.flot.symbol.js index d3d62fa..cc181ff 100644 --- a/jquery.flot.symbol.js +++ b/jquery.flot.symbol.js @@ -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: diff --git a/jquery.flot.threshold.js b/jquery.flot.threshold.js index 3cc015d..2f6e635 100644 --- a/jquery.flot.threshold.js +++ b/jquery.flot.threshold.js @@ -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: diff --git a/jquery.flot.time.js b/jquery.flot.time.js index 3af0f81..252147b 100644 --- a/jquery.flot.time.js +++ b/jquery.flot.time.js @@ -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