Skip to content

Commit

Permalink
Create Progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 18, 2023
1 parent 436ac0a commit 95b604d
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,7 @@ jobs:
width: 200
height: 200
pass-options-as: string
chart-option: '{
"series": [
{
"type": "pie",
"radius": ["75%", "100%"],
"avoidLabelOverlap": false,
"color": ["#D2222D", "#FFBF00", "#238823", "#D0D0D0"],
"hoverAnimation": false,
"label": {
"show": true,
"position": "center",
"fontSize": 120,
"fontWeight": "bold",
"color": "#000",
"formatter": "59%"
},
"itemStyle": {
"borderRadius": 10,
"borderColor": "#fff",
"borderWidth": 3
},
"labelLine": { "normal": { "show": false } },
data: [{ "value": 10, "name": "Red" },
{ "value": 10, "name": "Red" },
{ "value": 10, "name": "Red" },
{ "value": 10, "name": "Red" },
{ "value": 10, "name": "Red" },
{ "value": 9, "name": "Yellow" },
{ "value": 0, "name": "Green" },
{ "value": 1, "name": "NotFilled" },
{ "value": 10, "name": "NotFilled" },
{ "value": 10, "name": "NotFilled" },
{ "value": 10, "name": "NotFilled" },
{ "value": 10, "name": "NotFilled" }]
}
]
};
chart-option: '{"series":[{"type":"pie","radius":["75%","100%"],"avoidLabelOverlap":false,"color":["#D2222D","#FFBF00","#238823","#D0D0D0"],"hoverAnimation":false,"label":{"show":true,"position":"center","fontSize":120,"fontWeight":"bold","color":"#000","formatter":"59%"},"itemStyle":{"borderRadius":10,"borderColor":"#fff","borderWidth":3},"labelLine":{"normal":{"show":false}},data:[{"value":10,"name":"Red"},{"value":10,"name":"Red"},{"value":10,"name":"Red"},{"value":10,"name":"Red"},{"value":10,"name":"Red"},{"value":9,"name":"Yellow"},{"value":0,"name":"Green"},{"value":1,"name":"NotFilled"},{"value":10,"name":"NotFilled"},{"value":10,"name":"NotFilled"},{"value":10,"name":"NotFilled"},{"value":10,"name":"NotFilled"}]}]};'
- name: Commit updated badges
continue-on-error: true
run: |
Expand Down

0 comments on commit 95b604d

Please sign in to comment.