Explorar o código

fix: Pie chart percent prop default value

wonderjar %!s(int64=7) %!d(string=hai) anos
pai
achega
9ef3ce09d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Charts/Pie/index.js

+ 1 - 1
src/components/Charts/Pie/index.js

@@ -127,7 +127,7 @@ class Pie extends Component {
       style,
       height,
       forceFit = true,
-      percent = 0,
+      percent,
       color,
       inner = 0.75,
       animate = true,