﻿/* 20100912 - ivbolhuis */
Highcharts.theme = {
    //colors: ["#8ad4df", "#808285", "#057b8c", "#4f4f4f", "#4dbfd0", "#686868", "#16a3b8", "#353535"],
    colors: ["#8ad4df", "#9B9DA0", "#dcf3f6", "#686868", "#86c5cd", "#c1c1c1", "#c2e5ea", "#e7e7e7"],
    
    lang: {
        months: ['Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'],
        weekdays: ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag']
    },
    xAxis: {
        labels: {
            style: {
                font: '8pt Arial,Helvetica',
                color: '#636467'
            }
        },
        title: {
            style: {
                font: '8pt Arial,Helvetica',
                color: '#636467'
            }
        },
        maxPadding: 0
    },
    yAxis: {
        lineColor: '#cdcdcd',
        lineWidth: 1,
        tickWidth: 1,
        tickColor: '#cdcdcd',
        labels: {
            style: {
                font: '8pt Arial,Helvetica',
                color: '#636467'
            }
        },
        maxPadding: 0
    },
    legend: {
        itemStyle: {            
            font: '8pt Arial,Helvetica',
                color: '#636467'
        }
    },
    labels: {
        style: {
            font: '8pt Arial,Helvetica',
            color: '#636467'
        }
    }
};
// Apply the theme
var highchartsOptions = Highcharts.setOptions(Highcharts.theme);
