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
ebece729
Commit
ebece729
authored
Oct 05, 2014
by
Michael Zinsmaier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small test version of bower.json
parent
552e3f5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
bower.json
bower.json
+1
-10
curvedLines.js
curvedLines.js
+2
-1
No files found.
bower.json
View file @
ebece729
{
"name"
:
"flot.curvedlines"
,
"version"
:
"0.6.0"
,
"main"
:
"curvedLines.js"
,
"dependencies"
:
[
"flot"
:
"0.8.0"
],
"authors"
:
[
"Michael Zinsmaier"
],
"license"
:
"MIT"
,
"ignore"
:
[
".gitignore"
,
"flot"
,
"tests"
,
".project"
]
"version"
:
"0.6.0"
}
curvedLines.js
View file @
ebece729
...
...
@@ -82,6 +82,7 @@
* This change breakes existing code however CurvedLines are now just many tiny straight lines to flot and therefore all flot lines options (like gradient fill,
* shadow) are now supported out of the box
* v0.6 flot 0.8 compatibility and some bug fixes
* v0.6.0 changed versioning schema
*/
(
function
(
$
)
{
...
...
@@ -309,7 +310,7 @@
init
:
init
,
options
:
options
,
name
:
'curvedLines'
,
version
:
'0.6'
version
:
'0.6
.0
'
});
})(
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