Explorar el Código

fix: Pie chart percent prop default value

wonderjar hace 7 años
padre
commit
9ef3ce09d9
Se han modificado 1 ficheros con 1 adiciones y 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,