{
    "Resources": {
        "pages": {
            "charts": {
                "default": {
                    "style": "boxes",
                    "layout": [
                        [
                            {
                                "type": "google_chart_box",
                                "code": "bookings_by_activity_date",
                                "width": 6,
                                "index": 0,
                                "group": "booking",
                                "name": "Bookings by activity date",
                                "panel_params": {}
                            },
                            {
                                "type": "google_chart_box",
                                "code": "bookings_by_created_date",
                                "width": 6,
                                "index": 1,
                                "group": "booking",
                                "name": "Bookings by created date",
                                "panel_params": {}
                            }
                        ],
                        [
                            {
                                "type": "google_chart_box",
                                "code": "bookings_by_day_of_week",
                                "width": 6,
                                "index": 0,
                                "group": "booking",
                                "name": "Appointments by Day",
                                "panel_params": {}
                            },
                            {
                                "type": "google_chart_box",
                                "code": "bookings_by_service",
                                "width": 6,
                                "index": 1,
                                "group": "booking",
                                "name": "Bookings by Service",
                                "panel_params": {}
                            }
                        ]
                    ]
                },
                "values": "*bbc"
            }
        }
    }
}
