Fix redraw bug in category report.

This commit is contained in:
James Cole
2016-11-12 12:23:55 +01:00
parent c5d2fabfec
commit 85b3c4683b
3 changed files with 29 additions and 19 deletions

View File

@@ -91,7 +91,9 @@ var defaultPieOptions = {
return data.labels[tooltipItem.index] + ': ' + accounting.formatMoney(value);
}
}
}
},
maintainAspectRatio: true,
responsive: true
};