Fixed Pie chart padding

This commit is contained in:
Djamil Legato
2016-03-04 09:18:32 -08:00
parent 99d894e07e
commit 2e51d79bbf
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export const defaults = {
showLabel: false,
height: 150,
// chartPadding: !isFirefox ? 10 : 25 // workaround for older versions of firefox
chartPadding: 10
chartPadding: 5
},
Bar: {
height: 164,

File diff suppressed because one or more lines are too long