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
89483ad4
Commit
89483ad4
authored
Sep 23, 2012
by
MichaelZinsmaier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ready for merging
parent
3f11c4ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
curvedLines.js
curvedLines.js
+3
-3
No files found.
curvedLines.js
View file @
89483ad4
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
=> 1) with large data sets you may get trouble
=> 1) with large data sets you may get trouble
=> 2) if you want to display the points too, you have to plot them as 2nd data series over the lines
=> 2) if you want to display the points too, you have to plot them as 2nd data series over the lines
This is version 0.
1
of curvedLines so it will probably not work in every case. However
This is version 0.
3
of curvedLines so it will probably not work in every case. However
the basic form of use descirbed next works (:
the basic form of use descirbed next works (:
Feel free to further improve the code
Feel free to further improve the code
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
* v0.1 initial commit
* v0.1 initial commit
* v0.15 negative values should work now (outcommented a negative -> 0 hook hope it does no harm)
* v0.15 negative values should work now (outcommented a negative -> 0 hook hope it does no harm)
* v0.2 added fill option (thanks to monemihir) and multi axis support (thanks to soewono effendi)
* v0.2 added fill option (thanks to monemihir) and multi axis support (thanks to soewono effendi)
*
*
v0.3 improved saddle handling and added basic handling of Dates
*
*
*/
*/
...
@@ -407,7 +407,7 @@
...
@@ -407,7 +407,7 @@
init
:
init
,
init
:
init
,
options
:
options
,
options
:
options
,
name
:
'curvedLines'
,
name
:
'curvedLines'
,
version
:
'0.
2
'
version
:
'0.
3
'
});
});
})(
jQuery
);
})(
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