• Resolved spaniole

    (@spaniole)


    Hi

    Is it possible to get percentages with decimals like the “weight/weight difference”?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter spaniole

    (@spaniole)

    Hi

    I solved it by myself, added the following in /pro-features/shortcode-stats.php:
    $percentage = round($percentage, 2) . ‘%’;

    I only needed this in the league table. This topic can be closed

    • This reply was modified 7 years, 10 months ago by spaniole.
    Plugin Author YeKen

    (@aliakro)

    Cheers will add to a future release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Percentages with decimals’ is closed to new replies.