@@ -22,7 +22,7 @@ public class BrandGeoLabelBo implements Serializable {
} else {
this.total = total;
float ratio = (float) total / count;
- this.ratio = ratio + "%";
+ this.ratio = (ratio * 100) + "%";
}