{
    "size": "incomplete", //complete,half,incomplete or todo-percent
    "percent": 50,
    "process": 10,
    "backgroundCircle": {
      "color": "#ccc"
    },
    "percentCircle": {
      "show": true,
      "color": "red",
      "speed": "gradient", //gradient normal fast
      "gradientColorShow": true
    },
    "startSmallCircle": {
      "show": false,
      "radius": 5,
    },
    "endSmallCircle": {
      "show": false,
      "radius": 5
    },
    "processText": {
      "show": true,
      "color": "blue",
      "follow": true
    }
}