Browse Source

fix: Pie chart percent prop default value

wonderjar 7 years ago
parent
commit
9ef3ce09d9
1 changed files with 1 additions and 1 deletions
  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,
       style,
       height,
       height,
       forceFit = true,
       forceFit = true,
-      percent = 0,
+      percent,
       color,
       color,
       inner = 0.75,
       inner = 0.75,
       animate = true,
       animate = true,