Skip to content

Commit 7341156

Browse files
author
Guillaume Chau
committed
fix(ui): DonutModule visible threshold
1 parent 5b30b22 commit 7341156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui-addon-webpack/src/components/DonutModule.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
},
119119
120120
visible () {
121-
return this.ratio > .003
121+
return this.ratio > .002
122122
},
123123
124124
hover () {

0 commit comments

Comments
 (0)