Just ran into an issue with enlarging the font-size and centering the percentage-text.
My standard css-tricks don't work here…
<Circle
progress={currentStateInPercent}
progressColor={strokeColor(currentStateInPercent)}
bgColor='#cccccc'
lineWidth='40'
roundedStroke={true}
showPercentageSymbol={false}
textColor='#bfbfbf'
textStyle={{ 'font-size': '120px' }}
/>
If you want to make this project perfect, then it would be cool to have some easy way to adjust this…
Thanks again for your hard work!
Just ran into an issue with enlarging the font-size and centering the percentage-text.
My standard css-tricks don't work here…
If you want to make this project perfect, then it would be cool to have some easy way to adjust this…
Thanks again for your hard work!