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

Font size of Value and/or Symbol #308

Open
richandhandsomeman opened this issue Jan 16, 2018 · 1 comment
Open

Font size of Value and/or Symbol #308

richandhandsomeman opened this issue Jan 16, 2018 · 1 comment

Comments

@richandhandsomeman
Copy link

How to change the font size of value and/or symbol?

@DDDanny
Copy link

DDDanny commented Apr 5, 2018

symbol is called label and
you can yontrol the minimum size via option param:
valueMinFontSize
labelMinFontSize

compare code:

justgage/justgage.js

Lines 165 to 171 in 36a3149

// valueMinFontSize : int
// absolute minimum font size for the value
valueMinFontSize: kvLookup('valueMinFontSize', config, dataset, 16),
// labelMinFontSize
// absolute minimum font size for the label
labelMinFontSize: kvLookup('labelMinFontSize', config, dataset, 10),

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

2 participants