Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
CurvedLines
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
CurvedLines
Commits
c28cec2e
Commit
c28cec2e
authored
Aug 19, 2013
by
MichaelZinsmaier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixTests/master'
parents
27ea9749
661d8cf4
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
3074 additions
and
13 deletions
+3074
-13
curvedLines.js
curvedLines.js
+1
-1
jquery.flot.js
flot/jquery.flot.js
+3061
-0
testDate.htm
tests/testDate.htm
+1
-1
testExample.htm
tests/testExample.htm
+1
-1
testExampleFillMultiAxis.htm
tests/testExampleFillMultiAxis.htm
+1
-1
testExampleFit.htm
tests/testExampleFit.htm
+2
-2
testSaddlePoint.htm
tests/testSaddlePoint.htm
+1
-1
testThreshold.htm
tests/testThreshold.htm
+1
-1
testTooltip.htm
tests/testTooltip.htm
+4
-4
testZeroDrop.htm
tests/testZeroDrop.htm
+1
-1
No files found.
curvedLines.js
View file @
c28cec2e
...
...
@@ -114,7 +114,7 @@
if
(
series
.
lines
.
fill
)
{
var
pointsTop
=
calculateCurvePoints
(
datapoints
,
series
.
curvedLines
,
1
)
,
pointsBottom
=
calculateCurvePoints
(
datapoints
,
series
.
curvedLines
,
2
);
//flot makes sur for us that we've got a second y point if fill is true !
,
pointsBottom
=
calculateCurvePoints
(
datapoints
,
series
.
curvedLines
,
2
);
//flot makes sur
e
for us that we've got a second y point if fill is true !
//Merge top and bottom curve
datapoints
.
pointsize
=
3
;
...
...
flot/jquery.flot.js
0 → 100644
View file @
c28cec2e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
tests/testDate.htm
View file @
c28cec2e
...
...
@@ -2,7 +2,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<script
src=
"
http:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"../curvedLines.js"
></script>
...
...
tests/testExample.htm
View file @
c28cec2e
...
...
@@ -2,7 +2,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<script
src=
"
http:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"../curvedLines.js"
></script>
...
...
tests/testExampleFillMultiAxis.htm
View file @
c28cec2e
...
...
@@ -2,7 +2,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<script
src=
"
http:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"../curvedLines.js"
></script>
...
...
tests/testExampleFit.htm
View file @
c28cec2e
...
...
@@ -2,10 +2,10 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<script
src=
"
http:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.js"
></script>
<script
language=
"
JavaS
cript"
type=
"text/javascript"
src=
"../curvedLines.js"
></script>
<script
language=
"
javas
cript"
type=
"text/javascript"
src=
"../curvedLines.js"
></script>
</head>
<body>
<div
id=
"flotFit"
style=
"width: 800;height: 400;"
></div>
...
...
tests/testSaddlePoint.htm
View file @
c28cec2e
...
...
@@ -2,7 +2,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<script
src=
"
http:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"../curvedLines.js"
></script>
...
...
tests/testThreshold.htm
View file @
c28cec2e
...
...
@@ -2,7 +2,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<script
src=
"
http:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.js"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.threshold.js"
></script>
...
...
tests/testTooltip.htm
View file @
c28cec2e
...
...
@@ -2,11 +2,11 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
type=
"text/javascript"
src=
"
jquery-1.5.1
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
jquery-ui-1.8.12.custom
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui
.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"flot/jquery.flot.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"curvedLines.js"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"
../
flot/jquery.flot.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"
../
curvedLines.js"
></script>
</head>
<body>
<div
id=
"placeholder"
style=
"width: 800;height: 400;"
></div>
...
...
tests/testZeroDrop.htm
View file @
c28cec2e
...
...
@@ -2,7 +2,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
/>
<title>
CurvedLines Plugin for flot
</title>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<script
src=
"
http:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
></script>
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../flot/excanvas.min.js"></script><![endif]-->
<script
language=
"javascript"
type=
"text/javascript"
src=
"../flot/jquery.flot.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"../curvedLines.js"
></script>
...
...
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