Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Reduce the scale factor for the PieChart example.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 24, 2010
1 parent 10382a5 commit 7e9bc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/piechart.html
Expand Up @@ -20,7 +20,7 @@
);

piechart.hover(
function(slice) { slice.raise(1.5, 200); },
function(slice) { slice.raise(1.2, 200); },
function(slice) { slice.lower(); }
);
});
Expand Down

0 comments on commit 7e9bc84

Please sign in to comment.