{
    "style": "",
    "script": "",
    "title": "",
    "showCarousel": true,
    "carouselAnimation": {
        "showButtons": false
    },
    "body": [
        {
            "type": "ColumnSet",
            "columns": [
                {
                    "type": "Column",
                    "spacing": "small",
                    "items": [
                        {
                            "type": "ColumnSet",
                            "height": "40px",
                            "style": {
                                "border-radius": "6px 6px 0px 0pc",
                                "background-image": "linear-gradient(330deg, #C74B7B 10%, #703971 )",
                                "box-shadow": "1px 1px 2px #a6a4a4"
                            },
                            "columns": [
                                {
                                    "type": "Container",
                                    "style": {},
                                    "items": [
                                        {
                                            "type": "TextBlock",
                                            "id": "",
                                            "class": "",
                                            "text": "Last Week Change Orders",
                                            "horizontalAlignment": "left",
                                            "style": {
                                                "color": "#edeef0",
                                                "font-weight": "500",
                                                "font-size": "12px",
                                                "margin": "15px 0px 15px 10px"
                                            }
                                        }
                                    ]
                                },
                                {
                                    "type": "Image",
                                    "id": "",
                                    "class": "",
                                    "url": "https://www.svgrepo.com/show/419269/avatar-human-person.svg",
                                    "altText": "image descriptions",
                                    "style": {
                                        "margin": "0px 10px",
                                        "width": "20px"
                                    }
                                }
                            ]
                        },
                        {
                            "type": "Container",
                            "style": {
                                "background-color": "#FFFFFF",
                                "margin-bottom": "1px",
                                "border-radius": "0px 0px 6px 6px"
                            },
                            "items": [
                                {
                                    "type": "TextBlock",
                                    "spacing": "small",
                                    "id": "",
                                    "class": "",
                                    "text": "{panel:Metric2a}",
                                    "horizontalAlignment": "center",
                                    "style": {
                                        "color": "#6a6a6b",
                                        "font-weight": "100",
                                        "font-size": "30px"
                                    }
                                },
                                {
                                    "type": "TextBlock",
                                    "spacing": "small",
                                    "id": "",
                                    "class": "",
                                    "text": "3 year trend",
                                    "horizontalAlignment": "center",
                                    "style": {
                                        "color": "#6a6a6b",
                                        "font-size": "12px"
                                    }
                                },
                                {
                                    "spacing": "small",
                                    "type": "TextBlock",
                                    "text": "<span class='blox-sparkline' type='line' line-color='#C74B7B' width='80%' height='30' line-width='1' fill-color='#FFFFFF' point-color:'#277da1'>{spark:Metric2}</span>",
                                    "horizontalAlignment": "center",
                                    "weight": "bold",
                                    "color": "grey",
                                    "style": {
                                        "margin-bottom": "10px"
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}