Skip to content

Commit

Permalink
"添加demo"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-huangjie committed Jul 1, 2019
1 parent a6f11ba commit 285e853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/jie/com/funnel/CustomLabelActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public void drawText(Canvas canvas, Paint mPaintLabel, float labelX, float label
canvas.drawText(funnelData.num+"个", labelX + labelWidth, labelY, mPaintLabel);
}
});
funnelView.setHasLabel(false);
funnelView.setChartData(data);

}
Expand Down

0 comments on commit 285e853

Please sign in to comment.