@ -1,4 +1,4 @@
Copyright (c) 2007-2013 IOLA and Ole Laursen
Copyright (c) 2007-2014 IOLA and Ole Laursen
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@ -166,7 +166,7 @@
</div>
<div id="footer">
Copyright © 2007 - 2013 IOLA and Ole Laursen
Copyright © 2007 - 2014 IOLA and Ole Laursen
</body>
@ -80,7 +80,7 @@
@ -90,7 +90,7 @@
@ -70,7 +70,7 @@
@ -107,7 +107,7 @@
@ -130,7 +130,7 @@
@ -84,7 +84,7 @@
@ -50,7 +50,7 @@
@ -68,7 +68,7 @@
@ -52,7 +52,7 @@
@ -62,7 +62,7 @@
@ -111,7 +111,7 @@
@ -146,7 +146,7 @@
@ -72,7 +72,7 @@
@ -115,7 +115,7 @@
@ -69,7 +69,7 @@
@ -145,7 +145,7 @@
@ -143,7 +143,7 @@
@ -811,7 +811,7 @@
@ -114,7 +114,7 @@
@ -83,7 +83,7 @@
@ -100,7 +100,7 @@
@ -128,7 +128,7 @@
@ -140,7 +140,7 @@
@ -137,7 +137,7 @@
@ -1,6 +1,6 @@
/* Flot plugin for drawing all elements of a plot on the canvas.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
Flot normally produces certain elements, like axis labels and the legend, using
/* Flot plugin for plotting textual data or categories.
Consider a dataset like [["February", 34], ["March", 20], ...]. This plugin
/* Flot plugin for showing crosshairs when the mouse hovers over the plot.
The plugin supports these options:
/* Flot plugin for plotting error bars.
Error bars are used to show standard deviation and other statistical
/* Flot plugin for computing bottoms for filled line and bar charts.
The case: you've got two series that you want to fill the area between. In Flot
/* Flot plugin for plotting images.
The data syntax is [ [ image, x1, y1, x2, y2 ], ... ] where (x1, y1) and
/* Javascript plotting library for jQuery, version 0.8.3-alpha.
*/
/* Flot plugin for adding the ability to pan and zoom the plot.
The default behaviour is double click and scrollwheel up/down to zoom in, drag
/* Flot plugin for rendering pie charts.
The plugin assumes that each series has a single data value, and that each
/* Flot plugin for automatically redrawing plots as the placeholder resizes.
It works by listening for changes on the placeholder div (through the jQuery
/* Flot plugin for selecting regions of a plot.
/* Flot plugin for stacking data sets rather than overlyaing them.
The plugin assumes the data is sorted on x (or y if stacking horizontally).
/* Flot plugin that adds some extra symbols for plotting points.
The symbols are accessed as strings through the standard symbol options:
/* Flot plugin for thresholding data.
/* Pretty handling of time axes.
Set axis.mode to "time" to enable. See the section "Time series data" in