HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MBoogaard/oosting-horseriding.com/CMS/CMSScripts/CMSModules/CMS.Charts/Funnel.js
cmsdefine(['amcharts.funnel', 'amcharts.cmstheme'], function (chart) {
    'use strict';

    var Module = function(config) {
        chart.makeChart(config.chartDiv, {
            type: "funnel",
            theme: "CMSTheme",
            dataProvider: config.data,
            titleField: "title",
            valueField: "value",
            labelPosition: "right",
            marginRight: 240,
            neckWidth: "40%",
            neckHeight: "0",
            balloonText: "<span class=\"overview-funnel-balloon\">[[title]]:&nbsp;[[value]]<br>[[rateText]]</span>",
            labelText: "[[title]]: [[value]]\n[[rateText]]",
            addClassNames: "true",
            fontSize: 16,
            maxLabelWidth: 400,
            labelTickColor: "#e5e5e5",
            labelTickAlpha: 1,
            outlineThickness: 0,
            balloon: {
                adjustBorderColor: false,
                cornerRadius: 0,
                borderThickness: 0,
            },
    });
    };

    return Module;
});