d2/e2etests/testdata/stable/sql_tables/elk/board.exp.json

834 lines
19 KiB
JSON
Raw Normal View History

2022-11-16 14:56:28 +00:00
{
"name": "",
2025-01-29 23:33:58 +00:00
"config": {
"sketch": false,
"themeID": 0,
"darkThemeID": null,
"pad": null,
"center": null,
"layoutEngine": null
},
2023-02-27 22:33:33 +00:00
"isFolderOnly": false,
2022-12-21 07:43:45 +00:00
"fontFamily": "SourceSansPro",
2022-11-16 14:56:28 +00:00
"shapes": [
{
"id": "users",
"type": "sql_table",
"pos": {
2022-12-24 21:34:23 +00:00
"x": 12,
2022-11-30 00:12:23 +00:00
"y": 12
2022-11-16 14:56:28 +00:00
},
2023-06-05 18:33:34 +00:00
"width": 251,
2022-11-16 14:56:28 +00:00
"height": 216,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "N1",
"stroke": "N7",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-11-16 14:56:28 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-16 14:56:28 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-16 14:56:28 +00:00
"fields": null,
"methods": null,
"columns": [
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "id",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 15,
"labelHeight": 26
},
"type": {
"label": "int",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 23,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": [
"primary_key"
],
"reference": ""
2022-11-16 14:56:28 +00:00
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "name",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 47,
"labelHeight": 26
},
"type": {
"label": "string",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 48,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "email",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 47,
"labelHeight": 26
},
"type": {
"label": "string",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 48,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "password",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 80,
"labelHeight": 26
},
"type": {
"label": "string",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 48,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "last_login",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 81,
"labelHeight": 26
},
"type": {
"label": "datetime",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 77,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
}
],
"label": "users",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-11-16 14:56:28 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 56,
"labelHeight": 31,
2022-11-30 19:23:30 +00:00
"zIndex": 0,
2022-12-24 23:56:22 +00:00
"level": 1,
2023-01-27 21:30:44 +00:00
"primaryAccentColor": "B2",
"secondaryAccentColor": "AA2",
"neutralAccentColor": "N2"
2022-11-16 14:56:28 +00:00
},
{
"id": "products",
"type": "sql_table",
"pos": {
2023-10-22 11:44:48 +00:00
"x": 56,
"y": 248
2022-11-16 14:56:28 +00:00
},
2023-10-22 11:44:48 +00:00
"width": 207,
2022-11-16 14:56:28 +00:00
"height": 180,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "N1",
"stroke": "N7",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-11-16 14:56:28 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-16 14:56:28 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-16 14:56:28 +00:00
"fields": null,
"methods": null,
"columns": [
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "id",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 15,
"labelHeight": 26
},
"type": {
"label": "int",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 23,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": [
"primary_key"
],
"reference": ""
2022-11-16 14:56:28 +00:00
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "price",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 42,
"labelHeight": 26
},
"type": {
"label": "decimal",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 67,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "sku",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 29,
"labelHeight": 26
},
"type": {
"label": "string",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 48,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "name",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 47,
"labelHeight": 26
},
"type": {
"label": "string",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 48,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
}
],
"label": "products",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-11-16 14:56:28 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 94,
"labelHeight": 31,
2022-11-30 19:23:30 +00:00
"zIndex": 0,
2022-12-24 23:56:22 +00:00
"level": 1,
2023-01-27 21:30:44 +00:00
"primaryAccentColor": "B2",
"secondaryAccentColor": "AA2",
"neutralAccentColor": "N2"
2022-11-16 14:56:28 +00:00
},
{
"id": "orders",
"type": "sql_table",
"pos": {
2023-10-22 11:44:48 +00:00
"x": 343,
"y": 76
2022-11-16 14:56:28 +00:00
},
2023-10-22 11:44:48 +00:00
"width": 207,
2022-11-16 14:56:28 +00:00
"height": 144,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "N1",
"stroke": "N7",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-11-16 14:56:28 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-16 14:56:28 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-16 14:56:28 +00:00
"fields": null,
"methods": null,
"columns": [
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "id",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 15,
"labelHeight": 26
},
"type": {
"label": "int",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 23,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": [
"primary_key"
],
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "user_id",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 61,
"labelHeight": 26
},
"type": {
"label": "int",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 23,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": [
"foreign_key"
],
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "product_id",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 91,
"labelHeight": 26
},
"type": {
"label": "int",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 23,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": [
"foreign_key"
],
2022-11-16 14:56:28 +00:00
"reference": ""
}
],
"label": "orders",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-11-16 14:56:28 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 69,
"labelHeight": 31,
2022-11-30 19:23:30 +00:00
"zIndex": 0,
2022-12-24 23:56:22 +00:00
"level": 1,
2023-01-27 21:30:44 +00:00
"primaryAccentColor": "B2",
"secondaryAccentColor": "AA2",
"neutralAccentColor": "N2"
2022-11-16 14:56:28 +00:00
},
{
"id": "shipments",
"type": "sql_table",
"pos": {
2023-10-22 11:44:48 +00:00
"x": 620,
"y": 40
2022-11-16 14:56:28 +00:00
},
2023-10-22 11:44:48 +00:00
"width": 287,
2022-11-16 14:56:28 +00:00
"height": 180,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "N1",
"stroke": "N7",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-11-16 14:56:28 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-16 14:56:28 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-16 14:56:28 +00:00
"fields": null,
"methods": null,
"columns": [
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "id",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 15,
"labelHeight": 26
},
"type": {
"label": "int",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 23,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": [
"primary_key"
],
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "order_id",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 71,
"labelHeight": 26
},
"type": {
"label": "int",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 23,
"labelHeight": 26
},
2023-10-22 11:44:48 +00:00
"constraint": [
"foreign_key"
],
"reference": ""
2022-11-16 14:56:28 +00:00
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "tracking_number",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 146,
"labelHeight": 26
},
"type": {
"label": "string",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 48,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
},
{
2022-12-20 01:46:33 +00:00
"name": {
"label": "status",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 51,
"labelHeight": 26
},
"type": {
"label": "string",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 48,
"labelHeight": 26
},
2023-06-03 12:05:18 +00:00
"constraint": null,
2022-11-16 14:56:28 +00:00
"reference": ""
}
],
"label": "shipments",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-11-16 14:56:28 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 111,
"labelHeight": 31,
2022-11-30 19:23:30 +00:00
"zIndex": 0,
2022-12-24 23:56:22 +00:00
"level": 1,
2023-01-27 21:30:44 +00:00
"primaryAccentColor": "B2",
"secondaryAccentColor": "AA2",
"neutralAccentColor": "N2"
2022-11-16 14:56:28 +00:00
}
],
"connections": [
{
2023-10-22 11:44:48 +00:00
"id": "(orders -> users)[0]",
"src": "orders",
"srcArrow": "none",
"dst": "users",
2022-11-16 14:56:28 +00:00
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-16 14:56:28 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-16 14:56:28 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-11-16 14:56:28 +00:00
"route": [
{
2023-10-22 11:44:48 +00:00
"x": 343,
"y": 166
2022-11-16 14:56:28 +00:00
},
{
2023-10-22 11:44:48 +00:00
"x": 303,
"y": 166
2022-11-16 14:56:28 +00:00
},
{
2023-10-22 11:44:48 +00:00
"x": 303,
"y": 66
2022-11-16 14:56:28 +00:00
},
{
2023-10-22 11:44:48 +00:00
"x": 263,
"y": 66
2022-11-16 14:56:28 +00:00
}
],
"animated": false,
"tooltip": "",
2022-11-29 22:22:23 +00:00
"icon": null,
2022-11-30 19:23:30 +00:00
"zIndex": 0
2022-11-16 14:56:28 +00:00
},
{
2023-10-22 11:44:48 +00:00
"id": "(orders -> products)[0]",
"src": "orders",
"srcArrow": "none",
"dst": "products",
2022-11-16 14:56:28 +00:00
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-16 14:56:28 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-16 14:56:28 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-11-16 14:56:28 +00:00
"route": [
{
2023-10-22 11:44:48 +00:00
"x": 343,
"y": 202
},
{
"x": 303,
"y": 202
},
{
"x": 303,
"y": 302
2022-11-16 14:56:28 +00:00
},
{
2023-10-22 11:44:48 +00:00
"x": 263,
"y": 302
2022-11-16 14:56:28 +00:00
}
],
"animated": false,
"tooltip": "",
2022-11-29 22:22:23 +00:00
"icon": null,
2022-11-30 19:23:30 +00:00
"zIndex": 0
2022-11-16 14:56:28 +00:00
},
{
2023-10-22 11:44:48 +00:00
"id": "(shipments -> orders)[0]",
2022-11-16 14:56:28 +00:00
"src": "shipments",
2023-10-22 11:44:48 +00:00
"srcArrow": "none",
2022-11-16 14:56:28 +00:00
"dst": "orders",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-16 14:56:28 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-16 14:56:28 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-11-16 14:56:28 +00:00
"route": [
{
2023-10-22 11:44:48 +00:00
"x": 620,
"y": 130
2022-11-16 14:56:28 +00:00
},
{
2023-10-22 11:44:48 +00:00
"x": 550,
"y": 130
2022-11-16 14:56:28 +00:00
}
],
"animated": false,
"tooltip": "",
2022-11-29 22:22:23 +00:00
"icon": null,
2022-11-30 19:23:30 +00:00
"zIndex": 0
2022-11-16 14:56:28 +00:00
}
2023-02-26 19:41:50 +00:00
],
"root": {
"id": "",
"type": "",
"pos": {
"x": 0,
"y": 0
},
"width": 0,
"height": 0,
"opacity": 0,
"strokeDash": 0,
"strokeWidth": 0,
"borderRadius": 0,
"fill": "N7",
"stroke": "",
2024-12-15 02:54:49 +00:00
"animated": false,
2023-02-26 19:41:50 +00:00
"shadow": false,
"3d": false,
"multiple": false,
"double-border": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"zIndex": 0,
"level": 0
}
2022-11-16 14:56:28 +00:00
}