-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
40 lines (40 loc) · 1.26 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"size": "half", // complete,half,incomplete
"lineWidth": 5, // 线宽
"radius": 100, // 圆弧半径
"percent": 80, // 百分比
"process": 0.00, // 起始值
"backgroundCircle": { // 背景圆弧
"show": true, // 是否显示
"color": "#eee" // 圆弧颜色
},
"percentCircle": { // 百分比圆弧
"show": true, // 是否显示
"color": "#f00", // 颜色
"speed": "gradient", // 速度 gradient normal fast
"gradientColorShow": false, // 是否显示梯度颜色
"gradientColor": "rgba(255.0.0,0.1)" // 梯度颜色 暂时不可用
},
"startSmallCircle": { // 起始圆点
"show": true,// 是否显示
"color": "#06a8f3",// 颜色
"radius": 5 // 半径
},
"endSmallCircle": { // 结束圆点
"show": true, // 是否显示
"color": "#00f8bb", // 颜色
"radius": 5 // 半径
},
"gradient": { // 梯度颜色 暂时不可用
"color": "rgba(255,0,0,0.1)",
"size": 4
},
"processText": { // 是否显示文字
"show": true, // 是否显示
"fontSize": 20, // 文字大小
"color": "#ccc", // 文字颜色
"follow": false, // 暂时不可用
"textAlign": "center", // start end left right center
"textBaseline": "alphabetic" // Top Bottom Middle Alphabetic hanging
}
}