Is there a way to remove the % or change the unit of measure to something other than %?
Hi @tinyc123,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
span.sh-piechart-percentage-symbol {
font-size: 0;
}
span.sh-piechart-percentage-symbol:after {
content: "+";
display: inline-block;
font-size: 24px;
}
You can change the symbol + to whatever you want to.
Can the size of the pie chart be made smaller? Seems to only be one size even if I add large padding to the sections.
It is generated by SVG tags so we can’t change it without modifying tags.
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.