summaryrefslogtreecommitdiff
path: root/static/js/kosten.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/kosten.js')
-rw-r--r--static/js/kosten.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/js/kosten.js b/static/js/kosten.js
index 279f351..627fbdf 100644
--- a/static/js/kosten.js
+++ b/static/js/kosten.js
@@ -47,17 +47,18 @@
backgroundColor: null,
plotBorderWidth: null,
plotShadow: false,
- margin: [0, 0, 0, 0]
+ spacingTop: 0
},
credits: {
enabled: false
},
series: [{
type: 'pie',
- size: '50%',
+ size: '70%',
allowPointSelect: true,
dataLabels: {
- color: x$.css('color')
+ color: x$.css('color'),
+ distance: 20
},
data: (function(){
var ref$, results$ = [];