Control Panel
	{
  "data": {
    "nodes": [
      {
        "id": 1,
        "type": "emojii",
        "value": "🐱"
      },
      {
        "id": 2,
        "type": "emojii",
        "value": "🦄"
      },
      {
        "id": 3,
        "type": "emojii",
        "value": "🐐"
      },
      {
        "id": 4,
        "type": "description",
        "value": "GOAT"
      },
      {
        "id": 5,
        "type": "description",
        "value": "Cat"
      },
      {
        "id": 6,
        "type": "description",
        "value": "A very nice Unicorn"
      },
      {
        "id": "absolute1",
        "x": 0,
        "y": 100
      },
      {
        "id": "absolute2",
        "x": 100,
        "y": 100
      }
    ],
    "links": [
      {
        "id": "2-to-6",
        "source": {
          "id": "2"
        },
        "target": {
          "id": "6"
        },
        "opts": {
          "label": {
            "enabled": true,
            "value": "🦄 to A very nice Unicorn"
          }
        }
      }
    ]
  }
}