Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HS-public
flot
Commits
e4a0aa72
Commit
e4a0aa72
authored
Mar 06, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #979 from martinqt/copyright
Update copyright year; resolves #927.
parents
60ed6b29
1e6c45bd
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
16 deletions
+16
-16
LICENSE.txt
LICENSE.txt
+1
-1
jquery.flot.canvas.js
jquery.flot.canvas.js
+1
-1
jquery.flot.categories.js
jquery.flot.categories.js
+1
-1
jquery.flot.crosshair.js
jquery.flot.crosshair.js
+1
-1
jquery.flot.errorbars.js
jquery.flot.errorbars.js
+1
-1
jquery.flot.fillbetween.js
jquery.flot.fillbetween.js
+1
-1
jquery.flot.image.js
jquery.flot.image.js
+1
-1
jquery.flot.js
jquery.flot.js
+1
-1
jquery.flot.navigate.js
jquery.flot.navigate.js
+1
-1
jquery.flot.pie.js
jquery.flot.pie.js
+1
-1
jquery.flot.resize.js
jquery.flot.resize.js
+1
-1
jquery.flot.selection.js
jquery.flot.selection.js
+1
-1
jquery.flot.stack.js
jquery.flot.stack.js
+1
-1
jquery.flot.symbol.js
jquery.flot.symbol.js
+1
-1
jquery.flot.threshold.js
jquery.flot.threshold.js
+1
-1
jquery.flot.time.js
jquery.flot.time.js
+1
-1
No files found.
LICENSE.txt
View file @
e4a0aa72
Copyright (c) 2007-201
2
IOLA and Ole Laursen
Copyright (c) 2007-201
3
IOLA and Ole Laursen
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
...
...
jquery.flot.canvas.js
View file @
e4a0aa72
/* Flot plugin for drawing all elements of a plot on the canvas.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
Flot normally produces certain elements, like axis labels and the legend, using
...
...
jquery.flot.categories.js
View file @
e4a0aa72
/* Flot plugin for plotting textual data or categories.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
Consider a dataset like [["February", 34], ["March", 20], ...]. This plugin
...
...
jquery.flot.crosshair.js
View file @
e4a0aa72
/* Flot plugin for showing crosshairs when the mouse hovers over the plot.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
...
...
jquery.flot.errorbars.js
View file @
e4a0aa72
/* Flot plugin for plotting error bars.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
Error bars are used to show standard deviation and other statistical
...
...
jquery.flot.fillbetween.js
View file @
e4a0aa72
/* Flot plugin for computing bottoms for filled line and bar charts.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
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
...
...
jquery.flot.image.js
View file @
e4a0aa72
/* Flot plugin for plotting images.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The data syntax is [ [ image, x1, y1, x2, y2 ], ... ] where (x1, y1) and
...
...
jquery.flot.js
View file @
e4a0aa72
/* Javascript plotting library for jQuery, version 0.8 alpha.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
*/
...
...
jquery.flot.navigate.js
View file @
e4a0aa72
/* Flot plugin for adding the ability to pan and zoom the plot.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The default behaviour is double click and scrollwheel up/down to zoom in, drag
...
...
jquery.flot.pie.js
View file @
e4a0aa72
/* Flot plugin for rendering pie charts.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes that each series has a single data value, and that each
...
...
jquery.flot.resize.js
View file @
e4a0aa72
/* Flot plugin for automatically redrawing plots as the placeholder resizes.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
It works by listening for changes on the placeholder div (through the jQuery
...
...
jquery.flot.selection.js
View file @
e4a0aa72
/* Flot plugin for selecting regions of a plot.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
...
...
jquery.flot.stack.js
View file @
e4a0aa72
/* Flot plugin for stacking data sets rather than overlyaing them.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes the data is sorted on x (or y if stacking horizontally).
...
...
jquery.flot.symbol.js
View file @
e4a0aa72
/* Flot plugin that adds some extra symbols for plotting points.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The symbols are accessed as strings through the standard symbol options:
...
...
jquery.flot.threshold.js
View file @
e4a0aa72
/* Flot plugin for thresholding data.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
...
...
jquery.flot.time.js
View file @
e4a0aa72
/* Pretty handling of time axes.
Copyright (c) 2007-201
2
IOLA and Ole Laursen.
Copyright (c) 2007-201
3
IOLA and Ole Laursen.
Licensed under the MIT license.
Set axis.mode to "time" to enable. See the section "Time series data" in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment