Skip to content

Commit

Permalink
Pie sector on top of label line
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jan 11, 2016
1 parent 6a4513c commit 24e3d8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chart/pie/PieView.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ define(function (require) {

graphic.Group.call(this);

var sector = new graphic.Sector();
var sector = new graphic.Sector({
z2: 2
});
var polyline = new graphic.Polyline();
var text = new graphic.Text();
this.add(sector);
Expand Down

0 comments on commit 24e3d8d

Please sign in to comment.