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
e4c035b3
Commit
e4c035b3
authored
Dec 21, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version number to 0.8.3-alpha.
parent
39bc058b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
NEWS.md
NEWS.md
+7
-0
component.json
component.json
+1
-1
flot.jquery.json
flot.jquery.json
+1
-1
jquery.flot.js
jquery.flot.js
+2
-2
package.json
package.json
+1
-1
No files found.
NEWS.md
View file @
e4c035b3
## Flot 0.8.3 ##
### Bug fixes ###
## Flot 0.8.2 ##
## Flot 0.8.2 ##
### Changes ###
### Changes ###
...
...
component.json
View file @
e4c035b3
{
{
"name"
:
"Flot"
,
"name"
:
"Flot"
,
"version"
:
"0.8.
2
"
,
"version"
:
"0.8.
3-alpha
"
,
"main"
:
"jquery.flot.js"
,
"main"
:
"jquery.flot.js"
,
"dependencies"
:
{
"dependencies"
:
{
"jquery"
:
">= 1.2.6"
"jquery"
:
">= 1.2.6"
...
...
flot.jquery.json
View file @
e4c035b3
{
{
"name"
:
"flot"
,
"name"
:
"flot"
,
"version"
:
"0.8.
2
"
,
"version"
:
"0.8.
3-alpha
"
,
"title"
:
"Flot"
,
"title"
:
"Flot"
,
"author"
:
{
"author"
:
{
"name"
:
"Ole Laursen"
,
"name"
:
"Ole Laursen"
,
...
...
jquery.flot.js
View file @
e4c035b3
/* Javascript plotting library for jQuery, version 0.8.
2
.
/* Javascript plotting library for jQuery, version 0.8.
3-alpha
.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
Licensed under the MIT license.
...
@@ -3117,7 +3117,7 @@ Licensed under the MIT license.
...
@@ -3117,7 +3117,7 @@ Licensed under the MIT license.
return
plot
;
return
plot
;
};
};
$
.
plot
.
version
=
"0.8.
2
"
;
$
.
plot
.
version
=
"0.8.
3-alpha
"
;
$
.
plot
.
plugins
=
[];
$
.
plot
.
plugins
=
[];
...
...
package.json
View file @
e4c035b3
{
{
"name"
:
"
Flot
"
,
"name"
:
"
Flot
"
,
"version"
:
"0.8.
2
"
,
"version"
:
"0.8.
3-alpha
"
,
"main"
:
"jquery.flot.js"
,
"main"
:
"jquery.flot.js"
,
"scripts"
:
{
"scripts"
:
{
"test"
:
"make test"
"test"
:
"make test"
...
...
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