Commit 81591ee4 authored by David Schnur's avatar David Schnur

Merge pull request #879 from dnschnur/pie-plugin-fixes

Fixed pie plugin 100% slice issues on IE7/8.
parents 2f7cfcb5 eac2d075
...@@ -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
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment