diff --git a/caravel/data/__init__.py b/caravel/data/__init__.py index d92651e0f55..18e2e957991 100644 --- a/caravel/data/__init__.py +++ b/caravel/data/__init__.py @@ -298,64 +298,78 @@ def load_world_bank_health_n_pop(): if not dash: dash = Dash() js = textwrap.dedent("""\ - [ - { - "size_y": 2, - "size_x": 3, - "col": 1, - "slice_id": "1", - "row": 1 - }, - { - "size_y": 3, - "size_x": 3, - "col": 1, - "slice_id": "2", - "row": 3 - }, - { - "size_y": 8, - "size_x": 3, - "col": 10, - "slice_id": "3", - "row": 1 - }, - { - "size_y": 3, - "size_x": 6, - "col": 1, - "slice_id": "4", - "row": 6 - }, - { - "size_y": 5, - "size_x": 6, - "col": 4, - "slice_id": "5", - "row": 1 - }, - { - "size_y": 4, - "size_x": 6, - "col": 7, - "slice_id": "6", - "row": 9 - }, - { - "size_y": 3, - "size_x": 3, - "col": 7, - "slice_id": "7", - "row": 6 - }, - { - "size_y": 4, - "size_x": 6, - "col": 1, - "slice_id": "8", - "row": 9 - } - ] + [ + { + "size_y": 2, + "size_x": 3, + "col": 10, + "slice_id": "22", + "row": 1 + }, + { + "size_y": 3, + "size_x": 3, + "col": 10, + "slice_id": "23", + "row": 3 + }, + { + "size_y": 8, + "size_x": 3, + "col": 1, + "slice_id": "24", + "row": 1 + }, + { + "size_y": 3, + "size_x": 6, + "col": 4, + "slice_id": "25", + "row": 6 + }, + { + "size_y": 5, + "size_x": 6, + "col": 4, + "slice_id": "26", + "row": 1 + }, + { + "size_y": 4, + "size_x": 6, + "col": 7, + "slice_id": "27", + "row": 9 + }, + { + "size_y": 3, + "size_x": 3, + "col": 10, + "slice_id": "28", + "row": 6 + }, + { + "size_y": 4, + "size_x": 6, + "col": 1, + "slice_id": "29", + "row": 9 + }, + { + "size_y": 4, + "size_x": 5, + "col": 8, + "slice_id": "30", + "row": 13 + }, + { + "size_y": 4, + "size_x": 7, + "col": 1, + "slice_id": "31", + "row": 13 + } + ] """) l = json.loads(js) for i, pos in enumerate(l):