Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marou-Fer committed Dec 14, 2023
1 parent aeec42e commit 0f3da54
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file modified Custom-Widget-Samples/Gauge Grade Chart/Archive.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions Custom-Widget-Samples/Gauge Grade Chart/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,24 @@ var getScriptPromisify = (src) => {
pointer: {
icon: 'path://M12.8,0.7l12,40.1H0.7L12.8,0.7z',
length: '12%',
width: 10,
width: 8,
offsetCenter: [0, '-25%'],
itemStyle: {
color: 'auto'
}
},
axisTick: {
length: 12,
length: 4,
lineStyle: {
color: 'auto',
width: 0.5
width: 1
}
},
splitLine: {
length: 18,
length: 10,
lineStyle: {
color: 'auto',
width: 1
width: 0.5
}
},
axisLabel: {
Expand Down
Binary file removed Widget Add-on Sample/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0f3da54

Please sign in to comment.