Component({
externalClasses: ['i-class'],
properties: {
percent: {
type: Number,
value: 0
},
// normal || active || wrong || success
status: {
type: String,
value: 'normal'
strokeWidth: {
value: 10
hideInfo: {
type: Boolean,
value: false
}
});