{
    "axis": {
        "horizontal": true,
        "xAxisLabel": "Time",
        "yAxisLabel": "Temperature"
    },
    "dataseries": [
        {
            "label": "Demo Bar Berlin",
            "backgroundColor": "#f1c27b",
            "borderColor": "#dd9e46",
            "styling": {
                "barThickness": 24,
                "borderRadius": 20,
                "borderWidth": 2
            },
            "advanced": {
                "stack": "2"
            },
            "data": [
                {
                    "x": "2023-11-05",
                    "y": -55,
                    "pivot": "Berlin"
                },
                {
                    "x": "2023-11-08",
                    "y": 1,
                    "pivot": "Berlin"
                },
                {
                    "x": "2023-11-10",
                    "y": 9,
                    "pivot": "Berlin"
                }
            ]
        },
        {
            "label": "Demo Bar",
            "backgroundColor": "#ff9b9b",
            "borderColor": "#e15656",
            "styling": {
                "barThickness": 24,
                "borderRadius": 20,
                "borderWidth": 1
            },
            "advanced": {
                "stack": "2"
            },
            "data": [
                {
                    "x": "2023-11-04",
                    "y": -60
                },
                {
                    "x": "2023-11-05",
                    "y": 30
                },
                {
                    "x": "2023-11-06",
                    "y": -6
                },
                {
                    "x": "2023-11-07",
                    "y": 19
                },
                {
                    "x": "2023-11-10",
                    "y": 72
                }
            ]
        }
    ]
}
