toorshia/justgage

Font size of Value and/or Symbol

Opened this issue · 1 comments

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

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),