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
81591ee4
Commit
81591ee4
authored
Nov 25, 2012
by
David Schnur
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #879 from dnschnur/pie-plugin-fixes
Fixed pie plugin 100% slice issues on IE7/8.
parents
2f7cfcb5
eac2d075
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1190 additions
and
1141 deletions
+1190
-1141
pie.html
examples/pie.html
+767
-763
jquery.flot.pie.js
jquery.flot.pie.js
+423
-378
No files found.
examples/pie.html
View file @
81591ee4
...
@@ -28,6 +28,10 @@ $(function () {
...
@@ -28,6 +28,10 @@ $(function () {
{ label: "Series5", data: [[1,80]]},
{ label: "Series5", data: [[1,80]]},
{ label: "Series6", data: [[1,0]]}
{ label: "Series6", data: [[1,0]]}
];
];
var data = [
{ label: "Series A", data: 0.2063},
{ label: "Series B", data: 38888}
];
*/
*/
// Randomly Generated Data
// Randomly Generated Data
...
...
jquery.flot.pie.js
View file @
81591ee4
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