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
db83cd0c
Commit
db83cd0c
authored
Nov 22, 2012
by
David Schnur
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #877 from dnschnur/jquery-1.8-support
Tested, verified and fixed support for jQuery 1.8.
parents
e4803132
5951dcb0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6498 additions
and
5342 deletions
+6498
-5342
jquery.flot.pie.js
jquery.flot.pie.js
+764
-764
jquery.js
jquery.js
+5734
-4578
No files found.
jquery.flot.pie.js
View file @
db83cd0c
...
...
@@ -191,7 +191,7 @@ More detail and specific examples can be found in the included HTML file.
function
setupPie
()
{
legendWidth
=
target
.
children
().
filter
(
'.legend'
).
children
().
width
()
;
legendWidth
=
target
.
children
().
filter
(
'.legend'
).
children
().
width
()
||
0
;
// calculate maximum radius and center point
maxRadius
=
Math
.
min
(
canvasWidth
,(
canvasHeight
/
options
.
series
.
pie
.
tilt
))
/
2
;
...
...
jquery.js
View file @
db83cd0c
This diff is collapsed.
Click to expand it.
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