{
  "id": "example-table",
  "nodeType": "VerticalTableNode",
  "columnDimension": {
    "dimensionGroups": [
      {
        "id": "group-1",
        "name": {
          "resolved": "Example Group 1"
        },
        "importance": 2,
        "dimensionElements": [
          {
            "id": "col-1",
            "name": {
              "resolved": "Column 1"
            },
            "importance": 1
          },
          {
            "id": "col-2",
            "name": {
              "resolved": "Column 2"
            },
            "importance": 2
          },
          {
            "id": "col-3",
            "name": {
              "resolved": "Column 3"
            },
            "importance": 2
          }
        ]
      },
      {
        "id": "chart-group-1",
        "name": {
          "resolved": "Example Chart Group 1"
        },
        "importance": 1,
        "groupType": "bars",
        "dimensionElements": [
          {
            "id": "chart-col-1",
            "name": {
              "resolved": "Chart Column 1"
            },
            "importance": 1
          }
        ]
      }
    ]
  },
  "rowDimension": {
    "dimensionGroups": [
      {
        "id": "row-group-1",
        "name": {
          "resolved": "Row group 1"
        },
        "importance": 1,
        "dimensionElements": [
          {
            "id": "row-1",
            "name": {
              "resolved": "Row 1"
            },
            "importance": 2,
            "facts": [
              {
                "val": null,
                "resolved": "n/a",
                "col": "col-1"
              },
              {
                "val": null,
                "resolved": "n/a",
                "col": "col-2"
              },
              {
                "val": 0.04237557708011,
                "resolved": "n/a",
                "col": "col-3"
              },
              {
                "val": 100,
                "resolved": "80",
                "col": "chart-col-1"
              }
            ]
          },
          {
            "id": "row-2",
            "name": {
              "resolved": "Row 2"
            },
            "importance": 2,
            "facts": [
              {
                "val": null,
                "resolved": "n/a",
                "col": "col-1"
              },
              {
                "val": null,
                "resolved": "n/a",
                "col": "col-2"
              },
              {
                "val": 0.0422716025227301,
                "resolved": "4.23%",
                "col": "col-3"
              },
              {
                "val": -15,
                "resolved": "-80",
                "col": "chart-col-1"
              }
            ]
          }
        ]
      },
      {
        "id": "row-group-2",
        "name": {
          "resolved": "Row group 2"
        },
        "importance": 2,
        "dimensionElements": [
          {
            "id": "row-3",
            "name": {
              "resolved": "Row 3"
            },
            "importance": 1,
            "facts": [
              {
                "val": null,
                "resolved": "n/a",
                "col": "col-1"
              },
              {
                "val": null,
                "resolved": "n/a",
                "col": "col-2"
              },
              {
                "val": null,
                "resolved": "n/a",
                "col": "col-3"
              },
              {
                "val": 20,
                "resolved": "20",
                "col": "chart-col-1"
              }
            ]
          }
        ]
      }
    ]
  },
  "mainTitle": {
    "resolved": "Example main title"
  },
  "subTitle": {
    "resolved": "Example subtitle"
  },
  "footer": {
    "resolved": "Example footer"
  },
  "style": "T_Standard"
}