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.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/js/kosten.js b/static/js/kosten.js
index 2fe6846..7d77878 100644
--- a/static/js/kosten.js
+++ b/static/js/kosten.js
@@ -13,6 +13,7 @@
};
setLang = function(){
return Highcharts.setOptions({
+ colors: ['#2f7ed8', '#0d233a', '#8bbc21', '#910000', '#1aadce', '#492970', '#f28f43', '#77a1e5', '#c42525', '#a6c96a'],
lang: {
months: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'],
shortMonths: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
@@ -68,6 +69,11 @@
series: [{
type: 'pie',
size: '70%',
+ states: {
+ hover: {
+ halo: null
+ }
+ },
allowPointSelect: true,
dataLabels: {
color: x$.css('color'),