-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pie chart not showing title #32
Comments
How to Set Title (Kotlin Code) : |
Please try to remove below line and check;
canvas.drawText(pieHelper.getPercentStr(), x, y, textPaint);
canvas.drawText(pieHelper.getTitle(), x, y + 30, textPaint);
…On Tue, 6 Aug 2019 at 21:20, feifeikuaifeiba ***@***.***> wrote:
What's the point of displaying pie charts without any label information ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#32?email_source=notifications&email_token=ALX4IM4VO7BGR5TYHDTCUWTQDGMTBA5CNFSM4FAH67D2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VS6GQ#issuecomment-518729498>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALX4IM2QLFSPDS7MX3ZHYMTQDGMTBANCNFSM4FAH67DQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's the point of displaying pie charts without any label information ?
The text was updated successfully, but these errors were encountered: