var settings = {
width: 90, // the width of bar
height: 20, // the height of bar
percent: 0, // the current percent
backgroundColor: '#555', // the color of the background
barColor: '#d9534f', // the color of the bar
radius: 4, // the radius of the corner
fontSize: 12, // the font size
fontColor: '#fff', // the color of the number
increaseSpeed: 1, // the increase length
animate: true // whether to use animation
};
更多建議: