[O] Make the center empty

This commit is contained in:
Hykilpikonna
2019-11-09 23:08:05 -05:00
parent 04ca753466
commit 551930f47a
+1 -1
View File
@@ -38,7 +38,7 @@ export default class TypePie extends Vue
{
type: 'pie',
avoidLabelOverlap: false,
radius: '60%',
radius: ['40%', '60%'],
center: ['50%', '55%'],
data: this.course.assignmentTypes.map((t, i) => {return {
value: t.weight,