RKPieChart icon indicating copy to clipboard operation
RKPieChart copied to clipboard

How can I change center label text color?

Open poojakaluskar opened this issue 6 years ago • 1 comments

I want to change center label textColor as well as Font size. I can't access the component since it's private.

poojakaluskar avatar Jun 08 '18 21:06 poojakaluskar

You can add a textColor member (have a default color) to the View and make it public. The Font size as the same way.

lampmanyao avatar Jan 04 '19 12:01 lampmanyao