pie chart percentage

Home Forums Jevelin Theme pie chart percentage

Home Forums Jevelin Theme pie chart percentage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • tinyc123
    Participant

    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.

    tinyc123
    Participant

    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.

Viewing 6 posts - 1 through 6 (of 6 total)