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
36df8f08
Commit
36df8f08
authored
Apr 04, 2011
by
Ole Laursen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix problem with threshold plugin and bars (based on patch by kaarlenkaski, issue 348)
parent
2d2ca32a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
NEWS.txt
NEWS.txt
+1
-0
jquery.flot.threshold.js
jquery.flot.threshold.js
+3
-1
No files found.
NEWS.txt
View file @
36df8f08
...
...
@@ -6,6 +6,7 @@ Bug fixes
- Fix problem with null values and pie plugin (patch by gcruxifix,
issue 500).
- Fix problem with threshold plugin and bars (based on patch by kaarlenkaski)
Flot 0.7
...
...
jquery.flot.threshold.js
View file @
36df8f08
...
...
@@ -80,6 +80,8 @@ events.
p
.
push
(
x
);
p
.
push
(
y
);
for
(
m
=
2
;
m
<
ps
;
++
m
)
p
.
push
(
origpoints
[
i
+
m
]);
}
datapoints
.
points
=
newpoints
;
...
...
@@ -98,6 +100,6 @@ events.
init
:
init
,
options
:
options
,
name
:
'threshold'
,
version
:
'1.
0
'
version
:
'1.
1
'
});
})(
jQuery
);
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