Skip to content
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

Is there a way to make larger text size smaller to fit into the circle? #34

Closed
rsaungc opened this issue Aug 18, 2015 · 2 comments
Closed

Comments

@rsaungc
Copy link

rsaungc commented Aug 18, 2015

image

Is there a way to make larger text size smaller to fit into the circle?

I have multiple circles and need to keep circle size the same. But some of the circles have large number and it will overflow (see picture). Would like to find out is there a way to auto adjust the text to fit into the circle or something that need to be done manually.

Thanks for your help.

@petsoukos
Copy link
Contributor

If you use the wrpClass option and add a class name to your text you could then style it with CSS.

From the example wrpClass: 'circles-wrp', you can then add to your CSS .circles-wrp { font-size: 10px; }

@rsaungc
Copy link
Author

rsaungc commented Aug 21, 2015

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants