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
e1cd9760
Commit
e1cd9760
authored
Jan 21, 2014
by
Nick Schonning
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JSCS: Remove multiple line breaks
parent
20d8194b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
jquery.flot.js
jquery.flot.js
+0
-2
jquery.flot.selection.js
jquery.flot.selection.js
+0
-2
jquery.flot.threshold.js
jquery.flot.threshold.js
+0
-1
No files found.
jquery.flot.js
View file @
e1cd9760
...
@@ -811,7 +811,6 @@ Licensed under the MIT license.
...
@@ -811,7 +811,6 @@ Licensed under the MIT license.
draw
();
draw
();
bindEvents
();
bindEvents
();
function
executeHooks
(
hook
,
args
)
{
function
executeHooks
(
hook
,
args
)
{
args
=
[
plot
].
concat
(
args
);
args
=
[
plot
].
concat
(
args
);
for
(
var
i
=
0
;
i
<
hook
.
length
;
++
i
)
{
for
(
var
i
=
0
;
i
<
hook
.
length
;
++
i
)
{
...
@@ -3209,7 +3208,6 @@ Licensed under the MIT license.
...
@@ -3209,7 +3208,6 @@ Licensed under the MIT license.
}
}
}
}
// interactive features
// interactive features
var
highlights
=
[],
var
highlights
=
[],
...
...
jquery.flot.selection.js
View file @
e1cd9760
...
@@ -117,7 +117,6 @@ The plugin allso adds the following methods to the plot object:
...
@@ -117,7 +117,6 @@ The plugin allso adds the following methods to the plot object:
return
;
return
;
}
}
// cancel out any text selections
// cancel out any text selections
document
.
body
.
focus
();
document
.
body
.
focus
();
...
@@ -338,7 +337,6 @@ The plugin allso adds the following methods to the plot object:
...
@@ -338,7 +337,6 @@ The plugin allso adds the following methods to the plot object:
}
}
});
});
plot
.
hooks
.
drawOverlay
.
push
(
function
(
plot
,
ctx
)
{
plot
.
hooks
.
drawOverlay
.
push
(
function
(
plot
,
ctx
)
{
// draw selection
// draw selection
if
(
selection
.
show
&&
selectionIsSane
())
{
if
(
selection
.
show
&&
selectionIsSane
())
{
...
...
jquery.flot.threshold.js
View file @
e1cd9760
...
@@ -136,7 +136,6 @@ You may need to check for this in hover events.
...
@@ -136,7 +136,6 @@ You may need to check for this in hover events.
plot
.
hooks
.
processDatapoints
.
push
(
processThresholds
);
plot
.
hooks
.
processDatapoints
.
push
(
processThresholds
);
function
processThresholdsLegend
(
ctx
,
canvas
,
s
)
{
function
processThresholdsLegend
(
ctx
,
canvas
,
s
)
{
if
(
!
s
.
threshold
)
{
if
(
!
s
.
threshold
)
{
return
;
return
;
...
...
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