@@ -63,7 +63,7 @@ const options = {
animation: true,
title: {
show: true,
- text: props.data + "%",
+ text: (props.data*1).toFixed(2) + "%",
x: "center",
y: "center",
textStyle: {