Plugin Directory

Changeset 2095260


Ignore:
Timestamp:
05/26/2019 11:52:28 AM (7 years ago)
Author:
chartspms
Message:

Circles percentage fixed

Location:
chartsbeds/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chartsbeds/trunk/chartsbeds-plugin-circle.php

    r2095244 r2095260  
    6969                duration: 900,
    7070                text: function(currentValue) {
    71                     return currentValue + '%' + '<span class=\"circleTitle\">' + questions[index] +
     71                    return currentValue.toFixed + '%' + '<span class=\"circleTitle\">' + questions[index] +
    7272                        '</span>';
    7373                }
  • chartsbeds/trunk/styles/style.css

    r2095244 r2095260  
    217217    text-align: center;
    218218    float: left;
    219     margin-left: 1em;
    220     /*margin-top: 40px;*/
     219    margin-left: 40px;
     220    margin-top: 40px;
    221221    margin-bottom: 20px;
    222222}
Note: See TracChangeset for help on using the changeset viewer.