{
    "general": {
        "datasource": "CSV",
        "chartsFolder": "../charts",
        "showPlots": false,
        "rawDataCSV": "workitems.csv",
        "plotLabels": true,
        "history": 90,
        "today": "2025-02-21"
    },
    "dataSources": [
        {
            "name": "csv",
            "fileName": "DemoFile.csv",
            "delimiter": ";",
            "startedDateColumn": "started_date",
            "closedDateColumn": "closed_date",
            "startDateFormat": "%d.%m.%Y",
            "closedDateFormat": "",
            "estimationColumn": "estimation",
            "itemTitleColumn": "id"
        }
    ],
    "forecasts": [
        {
            "name": "Next Release",
            "remainingItems": 25,
            "targetDate": 120,
            "storeMCSResultsDiagram": true
        },
        {
            "name": "Sprint Forecast",
            "targetDate": 14,
            "storeMCSResultsDiagram": false
        }
    ],
    "charts": [
        {
            "type": "cycleTimeScatterPlot",
            "chartName": "CycleTime.png",
            "percentiles": [
                50,
                70,
                85,
                95
            ],
            "percentileColors": [
                "red",
                "orange",
                "lightgreen",
                "darkgreen"
            ]
        },
        {
            "type": "workItemAgeScatterPlot",
            "chartName": "WorkItemAge.png",
            "xAxisLines": [
                10,
                12
            ],
            "xAxisLineColors": [
                "orange",
                "red"
            ]
        },
        {
            "type": "throughputRunChart",
            "unit": "days",
            "chartName": "Throughput.png"
        },
        {
            "type": "workInProcessRunChart",
            "chartName": "WorkInProcess.png"
        },
        {
            "type": "startedVsFinishedChart",
            "chartName": "StartedVsFinished.png",
            "startedColor": "orange",
            "closedColor": "green"
        },
        {
            "type": "estimationVsCycleTime",
            "chartName": "EstimationVsCycleTime.png",
            "estimationUnit": "Story Points"
        },
        {
            "type": "processBehaviourCharts",
            "baselineStart": "2024-01-01",
            "baselineEnd": "2024-01-31",
            "throughputChartName": "Throughput_PBC.png",
            "cycleTimeChartName": "CycleTime_PBC.png",
            "wipChartName": "WorkInProgress_PBC.png",
            "itemAgeChartName": "WorkItemAge_PBC.png"
        }
    ]
}