File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
animation =" rs 2000 500"
46
46
:loading =" loading"
47
47
:reverse =" true"
48
- :thickness =" 5 "
49
- :empty-thickness =" 50 "
50
- dot =" 50 "
51
- line-mode =" out-over "
48
+ :thickness =" 20 "
49
+ :empty-thickness =" 10 "
50
+ dot =" 10 red "
51
+ line-mode =" in "
52
52
:no-data =" noData"
53
53
:determinate =" determinate"
54
54
>
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const previousCirclesThickness = (options) => {
36
36
37
37
const radiusNormalMode = ( options ) => normalLineModeRadius ( options ) ;
38
38
const radiusInMode = ( options ) =>
39
- emptyRadius ( options ) - half ( options . emptyThickness + half ( options . thickness ) + options . lineMode . offset ) ;
39
+ emptyRadius ( options ) - ( half ( options . emptyThickness ) + half ( options . thickness ) + options . lineMode . offset ) ;
40
40
const radiusOutOverMode = ( options ) => {
41
41
if ( options . emptyThickness <= options . thickness ) {
42
42
return baseRadius ( options ) ;
You can’t perform that action at this time.
0 commit comments