Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
dd3295da
Commit
dd3295da
authored
Dec 08, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3449 from EricSmekens/patch-1
Cleaned up jquery.flot.events.js
parents
1ebb18ae
58093941
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
public/vendor/flot/jquery.flot.events.js
+1
-3
No files found.
public/vendor/flot/jquery.flot.events.js
View file @
dd3295da
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
height
:
10
height
:
10
};
};
var
_events
=
[],
_types
,
_eventsEnabled
=
false
,
lastRange
;
var
_events
=
[],
_types
,
_eventsEnabled
=
false
;
plot
.
getEvents
=
function
(){
plot
.
getEvents
=
function
(){
return
_events
;
return
_events
;
...
@@ -94,8 +94,6 @@
...
@@ -94,8 +94,6 @@
// check for first run
// check for first run
if
(
_events
.
length
<
1
)
{
if
(
_events
.
length
<
1
)
{
_lastRange
=
xaxis
.
max
-
xaxis
.
min
;
// check for clustering
// check for clustering
if
(
options
.
events
.
clustering
)
{
if
(
options
.
events
.
clustering
)
{
var
ed
=
_clusterEvents
(
options
.
events
.
types
,
options
.
events
.
data
,
xaxis
.
max
-
xaxis
.
min
);
var
ed
=
_clusterEvents
(
options
.
events
.
types
,
options
.
events
.
data
,
xaxis
.
max
-
xaxis
.
min
);
...
...
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