Plots


Jump to API response

This endpoint handles manipulation of Plotly plot files.

Reference

Authorization


Any user with or without a Plotly account may view public plots. For private plots, see authentication.

Actions


list

Listing all public plots can be done via a GET request to this endpoint. By default, plots will be listed in order of date created. The order_by query parameter is accepted at this endpoint. Currently, only ordering by views is supported. It is possible to filter the plots by quality with min_quality or max_quality as query parameter.

Example:

// GET https://api.plotly.com/v2/plots/ ---> 200

// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200

// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200

// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200

feed

Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.

Example:

// GET https://api.plotly.com/v2/plots/feed ---> 200

create

You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.

Example:

// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}

// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
    "figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}

// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
    "figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}

When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:

  • source_fid: the fid of a plot that was copied (and presumably edited) to produce this one

detail

There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.

This information can only be reached with a GET to this endpoint.

Example:

// GET https://api.plotly.com/v2/plots/iheartgraphs:90

content

The contents of a plot can be downloaded via the content resource. The plot content contains referenced grid/column data by default. If you wish to return the raw grid/column data, the inline_data=true query must be included in the request url. The Content-Type header will be appropriately set for the response body.

Alternatively, you can set ?map_data=unreadable to append a mapping of sources to data that belongs to grids which are unreadable for the requestor. This is useful when you have read access to another users plot, but that plot contains grid references which you don't have access to.

Examples:

// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK

// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK

// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK

GET /v2/plots?cursor=cD0yMDI0LTA0LTAzKzExJTNBMjklM0EwNC42MDg2OTglMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTAzKzEwJTNBMjclM0EzNC45MTkzOTAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wMysxMSUzQTI4JTNBNTkuMzkwOTU2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-03T11:28:59.390956Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tparis9813/12.embed",
            "fid": "tparis9813:12",
            "filename": "19_03",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/tparis9813/12/9_P7PAXJ9SKFNJ6071Q1H2DWDO0J9SIV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/tparis9813/12/2_QZTWV9BTPVKJA5K3CGQJO5LSIW2LSS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tparis9813/12/8_Q33TI59P30R4JH65VRRVEPCQU0JHN3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tparis9813/12/9_P7PAXJ9SKFNJ6071Q1H2DWDO0J9SIV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tparis9813:12",
                "plots": "https://api.plotly.com/v2/plots/tparis9813:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=tparis9813"
            },
            "owner": "tparis9813",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~tparis9813/12/",
            "world_readable": true,
            "date_modified": "2024-04-03T11:28:59.402Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tparis9813/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "blue: run 3 A",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:11:6930b5",
                        "ysrc": "tparis9813:11:c3f1e1",
                        "zsrc": "tparis9813:11:b3aae3",
                        "marker": {
                            "size": 1,
                            "color": "blue",
                            "opacity": 0.5
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "cyan: run 7 C late",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:11:a599a5",
                        "ysrc": "tparis9813:11:e04f4b",
                        "zsrc": "tparis9813:11:80c4a1",
                        "marker": {
                            "size": 1,
                            "color": "cyan",
                            "opacity": 0.5
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "dimgrey: run 8 C soon",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:11:847f5e",
                        "ysrc": "tparis9813:11:7cad67",
                        "zsrc": "tparis9813:11:933423",
                        "marker": {
                            "size": 1,
                            "color": "dimgrey",
                            "opacity": 0.5
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "Latitude"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "Longitude"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "Altitude"
                            }
                        },
                        "aspectmode": "manual",
                        "aspectratio": {
                            "x": 2,
                            "y": 0.5,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Position du 19/03"
                    },
                    "legend": {
                        "font": {
                            "size": 20
                        }
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tparis9813",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-29 13:31:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tparis9813",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T11:26:35.409187Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~suvenduk/1.embed",
            "fid": "suvenduk:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/suvenduk/1/9_7XG7O83HJIMS36O94I387Z04EDC5O1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/suvenduk/1/2_H6LNP0YVFEH6BE5Q0TP9OFNT7821A6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/suvenduk/1/8_4GXKXX4VY5LRXCYEADDZIEYA2NQBGZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/suvenduk/1/9_7XG7O83HJIMS36O94I387Z04EDC5O1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/suvenduk:1",
                "plots": "https://api.plotly.com/v2/plots/suvenduk:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=suvenduk"
            },
            "owner": "suvenduk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~suvenduk/1/",
            "world_readable": true,
            "date_modified": "2024-04-03T11:26:35.424Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~suvenduk/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "name",
                                "y": "point"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "suvenduk:0:313ae9",
                        "ysrc": "suvenduk:0:43353d",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "name"
                            }
                        },
                        "name": "%{meta.columnNames.x}",
                        "type": "bar",
                        "xsrc": "suvenduk:0:313ae9",
                        "orientation": "h"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "point"
                            }
                        },
                        "name": "%{meta.columnNames.x}",
                        "type": "bar",
                        "xsrc": "suvenduk:0:43353d",
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            5.2894736842105265
                        ],
                        "title": {
                            "text": "A"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "autorange": true
                    },
                    "barmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~suvenduk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-03 11:26:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "suvenduk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T11:26:18.909602Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tparis9813/10.embed",
            "fid": "tparis9813:10",
            "filename": "jkgiguyf",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/tparis9813/10/9_ZEAW663V9C9Z7HV9RER087MX6MFZWS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/tparis9813/10/2_XN4AAYKFXMGSWYZ1Y90T9QQ06B3N7C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tparis9813/10/8_WBI0ZZ8JFHCFQ6BKJYNZOV52RPI0WX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tparis9813/10/9_ZEAW663V9C9Z7HV9RER087MX6MFZWS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tparis9813:10",
                "plots": "https://api.plotly.com/v2/plots/tparis9813:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=tparis9813"
            },
            "owner": "tparis9813",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~tparis9813/10/",
            "world_readable": true,
            "date_modified": "2024-04-03T11:26:18.939Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tparis9813/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Position",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:40b643",
                        "ysrc": "tparis9813:9:b6a23d",
                        "zsrc": "tparis9813:9:399b42",
                        "marker": {
                            "size": 1,
                            "color": "magenta",
                            "opacity": 0.5
                        }
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Force pied droit",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:145b6c",
                        "ysrc": "tparis9813:9:822385",
                        "zsrc": "tparis9813:9:489888"
                    },
                    {
                        "line": {
                            "color": "blue",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Force pied gauche",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:03a509",
                        "ysrc": "tparis9813:9:0771c5",
                        "zsrc": "tparis9813:9:d38485"
                    },
                    {
                        "mode": "markers",
                        "name": "Gates position",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:ba9be5",
                        "ysrc": "tparis9813:9:77fffe",
                        "zsrc": "tparis9813:9:9f7f5d",
                        "marker": {
                            "size": 7,
                            "color": "black",
                            "symbol": "cross"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Left force at gates",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:6ea0db",
                        "ysrc": "tparis9813:9:dd7016",
                        "zsrc": "tparis9813:9:0a8262",
                        "marker": {
                            "size": 6,
                            "color": "turquoise",
                            "symbol": "cross"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Right force at gates",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:347fa6",
                        "ysrc": "tparis9813:9:745a5a",
                        "zsrc": "tparis9813:9:a45806",
                        "marker": {
                            "size": 6,
                            "color": "orange",
                            "symbol": "cross"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Start",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:d149e4",
                        "ysrc": "tparis9813:9:ea19b4",
                        "zsrc": "tparis9813:9:625d46",
                        "marker": {
                            "size": 15,
                            "color": "green",
                            "symbol": "cross"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "End",
                        "type": "scatter3d",
                        "xsrc": "tparis9813:9:3b90cc",
                        "ysrc": "tparis9813:9:0bb79a",
                        "zsrc": "tparis9813:9:c06056",
                        "marker": {
                            "size": 15,
                            "color": "dimgrey",
                            "symbol": "cross"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "Latitude"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "Longitude"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "Altitude & force"
                            }
                        },
                        "aspectmode": "manual",
                        "aspectratio": {
                            "x": 2,
                            "y": 0.5,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Position et force"
                    },
                    "legend": {
                        "font": {
                            "size": 20
                        }
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tparis9813",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-29 13:31:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tparis9813",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T11:14:07.470756Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lviktor/69.embed",
            "fid": "lviktor:69",
            "filename": "Exports   4401 .html",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/lviktor/69/9_VYLEFFG6G4L8LG9CCOJIJEQ6QBKRLN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/lviktor/69/2_D16XWHBLZZ1SRRL6VXP5JLRL7Y1BND.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lviktor/69/8_RKN6AA67242L7LUJ9GD8FCYJTSR5BZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lviktor/69/9_VYLEFFG6G4L8LG9CCOJIJEQ6QBKRLN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lviktor:69",
                "plots": "https://api.plotly.com/v2/plots/lviktor:69",
                "parent": "https://api.plotly.com/v2/folders/home?user=lviktor"
            },
            "owner": "lviktor",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~lviktor/69/",
            "world_readable": true,
            "date_modified": "2024-04-08T07:23:15.495Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lviktor/69/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "choropleth",
                        "zsrc": "lviktor:104:700d03",
                        "geojson": "https://raw.githubusercontent.com/python-visualization/folium/master/examples/data/world-countries.json",
                        "showscale": false,
                        "colorscale": [
                            [
                                0.0,
                                "rgba(228, 26, 28, 0.5)"
                            ],
                            [
                                0.022727272727272728,
                                "rgba(55, 126, 184, 0.5)"
                            ],
                            [
                                0.045454545454545456,
                                "rgba(77, 175, 74, 0.5)"
                            ],
                            [
                                0.06818181818181818,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.09090909090909091,
                                "rgba(152, 78, 163, 0.5)"
                            ],
                            [
                                0.11363636363636363,
                                "rgba(255, 255, 51, 0.5)"
                            ],
                            [
                                0.13636363636363635,
                                "rgba(166, 86, 40, 0.5)"
                            ],
                            [
                                0.1590909090909091,
                                "rgba(247, 129, 191, 0.5)"
                            ],
                            [
                                0.18181818181818182,
                                "rgba(153, 153, 153, 0.5)"
                            ],
                            [
                                0.20454545454545456,
                                "rgba(102, 194, 165, 0.5)"
                            ],
                            [
                                0.22727272727272727,
                                "rgba(140, 86, 75, 0.5)"
                            ],
                            [
                                0.25,
                                "rgba(178, 223, 138, 0.5)"
                            ],
                            [
                                0.2727272727272727,
                                "rgba(251, 154, 153, 0.5)"
                            ],
                            [
                                0.29545454545454547,
                                "rgba(227, 26, 28, 0.5)"
                            ],
                            [
                                0.3181818181818182,
                                "rgba(253, 191, 111, 0.5)"
                            ],
                            [
                                0.3409090909090909,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.36363636363636365,
                                "rgba(202, 178, 214, 0.5)"
                            ],
                            [
                                0.38636363636363635,
                                "rgba(106, 61, 154, 0.5)"
                            ],
                            [
                                0.4090909090909091,
                                "rgba(255, 255, 153, 0.5)"
                            ],
                            [
                                0.4318181818181818,
                                "rgba(177, 89, 40, 0.5)"
                            ],
                            [
                                0.45454545454545453,
                                "rgba(247, 129, 191, 0.5)"
                            ],
                            [
                                0.4772727272727273,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.5,
                                "rgba(166, 206, 227, 0.5)"
                            ],
                            [
                                0.5227272727272727,
                                "rgba(31, 120, 180, 0.5)"
                            ],
                            [
                                0.5454545454545454,
                                "rgba(178, 223, 138, 0.5)"
                            ],
                            [
                                0.5681818181818182,
                                "rgba(51, 160, 44, 0.5)"
                            ],
                            [
                                0.5909090909090909,
                                "rgba(251, 154, 153, 0.5)"
                            ],
                            [
                                0.6136363636363636,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.6363636363636364,
                                "rgba(106, 61, 154, 0.5)"
                            ],
                            [
                                0.6590909090909091,
                                "rgba(128, 26, 28, 0.5)"
                            ],
                            [
                                0.6818181818181818,
                                "rgba(55, 126, 184, 0.5)"
                            ],
                            [
                                0.7045454545454546,
                                "rgba(152, 78, 163, 0.5)"
                            ],
                            [
                                0.7272727272727273,
                                "rgba(247, 129, 191, 0.5)"
                            ],
                            [
                                0.75,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.7727272727272727,
                                "rgba(255, 255, 255, 0.5)"
                            ],
                            [
                                0.7954545454545454,
                                "rgba(253, 191, 111, 0.5)"
                            ],
                            [
                                0.8181818181818182,
                                "rgba(178, 223, 138, 0.5)"
                            ],
                            [
                                0.8409090909090909,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.8636363636363636,
                                "rgba(202, 178, 214, 0.5)"
                            ],
                            [
                                0.8863636363636364,
                                "rgba(102, 194, 165, 0.5)"
                            ],
                            [
                                0.9090909090909091,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.9318181818181818,
                                "rgba(140, 86, 75, 0.5)"
                            ],
                            [
                                0.9545454545454546,
                                "rgba(177, 89, 40, 0.5)"
                            ],
                            [
                                0.9772727272727273,
                                "rgba(106, 61, 154, 0.5)"
                            ],
                            [
                                1.0,
                                "rgba(255, 255, 153, 0.5)"
                            ]
                        ],
                        "locationssrc": "lviktor:104:c75efb"
                    },
                    {
                        "mode": "markers",
                        "name": "PRT Tot.: 728226 Tons",
                        "text": "PRT Tot.: 728226 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:ce092e",
                        "lonsrc": "lviktor:104:23221e",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 7.282260000000001,
                            "color": "rgb(247, 129, 191)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "GBR Tot.: 285294 Tons",
                        "text": "GBR Tot.: 285294 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:a60ffa",
                        "lonsrc": "lviktor:104:a3a998",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 2.8529400000000003,
                            "color": "rgb(106, 61, 154)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "BGR Tot.: 205287 Tons",
                        "text": "BGR Tot.: 205287 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:6777da",
                        "lonsrc": "lviktor:104:f9fa5a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 2.05287,
                            "color": "rgb(166, 86, 40)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "POL Tot.: 746677 Tons",
                        "text": "POL Tot.: 746677 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:99ce41",
                        "lonsrc": "lviktor:104:9c9316",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 7.46677,
                            "color": "rgb(152, 78, 163)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "AUT Tot.: 1372404 Tons",
                        "text": "AUT Tot.: 1372404 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:cee809",
                        "lonsrc": "lviktor:104:43b9f0",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 13.72404,
                            "color": "rgb(77, 175, 74)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "DNK Tot.: 660413 Tons",
                        "text": "DNK Tot.: 660413 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:43f4a0",
                        "lonsrc": "lviktor:104:a49bd6",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 6.6041300000000005,
                            "color": "rgb(140, 86, 75)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "EST Tot.: 3002591 Tons",
                        "text": "EST Tot.: 3002591 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f35464",
                        "lonsrc": "lviktor:104:b2e6e6",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 30.025910000000003,
                            "color": "rgb(178, 223, 138)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "NOR Tot.: 939175 Tons",
                        "text": "NOR Tot.: 939175 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:25d65e",
                        "lonsrc": "lviktor:104:1f3690",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 9.39175,
                            "color": "rgb(55, 126, 184)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "SWE Tot.: 1045314 Tons",
                        "text": "SWE Tot.: 1045314 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:4bb668",
                        "lonsrc": "lviktor:104:d601b9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 10.453140000000001,
                            "color": "rgb(255, 127, 0)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "FRA Tot.: 1701216 Tons",
                        "text": "FRA Tot.: 1701216 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:0bb867",
                        "lonsrc": "lviktor:104:5ab612",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 17.01216,
                            "color": "rgb(227, 26, 28)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "IRL Tot.: 150416 Tons",
                        "text": "IRL Tot.: 150416 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:a40edc",
                        "lonsrc": "lviktor:104:13701a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 1.5041600000000002,
                            "color": "rgb(255, 255, 153)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "BEL Tot.: 1491493 Tons",
                        "text": "BEL Tot.: 1491493 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:e24ce0",
                        "lonsrc": "lviktor:104:30638c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 14.914930000000002,
                            "color": "rgb(152, 78, 163)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "LUX Tot.: 128175 Tons",
                        "text": "LUX Tot.: 128175 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:07fbe5",
                        "lonsrc": "lviktor:104:838ba6",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 1.2817500000000002,
                            "color": "rgb(31, 120, 180)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "BIH Tot.: 543416 Tons",
                        "text": "BIH Tot.: 543416 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:1ad101",
                        "lonsrc": "lviktor:104:9b16b4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 5.43416,
                            "color": "rgb(255, 255, 51)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "UKR Tot.: 1041909 Tons",
                        "text": "UKR Tot.: 1041909 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:11865f",
                        "lonsrc": "lviktor:104:9f2913",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 10.41909,
                            "color": "rgb(177, 89, 40)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "ROU Tot.: 471254 Tons",
                        "text": "ROU Tot.: 471254 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:3d32f0",
                        "lonsrc": "lviktor:104:9b2bc7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4.712540000000001,
                            "color": "rgb(255, 127, 0)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "HRV Tot.: 1268349 Tons",
                        "text": "HRV Tot.: 1268349 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:3e6469",
                        "lonsrc": "lviktor:104:8a097b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 12.68349,
                            "color": "rgb(247, 129, 191)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "CZE Tot.: 1179224 Tons",
                        "text": "CZE Tot.: 1179224 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f2359a",
                        "lonsrc": "lviktor:104:a88f3d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 11.792240000000001,
                            "color": "rgb(102, 194, 165)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "ESP Tot.: 817236 Tons",
                        "text": "ESP Tot.: 817236 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:86aac4",
                        "lonsrc": "lviktor:104:4df999",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 8.172360000000001,
                            "color": "rgb(102, 194, 165)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "SVN Tot.: 1087068 Tons",
                        "text": "SVN Tot.: 1087068 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:0dee3d",
                        "lonsrc": "lviktor:104:91a2a3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 10.87068,
                            "color": "rgb(202, 178, 214)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "LTU Tot.: 1053807 Tons",
                        "text": "LTU Tot.: 1053807 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:023866",
                        "lonsrc": "lviktor:104:fe5915",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 10.538070000000001,
                            "color": "rgb(166, 206, 227)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "DEU Tot.: 3332146 Tons",
                        "text": "DEU Tot.: 3332146 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:345a29",
                        "lonsrc": "lviktor:104:2b80cc",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 33.32146,
                            "color": "rgb(253, 191, 111)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "FIN Tot.: 228862 Tons",
                        "text": "FIN Tot.: 228862 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d71c5a",
                        "lonsrc": "lviktor:104:e1b6b8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 2.2886200000000003,
                            "color": "rgb(251, 154, 153)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "CHE Tot.: 267898 Tons",
                        "text": "CHE Tot.: 267898 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:aa2a8b",
                        "lonsrc": "lviktor:104:26e1f7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 2.67898,
                            "color": "rgb(140, 86, 75)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "NLD Tot.: 840766 Tons",
                        "text": "NLD Tot.: 840766 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:9ad9ab",
                        "lonsrc": "lviktor:104:f3da04",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 8.40766,
                            "color": "rgb(128, 26, 28)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "SVK Tot.: 502800 Tons",
                        "text": "SVK Tot.: 502800 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:8da7b8",
                        "lonsrc": "lviktor:104:47ac30",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 5.0280000000000005,
                            "color": "rgb(255, 127, 0)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "ITA Tot.: 106815 Tons",
                        "text": "ITA Tot.: 106815 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:12a3de",
                        "lonsrc": "lviktor:104:cceb52",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 1.0681500000000002,
                            "color": "rgb(177, 89, 40)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "LVA Tot.: 4569490 Tons",
                        "text": "LVA Tot.: 4569490 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d9af40",
                        "lonsrc": "lviktor:104:5f9b8a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 45.694900000000004,
                            "color": "rgb(247, 129, 191)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 2.48428
                        },
                        "mode": "lines+markers",
                        "name": "PRT to Spain: 248428 Tons",
                        "text": "PRT to Spain: 248428 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:53e09e",
                        "lonsrc": "lviktor:104:380dfa",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 79.49004289093159,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:f4c4b0"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 1.9516600000000002
                        },
                        "mode": "lines+markers",
                        "name": "PRT to United Kingdom: 195166 Tons",
                        "text": "PRT to United Kingdom: 195166 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f3fcb7",
                        "lonsrc": "lviktor:104:2dd01f",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 13.679632106218747,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:32b827"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 1.1414000000000002
                        },
                        "mode": "lines+markers",
                        "name": "PRT to Denmark: 114140 Tons",
                        "text": "PRT to Denmark: 114140 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:cd89a8",
                        "lonsrc": "lviktor:104:2c2c2a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 29.824744389945863,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:3a8df1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.5168200000000001
                        },
                        "mode": "lines+markers",
                        "name": "PRT to France: 51682 Tons",
                        "text": "PRT to France: 51682 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:c704a9",
                        "lonsrc": "lviktor:104:41bc94",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 45.16915195909917,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:9cdf34"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(106, 61, 154)",
                            "width": 0.94954
                        },
                        "mode": "lines+markers",
                        "name": "GBR to Sweden: 94954 Tons",
                        "text": "GBR to Sweden: 94954 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:31b91b",
                        "lonsrc": "lviktor:104:ad7ed1",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 41.38578760290835,
                            "color": "rgb(106, 61, 154)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:1cb2d8"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 86, 40)",
                            "width": 1.59722
                        },
                        "mode": "lines+markers",
                        "name": "BGR to Greece: 159722 Tons",
                        "text": "BGR to Greece: 159722 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:07e57f",
                        "lonsrc": "lviktor:104:57c07a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -146.14986453641026,
                            "color": "rgb(166, 86, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:cf8f93"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 3.23232
                        },
                        "mode": "lines+markers",
                        "name": "POL to Germany: 323232 Tons",
                        "text": "POL to Germany: 323232 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:522d60",
                        "lonsrc": "lviktor:104:25d1a1",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -94.24163714076593,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:eb358e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 1.60786
                        },
                        "mode": "lines+markers",
                        "name": "POL to Italy: 160786 Tons",
                        "text": "POL to Italy: 160786 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:95955d",
                        "lonsrc": "lviktor:104:806db2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -149.41530296142219,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:93b40c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 0.83418
                        },
                        "mode": "lines+markers",
                        "name": "POL to Denmark: 83418 Tons",
                        "text": "POL to Denmark: 83418 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:c2ebe6",
                        "lonsrc": "lviktor:104:7c2203",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -51.78595643377892,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:481b7d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 9.440660000000001
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Italy: 944066 Tons",
                        "text": "AUT to Italy: 944066 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:e145d2",
                        "lonsrc": "lviktor:104:3d93a3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -168.10371644467477,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:d43720"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 1.45113
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Germany: 145113 Tons",
                        "text": "AUT to Germany: 145113 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:a57405",
                        "lonsrc": "lviktor:104:2074fc",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -32.838568384491424,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:5a7696"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 0.9251100000000001
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Czech Republic: 92511 Tons",
                        "text": "AUT to Czech Republic: 92511 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:9e368f",
                        "lonsrc": "lviktor:104:615022",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 20.231308838025228,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:b7f66d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 0.65661
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Slovenia: 65661 Tons",
                        "text": "AUT to Slovenia: 65661 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f76e68",
                        "lonsrc": "lviktor:104:f71f04",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 158.81616270861014,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:943a48"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 0.6146600000000001
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Switzerland: 61466 Tons",
                        "text": "AUT to Switzerland: 61466 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:6b589f",
                        "lonsrc": "lviktor:104:cac921",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -95.65267999411253,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c6d736"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 2.8753800000000003
                        },
                        "mode": "lines+markers",
                        "name": "DNK to Sweden: 287538 Tons",
                        "text": "DNK to Sweden: 287538 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:6aac3e",
                        "lonsrc": "lviktor:104:461db9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 21.10539668854898,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:4dbb1b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 1.7751400000000002
                        },
                        "mode": "lines+markers",
                        "name": "DNK to France: 177514 Tons",
                        "text": "DNK to France: 177514 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:4e8472",
                        "lonsrc": "lviktor:104:be9057",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -150.08759579215143,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:9bd20e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 1.00437
                        },
                        "mode": "lines+markers",
                        "name": "DNK to Germany: 100437 Tons",
                        "text": "DNK to Germany: 100437 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d82c48",
                        "lonsrc": "lviktor:104:c8ee90",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 176.6437063879672,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:b47e12"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 0.51615
                        },
                        "mode": "lines+markers",
                        "name": "DNK to Belgium: 51615 Tons",
                        "text": "DNK to Belgium: 51615 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:98ba4c",
                        "lonsrc": "lviktor:104:5da30e",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -147.10384562050152,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:ad6358"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 19.19472
                        },
                        "mode": "lines+markers",
                        "name": "EST to Denmark: 1919472 Tons",
                        "text": "EST to Denmark: 1919472 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:ff23bf",
                        "lonsrc": "lviktor:104:b29c45",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -101.31652650037142,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:e8e844"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 3.5148900000000003
                        },
                        "mode": "lines+markers",
                        "name": "EST to Finland: 351489 Tons",
                        "text": "EST to Finland: 351489 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:df69db",
                        "lonsrc": "lviktor:104:75f7aa",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 4.578125097358651,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:ec6e0a"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 2.6263500000000004
                        },
                        "mode": "lines+markers",
                        "name": "EST to Sweden: 262635 Tons",
                        "text": "EST to Sweden: 262635 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:712227",
                        "lonsrc": "lviktor:104:03d9c9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -51.260597076873665,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:ab2d8c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 1.6983300000000001
                        },
                        "mode": "lines+markers",
                        "name": "EST to United Kingdom: 169833 Tons",
                        "text": "EST to United Kingdom: 169833 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:10d361",
                        "lonsrc": "lviktor:104:dba6e4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -95.43124506185939,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:523205"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 0.5713600000000001
                        },
                        "mode": "lines+markers",
                        "name": "EST to Italy: 57136 Tons",
                        "text": "EST to Italy: 57136 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:1f5423",
                        "lonsrc": "lviktor:104:6dca8d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -149.00448161507063,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:acdb9c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 0.5615300000000001
                        },
                        "mode": "lines+markers",
                        "name": "EST to Netherlands: 56153 Tons",
                        "text": "EST to Netherlands: 56153 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:dff275",
                        "lonsrc": "lviktor:104:18adfe",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -110.99911477670913,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:b2c4d2"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(55, 126, 184)",
                            "width": 5.48491
                        },
                        "mode": "lines+markers",
                        "name": "NOR to Sweden: 548491 Tons",
                        "text": "NOR to Sweden: 548491 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:714c52",
                        "lonsrc": "lviktor:104:819e77",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 87.79232230767292,
                            "color": "rgb(55, 126, 184)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:dae62b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(55, 126, 184)",
                            "width": 3.4386500000000004
                        },
                        "mode": "lines+markers",
                        "name": "NOR to Denmark: 343865 Tons",
                        "text": "NOR to Denmark: 343865 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:31ded9",
                        "lonsrc": "lviktor:104:6b495f",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -180.0,
                            "color": "rgb(55, 126, 184)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:40497a"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 3.6836900000000004
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Norway: 368369 Tons",
                        "text": "SWE to Norway: 368369 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:186d8d",
                        "lonsrc": "lviktor:104:ea74f0",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -87.7923223076729,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:0d122d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 3.66495
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Denmark: 366495 Tons",
                        "text": "SWE to Denmark: 366495 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:bf1483",
                        "lonsrc": "lviktor:104:2e7d2b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -154.60216823520264,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c21ecb"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.54848
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Finland: 154848 Tons",
                        "text": "SWE to Finland: 154848 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:32bdee",
                        "lonsrc": "lviktor:104:d0bee8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 63.331868009709325,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:2642b8"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 0.81071
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Germany: 81071 Tons",
                        "text": "SWE to Germany: 81071 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:283e69",
                        "lonsrc": "lviktor:104:156498",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -165.04894798231575,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c8dd64"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 7.32136
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Belgium: 732136 Tons",
                        "text": "FRA to Belgium: 732136 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:0ad9c6",
                        "lonsrc": "lviktor:104:8a23ee",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 19.92606228040455,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:af61eb"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 2.1603100000000004
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Switzerland: 216031 Tons",
                        "text": "FRA to Switzerland: 216031 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:3bf779",
                        "lonsrc": "lviktor:104:8ab38b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 74.2242891004629,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:fa0b8b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 1.91996
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Italy: 191996 Tons",
                        "text": "FRA to Italy: 191996 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:1737ac",
                        "lonsrc": "lviktor:104:93a2e4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 108.39600600086538,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:28b71c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 1.8038100000000001
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Germany: 180381 Tons",
                        "text": "FRA to Germany: 180381 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:e27f59",
                        "lonsrc": "lviktor:104:1cebd9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 44.150895851293,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:1ad294"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 1.38192
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Spain: 138192 Tons",
                        "text": "FRA to Spain: 138192 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:ac6ecf",
                        "lonsrc": "lviktor:104:f43acb",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -141.73274007073414,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:25400d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 1.01847
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Luxembourg: 101847 Tons",
                        "text": "FRA to Luxembourg: 101847 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:3bcafc",
                        "lonsrc": "lviktor:104:383723",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 34.446163073234686,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:99fb77"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 0.5439
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Denmark: 54390 Tons",
                        "text": "FRA to Denmark: 54390 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:a32162",
                        "lonsrc": "lviktor:104:02a458",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 23.66751859213275,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:ec3ffa"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 255, 153)",
                            "width": 1.2822
                        },
                        "mode": "lines+markers",
                        "name": "IRL to United Kingdom: 128220 Tons",
                        "text": "IRL to United Kingdom: 128220 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:3938c2",
                        "lonsrc": "lviktor:104:f5b90a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 74.78290329427125,
                            "color": "rgb(255, 255, 153)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:0e1319"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 6.06712
                        },
                        "mode": "lines+markers",
                        "name": "BEL to France: 606712 Tons",
                        "text": "BEL to France: 606712 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:1fa49e",
                        "lonsrc": "lviktor:104:24ae19",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -158.0804610558197,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:94f7f3"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 5.4356800000000005
                        },
                        "mode": "lines+markers",
                        "name": "BEL to Netherlands: 543568 Tons",
                        "text": "BEL to Netherlands: 543568 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:67d7f7",
                        "lonsrc": "lviktor:104:8b8388",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 19.480508609393922,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c570e1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 1.7867700000000002
                        },
                        "mode": "lines+markers",
                        "name": "BEL to Germany: 178677 Tons",
                        "text": "BEL to Germany: 178677 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:612008",
                        "lonsrc": "lviktor:104:61cf2a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 79.5659832094671,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:0d9954"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 0.5203500000000001
                        },
                        "mode": "lines+markers",
                        "name": "BEL to Portugal: 52035 Tons",
                        "text": "BEL to Portugal: 52035 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:ca32ac",
                        "lonsrc": "lviktor:104:a6f62e",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -136.56269298613418,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:35f867"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(31, 120, 180)",
                            "width": 0.87565
                        },
                        "mode": "lines+markers",
                        "name": "LUX to Belgium: 87565 Tons",
                        "text": "LUX to Belgium: 87565 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:675c7a",
                        "lonsrc": "lviktor:104:156619",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -48.0423754604052,
                            "color": "rgb(31, 120, 180)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:412262"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 255, 51)",
                            "width": 2.01199
                        },
                        "mode": "lines+markers",
                        "name": "BIH to Italy: 201199 Tons",
                        "text": "BIH to Italy: 201199 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:cb3e52",
                        "lonsrc": "lviktor:104:ac6f3d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -105.41067901295992,
                            "color": "rgb(255, 255, 51)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:4afdb1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 255, 51)",
                            "width": 0.8627100000000001
                        },
                        "mode": "lines+markers",
                        "name": "BIH to Slovenia: 86271 Tons",
                        "text": "BIH to Slovenia: 86271 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:6e2bf1",
                        "lonsrc": "lviktor:104:cabce1",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -39.369386990766884,
                            "color": "rgb(255, 255, 51)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:6b8cb3"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 255, 51)",
                            "width": 0.6250800000000001
                        },
                        "mode": "lines+markers",
                        "name": "BIH to Germany: 62508 Tons",
                        "text": "BIH to Germany: 62508 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:4a9b90",
                        "lonsrc": "lviktor:104:5987ce",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -31.32035981672803,
                            "color": "rgb(255, 255, 51)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:fc5270"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 255, 51)",
                            "width": 0.57857
                        },
                        "mode": "lines+markers",
                        "name": "BIH to Croatia: 57857 Tons",
                        "text": "BIH to Croatia: 57857 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:67bb01",
                        "lonsrc": "lviktor:104:ec6771",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -55.32343069077541,
                            "color": "rgb(255, 255, 51)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:ebe084"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(177, 89, 40)",
                            "width": 3.54089
                        },
                        "mode": "lines+markers",
                        "name": "UKR to Romania: 354089 Tons",
                        "text": "UKR to Romania: 354089 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d9deb0",
                        "lonsrc": "lviktor:104:38d6b4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -119.77161558765268,
                            "color": "rgb(177, 89, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:d3ad2c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(177, 89, 40)",
                            "width": 1.9144800000000002
                        },
                        "mode": "lines+markers",
                        "name": "UKR to Poland: 191448 Tons",
                        "text": "UKR to Poland: 191448 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f6610e",
                        "lonsrc": "lviktor:104:391cfc",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -63.9789456902991,
                            "color": "rgb(177, 89, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:ae44b1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(177, 89, 40)",
                            "width": 1.6554700000000002
                        },
                        "mode": "lines+markers",
                        "name": "UKR to Germany: 165547 Tons",
                        "text": "UKR to Germany: 165547 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:4af873",
                        "lonsrc": "lviktor:104:014fdd",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -72.8971637190895,
                            "color": "rgb(177, 89, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:9df03b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(177, 89, 40)",
                            "width": 0.58874
                        },
                        "mode": "lines+markers",
                        "name": "UKR to Slovakia: 58874 Tons",
                        "text": "UKR to Slovakia: 58874 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f04dd2",
                        "lonsrc": "lviktor:104:5fb4e3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -87.6940317111864,
                            "color": "rgb(177, 89, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:820a11"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(177, 89, 40)",
                            "width": 0.57559
                        },
                        "mode": "lines+markers",
                        "name": "UKR to Italy: 57559 Tons",
                        "text": "UKR to Italy: 57559 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:6f0012",
                        "lonsrc": "lviktor:104:211b3f",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -107.67917216320673,
                            "color": "rgb(177, 89, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:95aaba"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 2.10859
                        },
                        "mode": "lines+markers",
                        "name": "ROU to Austria: 210859 Tons",
                        "text": "ROU to Austria: 210859 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:098738",
                        "lonsrc": "lviktor:104:e03ccd",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -73.99249783592833,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:cbdff8"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 0.7584900000000001
                        },
                        "mode": "lines+markers",
                        "name": "ROU to Italy: 75849 Tons",
                        "text": "ROU to Italy: 75849 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:880323",
                        "lonsrc": "lviktor:104:628adc",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -105.68244091625905,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:5db85f"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 7.845160000000001
                        },
                        "mode": "lines+markers",
                        "name": "HRV to Italy: 784516 Tons",
                        "text": "HRV to Italy: 784516 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:ae3263",
                        "lonsrc": "lviktor:104:ad7d78",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -142.2477919675032,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:de05f6"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 2.31714
                        },
                        "mode": "lines+markers",
                        "name": "HRV to Slovenia: 231714 Tons",
                        "text": "HRV to Slovenia: 231714 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:dc3362",
                        "lonsrc": "lviktor:104:e4c5f8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -7.674554018338625,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:dd626c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.7379300000000001
                        },
                        "mode": "lines+markers",
                        "name": "HRV to Austria: 73793 Tons",
                        "text": "HRV to Austria: 73793 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:b2324f",
                        "lonsrc": "lviktor:104:8ccbb7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -15.238206360743504,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:4c3950"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.6099
                        },
                        "mode": "lines+markers",
                        "name": "HRV to Hungary: 60990 Tons",
                        "text": "HRV to Hungary: 60990 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:b4d2f2",
                        "lonsrc": "lviktor:104:d90b14",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 53.794611243450845,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:86c365"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 3.8561000000000005
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Austria: 385610 Tons",
                        "text": "CZE to Austria: 385610 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:b89c49",
                        "lonsrc": "lviktor:104:b20640",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -158.80805127609625,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:b4811e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 3.56694
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Germany: 356694 Tons",
                        "text": "CZE to Germany: 356694 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:676b86",
                        "lonsrc": "lviktor:104:5aad4d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -65.19513481819659,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:63bbb4"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 1.74333
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Slovakia: 174333 Tons",
                        "text": "CZE to Slovakia: 174333 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:43eccb",
                        "lonsrc": "lviktor:104:4274d8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 110.9906164366688,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:22901e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 1.5879400000000001
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Italy: 158794 Tons",
                        "text": "CZE to Italy: 158794 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:20cdf2",
                        "lonsrc": "lviktor:104:12ff46",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -164.40451167748526,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:d83c00"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 0.8468700000000001
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Poland: 84687 Tons",
                        "text": "CZE to Poland: 84687 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:b3c38e",
                        "lonsrc": "lviktor:104:b9a994",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 50.85800841183817,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:041d45"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 3.9414700000000003
                        },
                        "mode": "lines+markers",
                        "name": "ESP to France: 394147 Tons",
                        "text": "ESP to France: 394147 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f175a1",
                        "lonsrc": "lviktor:104:5b3713",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 34.16765535979212,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:e2a7eb"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 2.0047800000000002
                        },
                        "mode": "lines+markers",
                        "name": "ESP to Portugal: 200478 Tons",
                        "text": "ESP to Portugal: 200478 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:5215b9",
                        "lonsrc": "lviktor:104:d7e398",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -97.95156255711332,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:f0836c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 0.74519
                        },
                        "mode": "lines+markers",
                        "name": "ESP to Italy: 74519 Tons",
                        "text": "ESP to Italy: 74519 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:00ec2a",
                        "lonsrc": "lviktor:104:c93f0f",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 71.84722029521308,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:63c5c7"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 0.64278
                        },
                        "mode": "lines+markers",
                        "name": "ESP to Sweden: 64278 Tons",
                        "text": "ESP to Sweden: 64278 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:568a1b",
                        "lonsrc": "lviktor:104:b33971",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 21.348562217205455,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:40a057"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(202, 178, 214)",
                            "width": 4.70894
                        },
                        "mode": "lines+markers",
                        "name": "SVN to Italy: 470894 Tons",
                        "text": "SVN to Italy: 470894 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:16f76f",
                        "lonsrc": "lviktor:104:46b3e9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -154.30398294757194,
                            "color": "rgb(202, 178, 214)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c61f71"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(202, 178, 214)",
                            "width": 3.7316300000000004
                        },
                        "mode": "lines+markers",
                        "name": "SVN to Austria: 373163 Tons",
                        "text": "SVN to Austria: 373163 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:5271cc",
                        "lonsrc": "lviktor:104:67e733",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -20.599301015334277,
                            "color": "rgb(202, 178, 214)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:ae0278"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(202, 178, 214)",
                            "width": 1.83227
                        },
                        "mode": "lines+markers",
                        "name": "SVN to Croatia: 183227 Tons",
                        "text": "SVN to Croatia: 183227 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:3c1142",
                        "lonsrc": "lviktor:104:517998",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 172.17926617746946,
                            "color": "rgb(202, 178, 214)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:9ecd83"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 2.64697
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Latvia: 264697 Tons",
                        "text": "LTU to Latvia: 264697 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:a7c743",
                        "lonsrc": "lviktor:104:562463",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 28.479891232062215,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c2ad23"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 2.21801
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Poland: 221801 Tons",
                        "text": "LTU to Poland: 221801 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:0fa6e8",
                        "lonsrc": "lviktor:104:3cf367",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -147.91911427835424,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:4bb51a"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 1.5357600000000002
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Italy: 153576 Tons",
                        "text": "LTU to Italy: 153576 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:69cc3c",
                        "lonsrc": "lviktor:104:03ff67",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -146.708403825454,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:658dbb"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 0.8359200000000001
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Denmark: 83592 Tons",
                        "text": "LTU to Denmark: 83592 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:964af5",
                        "lonsrc": "lviktor:104:e3674a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -84.18771002015842,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:b121de"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 0.67164
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Germany: 67164 Tons",
                        "text": "LTU to Germany: 67164 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:8a7a4a",
                        "lonsrc": "lviktor:104:833748",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -115.41687094109008,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:03f262"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 0.54664
                        },
                        "mode": "lines+markers",
                        "name": "LTU to United Kingdom: 54664 Tons",
                        "text": "LTU to United Kingdom: 54664 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:4ac243",
                        "lonsrc": "lviktor:104:46d609",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -86.79736598602987,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c34974"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 0.5053000000000001
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Belgium: 50530 Tons",
                        "text": "LTU to Belgium: 50530 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:9d9c65",
                        "lonsrc": "lviktor:104:33cca3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -106.8925207167614,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:1267cc"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 6.60939
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Austria: 660939 Tons",
                        "text": "DEU to Austria: 660939 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d394c5",
                        "lonsrc": "lviktor:104:b732a5",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 144.3186194799946,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:a4dc53"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 5.0319
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Belgium: 503190 Tons",
                        "text": "DEU to Belgium: 503190 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:8b68d3",
                        "lonsrc": "lviktor:104:e13112",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -95.94298850401717,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:4ace51"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 3.9211100000000005
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Denmark: 392111 Tons",
                        "text": "DEU to Denmark: 392111 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:c29c13",
                        "lonsrc": "lviktor:104:557159",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -2.992640055408799,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:a61a44"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 3.2403800000000005
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Netherlands: 324038 Tons",
                        "text": "DEU to Netherlands: 324038 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:50eaab",
                        "lonsrc": "lviktor:104:068460",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -63.49656991321723,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:a83b81"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 2.82594
                        },
                        "mode": "lines+markers",
                        "name": "DEU to France: 282594 Tons",
                        "text": "DEU to France: 282594 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:af3dd3",
                        "lonsrc": "lviktor:104:bb63b1",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -129.49974571106284,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:d5302c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 2.7508600000000003
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Switzerland: 275086 Tons",
                        "text": "DEU to Switzerland: 275086 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:b54fbc",
                        "lonsrc": "lviktor:104:d39cbf",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -157.9869614765162,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:340937"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 2.22393
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Italy: 222393 Tons",
                        "text": "DEU to Italy: 222393 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:653626",
                        "lonsrc": "lviktor:104:a2547b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 168.0842001979509,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:7d8f5f"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.6062200000000002
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Czech Republic: 160622 Tons",
                        "text": "DEU to Czech Republic: 160622 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:1c6a0f",
                        "lonsrc": "lviktor:104:046ad4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 110.9293488526323,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:610555"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.33992
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Poland: 133992 Tons",
                        "text": "DEU to Poland: 133992 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:fdfacd",
                        "lonsrc": "lviktor:104:cd146d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 78.27015656162581,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:426015"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.06146
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Luxembourg: 106146 Tons",
                        "text": "DEU to Luxembourg: 106146 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:6aa977",
                        "lonsrc": "lviktor:104:8c17ce",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -114.47776826370222,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:8fc2fe"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 0.6962700000000001
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Sweden: 69627 Tons",
                        "text": "DEU to Sweden: 69627 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d258d7",
                        "lonsrc": "lviktor:104:494f48",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 11.136868815400362,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:5826dc"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 0.67898
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Lithuania: 67898 Tons",
                        "text": "DEU to Lithuania: 67898 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:55c60a",
                        "lonsrc": "lviktor:104:89a06c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 53.65285869615715,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:fd8391"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(251, 154, 153)",
                            "width": 1.8653700000000002
                        },
                        "mode": "lines+markers",
                        "name": "FIN to Sweden: 186537 Tons",
                        "text": "FIN to Sweden: 186537 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:c5133e",
                        "lonsrc": "lviktor:104:084c44",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -106.85937318966296,
                            "color": "rgb(251, 154, 153)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:011091"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 1.20228
                        },
                        "mode": "lines+markers",
                        "name": "CHE to Germany: 120228 Tons",
                        "text": "CHE to Germany: 120228 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:729cef",
                        "lonsrc": "lviktor:104:68f57d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 20.159198444777843,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:dffc77"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 0.70755
                        },
                        "mode": "lines+markers",
                        "name": "CHE to Italy: 70755 Tons",
                        "text": "CHE to Italy: 70755 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:5ecc02",
                        "lonsrc": "lviktor:104:78e97d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 138.8686516129368,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:4c70f9"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(128, 26, 28)",
                            "width": 3.2686100000000002
                        },
                        "mode": "lines+markers",
                        "name": "NLD to Germany: 326861 Tons",
                        "text": "NLD to Germany: 326861 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d168f2",
                        "lonsrc": "lviktor:104:d7e8e5",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 112.80601501357557,
                            "color": "rgb(128, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:77d106"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(128, 26, 28)",
                            "width": 2.62331
                        },
                        "mode": "lines+markers",
                        "name": "NLD to Belgium: 262331 Tons",
                        "text": "NLD to Belgium: 262331 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:802999",
                        "lonsrc": "lviktor:104:6a4cec",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -159.67074541498147,
                            "color": "rgb(128, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:c28a32"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(128, 26, 28)",
                            "width": 0.6509600000000001
                        },
                        "mode": "lines+markers",
                        "name": "NLD to France: 65096 Tons",
                        "text": "NLD to France: 65096 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:0813d6",
                        "lonsrc": "lviktor:104:f35358",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -157.92419329179094,
                            "color": "rgb(128, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:8bc491"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(128, 26, 28)",
                            "width": 0.5133500000000001
                        },
                        "mode": "lines+markers",
                        "name": "NLD to United Kingdom: 51335 Tons",
                        "text": "NLD to United Kingdom: 51335 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:b7f16c",
                        "lonsrc": "lviktor:104:7e9b53",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -68.99369265202876,
                            "color": "rgb(128, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:99b50e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.88504
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Italy: 188504 Tons",
                        "text": "SVK to Italy: 188504 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:e2f5ea",
                        "lonsrc": "lviktor:104:aac51a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -138.10684935296226,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:827c01"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.8074800000000002
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Austria: 180748 Tons",
                        "text": "SVK to Austria: 180748 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:b74fd8",
                        "lonsrc": "lviktor:104:b46761",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -104.36442208670405,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:e411af"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 9.59735
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Denmark: 959735 Tons",
                        "text": "LVA to Denmark: 959735 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:1fbeb9",
                        "lonsrc": "lviktor:104:90ce25",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -90.58285427279594,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:f716dd"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 9.41108
                        },
                        "mode": "lines+markers",
                        "name": "LVA to United Kingdom: 941108 Tons",
                        "text": "LVA to United Kingdom: 941108 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:575d2d",
                        "lonsrc": "lviktor:104:76cd6a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -89.70085023462117,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:7dba2b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 9.3808
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Sweden: 938080 Tons",
                        "text": "LVA to Sweden: 938080 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:c00502",
                        "lonsrc": "lviktor:104:f23999",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -41.195554744371265,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:cddb70"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 5.26353
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Finland: 526353 Tons",
                        "text": "LVA to Finland: 526353 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:6f5efb",
                        "lonsrc": "lviktor:104:f49c82",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 3.5905164490253867,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:74e1dc"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 4.22144
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Lithuania: 422144 Tons",
                        "text": "LVA to Lithuania: 422144 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d5a701",
                        "lonsrc": "lviktor:104:00c0c7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -150.6861847452231,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:e89668"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 1.5948300000000002
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Estonia: 159483 Tons",
                        "text": "LVA to Estonia: 159483 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:f045e2",
                        "lonsrc": "lviktor:104:55fbf5",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 0.2545519030168464,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:497a33"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 1.2531
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Germany: 125310 Tons",
                        "text": "LVA to Germany: 125310 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:c3abc6",
                        "lonsrc": "lviktor:104:2fc954",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -118.29246355183294,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:5402e4"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 1.05804
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Italy: 105804 Tons",
                        "text": "LVA to Italy: 105804 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:57d78a",
                        "lonsrc": "lviktor:104:d29a40",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -146.20661625656945,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:148bf0"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.97128
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Poland: 97128 Tons",
                        "text": "LVA to Poland: 97128 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:69e8fc",
                        "lonsrc": "lviktor:104:dc1bd0",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -147.79477747361466,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:bd631b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.70003
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Norway: 70003 Tons",
                        "text": "LVA to Norway: 70003 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:3f77a9",
                        "lonsrc": "lviktor:104:3fb2fb",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -50.385578719583236,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:5dd3e3"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.66815
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Belgium: 66815 Tons",
                        "text": "LVA to Belgium: 66815 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:d1be38",
                        "lonsrc": "lviktor:104:9df2c7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -109.4054656567425,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:bb8291"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.5029100000000001
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Netherlands: 50291 Tons",
                        "text": "LVA to Netherlands: 50291 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:104:747665",
                        "lonsrc": "lviktor:104:f5c042",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -103.96582471014084,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:104:e9e92d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    }
                ],
                "layout": {
                    "geo": {
                        "center": {
                            "lat": 48,
                            "lon": 10
                        },
                        "lataxis": {
                            "range": [
                                35,
                                60
                            ]
                        },
                        "lonaxis": {
                            "range": [
                                -5,
                                25
                            ]
                        },
                        "showland": true,
                        "landcolor": "rgb(243, 243, 243)",
                        "showocean": true,
                        "oceancolor": "rgb(215, 230, 250)",
                        "projection": {
                            "type": "equirectangular"
                        },
                        "countrycolor": "rgb(204, 204, 204)",
                        "showcountries": true
                    },
                    "title": {
                        "text": "Exports Volume of 4401: for European Countries"
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~lviktor",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-28 14:45:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lviktor",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T10:45:22.469123Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmonteath/1.embed",
            "fid": "jmonteath:1",
            "filename": "Solid Mechanics: Lab 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jmonteath/1/9_OXTXO0FC1IWAKC4TIZ8G2TEN66LU5A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmonteath/1/2_6IOMH3VGBQ6PGVHEAQSFSKK5VHFWUJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmonteath/1/8_H22W5ZG1QCI0KMTS72CCXJY9KVV86O.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmonteath/1/9_OXTXO0FC1IWAKC4TIZ8G2TEN66LU5A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmonteath:1",
                "plots": "https://api.plotly.com/v2/plots/jmonteath:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmonteath"
            },
            "owner": "jmonteath",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jmonteath/1/",
            "world_readable": true,
            "date_modified": "2024-04-03T10:45:22.479Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmonteath/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "A"
                            }
                        },
                        "mode": "lines",
                        "name": "Sample1",
                        "type": "scatter",
                        "xsrc": "jmonteath:0:fff222",
                        "ysrc": "jmonteath:0:f68002"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "Sample2",
                        "type": "scatter",
                        "xsrc": "jmonteath:0:9e0392",
                        "ysrc": "jmonteath:0:6fb45f"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "F",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "Sample3",
                        "type": "scatter",
                        "xsrc": "jmonteath:0:a3641e",
                        "ysrc": "jmonteath:0:505c11"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "H",
                                "y": "G"
                            }
                        },
                        "mode": "lines",
                        "name": "Sample4",
                        "type": "scatter",
                        "xsrc": "jmonteath:0:146be4",
                        "ysrc": "jmonteath:0:01bb49"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "J",
                                "y": "I"
                            }
                        },
                        "mode": "lines",
                        "name": "Sample5",
                        "type": "scatter",
                        "xsrc": "jmonteath:0:0a07bd",
                        "ysrc": "jmonteath:0:6e5c6e",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Stress-Strain - Wood Samples 1-5"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            0.018802
                        ],
                        "title": {
                            "text": "Strain"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.00034345157777777776,
                            0.008350707977777778
                        ],
                        "title": {
                            "text": "Stress"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmonteath",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-03 10:44:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmonteath",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T10:44:33.937679Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~donalexs12/10.embed",
            "fid": "donalexs12:10",
            "filename": "Plot 10",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/donalexs12/10/9_L7387F549TBNNLK1RNX76NJI8PIHCD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/donalexs12/10/2_MSDYBLFJBWVNUPG3CN3TSCXGNFOY2L.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/donalexs12/10/8_I7FG0EKX2JQ1KH0HBVPRSV3IMU707F.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/donalexs12/10/9_L7387F549TBNNLK1RNX76NJI8PIHCD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/donalexs12:10",
                "plots": "https://api.plotly.com/v2/plots/donalexs12:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=donalexs12"
            },
            "owner": "donalexs12",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~donalexs12/10/",
            "world_readable": true,
            "date_modified": "2024-04-03T10:44:33.951Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~donalexs12/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Step",
                                "y": "Infidelity"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "donalexs12:7:8ef1e1",
                        "ysrc": "donalexs12:7:e27a45"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            160
                        ],
                        "title": {
                            "text": "Training step"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "log",
                        "range": [
                            -3.0975265969028287,
                            -0.3050023652352285
                        ],
                        "title": {
                            "text": "1-F"
                        },
                        "tickmode": "linear",
                        "autorange": true,
                        "automargin": true,
                        "showticklabels": true,
                        "separatethousands": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~donalexs12",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-26 15:56:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "donalexs12",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T10:43:19.033320Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kubix448/57.embed",
            "fid": "kubix448:57",
            "filename": "DataSizeLine",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kubix448/57/9_B68XQ80HEQOO4LQCFQDWPIBBAQU4T7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kubix448/57/2_FJMLFIFS9XCUP4L2H67C9KH9F4D2L2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kubix448/57/8_M8NXWY3L4PT7ZOSIIHT7LC6MAAXFGH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kubix448/57/9_B68XQ80HEQOO4LQCFQDWPIBBAQU4T7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kubix448:57",
                "plots": "https://api.plotly.com/v2/plots/kubix448:57",
                "parent": "https://api.plotly.com/v2/folders/home?user=kubix448"
            },
            "owner": "kubix448",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kubix448/57/",
            "world_readable": true,
            "date_modified": "2024-04-05T16:43:13.130Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kubix448/57/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "SSA",
                        "type": "scatter",
                        "xsrc": "kubix448:43:b13611",
                        "ysrc": "kubix448:43:42bc1b",
                        "boxpoints": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "B"
                                    }
                                },
                                "type": "filter",
                                "value": "75",
                                "enabled": true,
                                "operation": ">",
                                "targetsrc": "kubix448:43:b13611"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "B"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "kubix448:43:b13611",
                                "aggregations": [
                                    null,
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "line": {
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "G"
                            }
                        },
                        "mode": "lines",
                        "name": "Holt-Winters",
                        "type": "scatter",
                        "xsrc": "kubix448:43:b13611",
                        "ysrc": "kubix448:43:5e03f3",
                        "boxpoints": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "B"
                                    }
                                },
                                "type": "filter",
                                "value": "75",
                                "enabled": true,
                                "operation": ">",
                                "targetsrc": "kubix448:43:b13611"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "B"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "kubix448:43:b13611",
                                "aggregations": [
                                    null,
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "line": {
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "Lineární Regrese",
                        "type": "scatter",
                        "xsrc": "kubix448:43:b13611",
                        "ysrc": "kubix448:43:87278c",
                        "boxpoints": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "B"
                                    }
                                },
                                "type": "filter",
                                "value": "100",
                                "operation": ">=",
                                "targetsrc": "kubix448:43:b13611"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "B"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "kubix448:43:b13611",
                                "aggregations": [
                                    null,
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "line": {
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "I"
                            }
                        },
                        "mode": "lines",
                        "name": "ARIMA",
                        "type": "box",
                        "xsrc": "kubix448:43:b13611",
                        "ysrc": "kubix448:43:b78013",
                        "opacity": 0,
                        "boxpoints": false,
                        "showlegend": false,
                        "stackgroup": null,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "B"
                                    }
                                },
                                "type": "filter",
                                "value": "75",
                                "enabled": true,
                                "operation": ">",
                                "targetsrc": "kubix448:43:b13611"
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 36
                        },
                        "text": "Rozsahy 100-600 dnů"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            99.5,
                            600
                        ],
                        "title": {
                            "font": {
                                "size": 36
                            },
                            "text": "Velikost vstupních dat (Dny s hodinovou frekvencí)"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 28
                        },
                        "autorange": true,
                        "gridcolor": "rgb(179, 188, 199)",
                        "linecolor": "rgb(179, 188, 199)",
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            50,
                            90
                        ],
                        "title": {
                            "font": {
                                "size": 36
                            },
                            "text": "Naměřená chyba MAPE (%)"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 28
                        },
                        "autorange": false,
                        "gridcolor": "rgb(179, 188, 199)",
                        "linecolor": "rgb(179, 188, 199)",
                        "showspikes": false
                    },
                    "legend": {
                        "font": {
                            "size": 28
                        }
                    },
                    "boxmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kubix448",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-02 14:31:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kubix448",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T10:39:50.413769Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kubix448/56.embed",
            "fid": "kubix448:56",
            "filename": "PredLengthGlobalLine",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kubix448/56/9_WFRVTZTHPLLOLGT0B1RVMQ265YPL2O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kubix448/56/2_69GTM227R0ZX191WFBWXGM5FHK65D9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kubix448/56/8_791JTR902PN85XKBBBZ3AQMRMW2RIL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kubix448/56/9_WFRVTZTHPLLOLGT0B1RVMQ265YPL2O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kubix448:56",
                "plots": "https://api.plotly.com/v2/plots/kubix448:56",
                "parent": "https://api.plotly.com/v2/folders/home?user=kubix448"
            },
            "owner": "kubix448",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kubix448/56/",
            "world_readable": true,
            "date_modified": "2024-04-03T15:25:53.154Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kubix448/56/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "SSA",
                        "type": "scatter",
                        "xsrc": "kubix448:53:0b3752",
                        "ysrc": "kubix448:53:7a773a",
                        "boxpoints": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "B"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Hodnota",
                                    "2 Hodnoty",
                                    "3 Hodnoty"
                                ],
                                "operation": "}{",
                                "targetsrc": "kubix448:53:0b3752"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "B"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "kubix448:53:0b3752",
                                "aggregations": [
                                    null,
                                    {
                                        "func": "avg",
                                        "target": "x",
                                        "enabled": true
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "line": {
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "name": "ARIMA",
                        "type": "scatter",
                        "xsrc": "kubix448:53:0b3752",
                        "ysrc": "kubix448:53:b9964a",
                        "boxpoints": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "B"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Hodnota",
                                    "2 Hodnoty",
                                    "3 Hodnoty"
                                ],
                                "operation": "}{",
                                "targetsrc": "kubix448:53:0b3752"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "B"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "kubix448:53:0b3752",
                                "aggregations": [
                                    null,
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "line": {
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "G"
                            }
                        },
                        "mode": "lines",
                        "name": "Holt-Winters",
                        "type": "scatter",
                        "xsrc": "kubix448:53:0b3752",
                        "ysrc": "kubix448:53:7e7cda",
                        "boxpoints": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "B"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Hodnota",
                                    "2 Hodnoty",
                                    "3 Hodnoty"
                                ],
                                "operation": "}{",
                                "targetsrc": "kubix448:53:0b3752"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "B"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "kubix448:53:0b3752",
                                "aggregations": [
                                    null,
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 36
                        },
                        "text": "Vliv délky predikce"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            1,
                            3
                        ],
                        "title": {
                            "font": {
                                "size": 36
                            },
                            "text": "Délka predikce"
                        },
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 28
                        },
                        "autorange": false,
                        "gridcolor": "rgb(179, 188, 199)",
                        "linecolor": "rgb(179, 188, 199)"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            55.376222222222225,
                            97.33177777777777
                        ],
                        "title": {
                            "font": {
                                "size": 36
                            },
                            "text": "Naměřená chyba MAPE (%)"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 28
                        },
                        "autorange": true,
                        "gridcolor": "rgb(179, 188, 199)",
                        "linecolor": "rgb(179, 188, 199)"
                    },
                    "legend": {
                        "font": {
                            "size": 28
                        }
                    },
                    "boxmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kubix448",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-02 14:31:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kubix448",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T10:28:22.506856Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rml25/3.embed",
            "fid": "rml25:3",
            "filename": "CNX Trial Panel Plot All",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rml25/3/9_RLURWTYICPGYB4ZQBW1TH7FACO7OMY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rml25/3/2_UAZVN7LPM27QS8FX28HEVA5CB72ZB7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rml25/3/8_6X9M4N6EAJ21FGTVE99SDLQGZ9YBMK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rml25/3/9_RLURWTYICPGYB4ZQBW1TH7FACO7OMY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rml25:3",
                "plots": "https://api.plotly.com/v2/plots/rml25:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=rml25"
            },
            "owner": "rml25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~rml25/3/",
            "world_readable": true,
            "date_modified": "2024-04-03T11:33:09.856Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rml25/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "z": "A - B - C - D - E - F - G"
                            }
                        },
                        "mode": "markers",
                        "name": "Trial Panel 1",
                        "type": "contour",
                        "zsrc": "rml25:2:e7782c,9545bb,68f5f5,57e322,b79923,36c283,7348aa",
                        "zauto": true,
                        "contours": {
                            "end": 400,
                            "size": 10,
                            "start": 120
                        },
                        "colorscale": [
                            [
                                0,
                                "#9e0142"
                            ],
                            [
                                0.1,
                                "#d53e4f"
                            ],
                            [
                                0.2,
                                "#f46d43"
                            ],
                            [
                                0.3,
                                "#fdae61"
                            ],
                            [
                                0.4,
                                "#fee08b"
                            ],
                            [
                                0.5,
                                "#ffffbf"
                            ],
                            [
                                0.6,
                                "#e6f598"
                            ],
                            [
                                0.7,
                                "#abdda4"
                            ],
                            [
                                0.8,
                                "#66c2a5"
                            ],
                            [
                                0.9,
                                "#3288bd"
                            ],
                            [
                                1,
                                "#5e4fa2"
                            ]
                        ],
                        "autocontour": false,
                        "reversescale": true,
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Trial Panel 3"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            3
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rml25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-03 09:59:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rml25",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-03T10:27:34.919390Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lviktor/66.embed",
            "fid": "lviktor:66",
            "filename": "Exports   4403 .html",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/lviktor/66/9_CVK6YMRBPJGH53MK2FGXNU51PP6H7A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/lviktor/66/2_ZQ4B5379FEBA371Y7WXTGT3BV1P5AP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lviktor/66/8_SP2PNAHKW4X75R6PHSV0L8887BREIC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lviktor/66/9_CVK6YMRBPJGH53MK2FGXNU51PP6H7A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lviktor:66",
                "plots": "https://api.plotly.com/v2/plots/lviktor:66",
                "parent": "https://api.plotly.com/v2/folders/home?user=lviktor"
            },
            "owner": "lviktor",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~lviktor/66/",
            "world_readable": true,
            "date_modified": "2024-04-08T07:42:18.834Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lviktor/66/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "choropleth",
                        "zsrc": "lviktor:108:bff0db",
                        "geojson": "https://raw.githubusercontent.com/python-visualization/folium/master/examples/data/world-countries.json",
                        "showscale": false,
                        "colorscale": [
                            [
                                0.0,
                                "rgba(228, 26, 28, 0.5)"
                            ],
                            [
                                0.022727272727272728,
                                "rgba(55, 126, 184, 0.5)"
                            ],
                            [
                                0.045454545454545456,
                                "rgba(77, 175, 74, 0.5)"
                            ],
                            [
                                0.06818181818181818,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.09090909090909091,
                                "rgba(152, 78, 163, 0.5)"
                            ],
                            [
                                0.11363636363636363,
                                "rgba(255, 255, 51, 0.5)"
                            ],
                            [
                                0.13636363636363635,
                                "rgba(166, 86, 40, 0.5)"
                            ],
                            [
                                0.1590909090909091,
                                "rgba(247, 129, 191, 0.5)"
                            ],
                            [
                                0.18181818181818182,
                                "rgba(153, 153, 153, 0.5)"
                            ],
                            [
                                0.20454545454545456,
                                "rgba(102, 194, 165, 0.5)"
                            ],
                            [
                                0.22727272727272727,
                                "rgba(140, 86, 75, 0.5)"
                            ],
                            [
                                0.25,
                                "rgba(178, 223, 138, 0.5)"
                            ],
                            [
                                0.2727272727272727,
                                "rgba(251, 154, 153, 0.5)"
                            ],
                            [
                                0.29545454545454547,
                                "rgba(227, 26, 28, 0.5)"
                            ],
                            [
                                0.3181818181818182,
                                "rgba(253, 191, 111, 0.5)"
                            ],
                            [
                                0.3409090909090909,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.36363636363636365,
                                "rgba(202, 178, 214, 0.5)"
                            ],
                            [
                                0.38636363636363635,
                                "rgba(106, 61, 154, 0.5)"
                            ],
                            [
                                0.4090909090909091,
                                "rgba(255, 255, 153, 0.5)"
                            ],
                            [
                                0.4318181818181818,
                                "rgba(177, 89, 40, 0.5)"
                            ],
                            [
                                0.45454545454545453,
                                "rgba(247, 129, 191, 0.5)"
                            ],
                            [
                                0.4772727272727273,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.5,
                                "rgba(166, 206, 227, 0.5)"
                            ],
                            [
                                0.5227272727272727,
                                "rgba(31, 120, 180, 0.5)"
                            ],
                            [
                                0.5454545454545454,
                                "rgba(178, 223, 138, 0.5)"
                            ],
                            [
                                0.5681818181818182,
                                "rgba(51, 160, 44, 0.5)"
                            ],
                            [
                                0.5909090909090909,
                                "rgba(251, 154, 153, 0.5)"
                            ],
                            [
                                0.6136363636363636,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.6363636363636364,
                                "rgba(106, 61, 154, 0.5)"
                            ],
                            [
                                0.6590909090909091,
                                "rgba(128, 26, 28, 0.5)"
                            ],
                            [
                                0.6818181818181818,
                                "rgba(55, 126, 184, 0.5)"
                            ],
                            [
                                0.7045454545454546,
                                "rgba(152, 78, 163, 0.5)"
                            ],
                            [
                                0.7272727272727273,
                                "rgba(247, 129, 191, 0.5)"
                            ],
                            [
                                0.75,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.7727272727272727,
                                "rgba(255, 255, 255, 0.5)"
                            ],
                            [
                                0.7954545454545454,
                                "rgba(253, 191, 111, 0.5)"
                            ],
                            [
                                0.8181818181818182,
                                "rgba(178, 223, 138, 0.5)"
                            ],
                            [
                                0.8409090909090909,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.8636363636363636,
                                "rgba(202, 178, 214, 0.5)"
                            ],
                            [
                                0.8863636363636364,
                                "rgba(102, 194, 165, 0.5)"
                            ],
                            [
                                0.9090909090909091,
                                "rgba(255, 127, 0, 0.5)"
                            ],
                            [
                                0.9318181818181818,
                                "rgba(140, 86, 75, 0.5)"
                            ],
                            [
                                0.9545454545454546,
                                "rgba(177, 89, 40, 0.5)"
                            ],
                            [
                                0.9772727272727273,
                                "rgba(106, 61, 154, 0.5)"
                            ],
                            [
                                1.0,
                                "rgba(255, 255, 153, 0.5)"
                            ]
                        ],
                        "locationssrc": "lviktor:108:6f1ee8"
                    },
                    {
                        "mode": "markers",
                        "name": "FIN Tot.: 1482956 Tons",
                        "text": "FIN Tot.: 1482956 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:65f099",
                        "lonsrc": "lviktor:108:211ae1",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 14.82956,
                            "color": "rgb(251, 154, 153)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "LTU Tot.: 1109927 Tons",
                        "text": "LTU Tot.: 1109927 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:4658ab",
                        "lonsrc": "lviktor:108:a03188",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 11.09927,
                            "color": "rgb(166, 206, 227)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "SVN Tot.: 1073259 Tons",
                        "text": "SVN Tot.: 1073259 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:14c1aa",
                        "lonsrc": "lviktor:108:25dc31",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 10.73259,
                            "color": "rgb(202, 178, 214)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "DEU Tot.: 7760799 Tons",
                        "text": "DEU Tot.: 7760799 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:92932a",
                        "lonsrc": "lviktor:108:98d699",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 77.60799,
                            "color": "rgb(253, 191, 111)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "CHE Tot.: 486836 Tons",
                        "text": "CHE Tot.: 486836 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:b1bc22",
                        "lonsrc": "lviktor:108:bd074a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4.86836,
                            "color": "rgb(140, 86, 75)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "NLD Tot.: 5879627 Tons",
                        "text": "NLD Tot.: 5879627 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:f924e9",
                        "lonsrc": "lviktor:108:72a359",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 58.79627000000001,
                            "color": "rgb(128, 26, 28)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "ITA Tot.: 141167 Tons",
                        "text": "ITA Tot.: 141167 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:320d6c",
                        "lonsrc": "lviktor:108:15338a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 1.4116700000000002,
                            "color": "rgb(177, 89, 40)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "LVA Tot.: 2939314 Tons",
                        "text": "LVA Tot.: 2939314 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:68a7ce",
                        "lonsrc": "lviktor:108:309e35",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 29.393140000000002,
                            "color": "rgb(247, 129, 191)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "SVK Tot.: 1252947 Tons",
                        "text": "SVK Tot.: 1252947 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:7e68b7",
                        "lonsrc": "lviktor:108:6cadfb",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 12.529470000000002,
                            "color": "rgb(255, 127, 0)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "HRV Tot.: 311404 Tons",
                        "text": "HRV Tot.: 311404 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:1aba08",
                        "lonsrc": "lviktor:108:2354e9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 3.11404,
                            "color": "rgb(247, 129, 191)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "UKR Tot.: 274017 Tons",
                        "text": "UKR Tot.: 274017 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c666e0",
                        "lonsrc": "lviktor:108:adfe3c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 2.7401700000000004,
                            "color": "rgb(177, 89, 40)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "CZE Tot.: 8186187 Tons",
                        "text": "CZE Tot.: 8186187 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:942098",
                        "lonsrc": "lviktor:108:8d54ac",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 81.86187000000001,
                            "color": "rgb(102, 194, 165)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "ESP Tot.: 2192381 Tons",
                        "text": "ESP Tot.: 2192381 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:649f99",
                        "lonsrc": "lviktor:108:e5faa7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 21.923810000000003,
                            "color": "rgb(102, 194, 165)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "IRL Tot.: 464855 Tons",
                        "text": "IRL Tot.: 464855 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:bcf23f",
                        "lonsrc": "lviktor:108:39fd0c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4.64855,
                            "color": "rgb(255, 255, 153)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "FRA Tot.: 3187440 Tons",
                        "text": "FRA Tot.: 3187440 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:e0201a",
                        "lonsrc": "lviktor:108:e39cd3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 31.8744,
                            "color": "rgb(227, 26, 28)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "BEL Tot.: 2869353 Tons",
                        "text": "BEL Tot.: 2869353 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:71a7f0",
                        "lonsrc": "lviktor:108:db6b30",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 28.693530000000003,
                            "color": "rgb(152, 78, 163)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "POL Tot.: 2765786 Tons",
                        "text": "POL Tot.: 2765786 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:70b00a",
                        "lonsrc": "lviktor:108:fcd1f9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 27.657860000000003,
                            "color": "rgb(152, 78, 163)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "PRT Tot.: 242957 Tons",
                        "text": "PRT Tot.: 242957 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:f7df80",
                        "lonsrc": "lviktor:108:dfc5b8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 2.42957,
                            "color": "rgb(247, 129, 191)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "AUT Tot.: 1139948 Tons",
                        "text": "AUT Tot.: 1139948 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:b44160",
                        "lonsrc": "lviktor:108:1abc2d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 11.39948,
                            "color": "rgb(77, 175, 74)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "DNK Tot.: 428751 Tons",
                        "text": "DNK Tot.: 428751 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:3ba16d",
                        "lonsrc": "lviktor:108:c32720",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 4.28751,
                            "color": "rgb(140, 86, 75)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "SWE Tot.: 1528652 Tons",
                        "text": "SWE Tot.: 1528652 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:a8013c",
                        "lonsrc": "lviktor:108:1856b3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 15.286520000000001,
                            "color": "rgb(255, 127, 0)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "EST Tot.: 1501540 Tons",
                        "text": "EST Tot.: 1501540 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:d9b0fc",
                        "lonsrc": "lviktor:108:c17e93",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 15.015400000000001,
                            "color": "rgb(178, 223, 138)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "mode": "markers",
                        "name": "NOR Tot.: 3966696 Tons",
                        "text": "NOR Tot.: 3966696 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:17a009",
                        "lonsrc": "lviktor:108:f1ab19",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 39.66696,
                            "color": "rgb(55, 126, 184)",
                            "opacity": 1
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(251, 154, 153)",
                            "width": 10.54568
                        },
                        "mode": "lines+markers",
                        "name": "FIN to Sweden: 1054568 Tons",
                        "text": "FIN to Sweden: 1054568 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:ec3bfe",
                        "lonsrc": "lviktor:108:54a456",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -106.85937318966296,
                            "color": "rgb(251, 154, 153)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:1ec8ce"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(251, 154, 153)",
                            "width": 1.10131
                        },
                        "mode": "lines+markers",
                        "name": "FIN to Estonia: 110131 Tons",
                        "text": "FIN to Estonia: 110131 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:468123",
                        "lonsrc": "lviktor:108:2bd524",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -174.55570923746188,
                            "color": "rgb(251, 154, 153)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:66b2d9"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(251, 154, 153)",
                            "width": 0.7954000000000001
                        },
                        "mode": "lines+markers",
                        "name": "FIN to Poland: 79540 Tons",
                        "text": "FIN to Poland: 79540 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:9c6f61",
                        "lonsrc": "lviktor:108:7c50d2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -162.5621843767621,
                            "color": "rgb(251, 154, 153)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:bc5694"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(251, 154, 153)",
                            "width": 0.54327
                        },
                        "mode": "lines+markers",
                        "name": "FIN to Latvia: 54327 Tons",
                        "text": "FIN to Latvia: 54327 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:0a4072",
                        "lonsrc": "lviktor:108:852e7c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -175.53749612802488,
                            "color": "rgb(251, 154, 153)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:db7aae"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 6.16875
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Latvia: 616875 Tons",
                        "text": "LTU to Latvia: 616875 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:79d173",
                        "lonsrc": "lviktor:108:10d4e7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 28.479891232062215,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:fe0f5e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 2.8749800000000003
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Poland: 287498 Tons",
                        "text": "LTU to Poland: 287498 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:42728a",
                        "lonsrc": "lviktor:108:7cd2d7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -147.91911427835424,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:479a40"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 206, 227)",
                            "width": 1.08646
                        },
                        "mode": "lines+markers",
                        "name": "LTU to Sweden: 108646 Tons",
                        "text": "LTU to Sweden: 108646 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:3a50bc",
                        "lonsrc": "lviktor:108:091d19",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -33.89326696404845,
                            "color": "rgb(166, 206, 227)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:ab735d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(202, 178, 214)",
                            "width": 4.70868
                        },
                        "mode": "lines+markers",
                        "name": "SVN to Italy: 470868 Tons",
                        "text": "SVN to Italy: 470868 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c73836",
                        "lonsrc": "lviktor:108:3d0b28",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -154.30398294757194,
                            "color": "rgb(202, 178, 214)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:ef2b1c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(202, 178, 214)",
                            "width": 2.92661
                        },
                        "mode": "lines+markers",
                        "name": "SVN to Austria: 292661 Tons",
                        "text": "SVN to Austria: 292661 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:39256a",
                        "lonsrc": "lviktor:108:2bfe9f",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -20.599301015334277,
                            "color": "rgb(202, 178, 214)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:492c4c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(202, 178, 214)",
                            "width": 1.3802400000000001
                        },
                        "mode": "lines+markers",
                        "name": "SVN to Croatia: 138024 Tons",
                        "text": "SVN to Croatia: 138024 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:15a523",
                        "lonsrc": "lviktor:108:864462",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 172.17926617746946,
                            "color": "rgb(202, 178, 214)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:087311"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 20.219420000000003
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Austria: 2021942 Tons",
                        "text": "DEU to Austria: 2021942 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:011f2a",
                        "lonsrc": "lviktor:108:50f5b6",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 144.3186194799946,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:fbf3b1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 7.29555
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Belgium: 729555 Tons",
                        "text": "DEU to Belgium: 729555 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:b10268",
                        "lonsrc": "lviktor:108:b85cc7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -95.94298850401717,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:6102c0"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 4.713760000000001
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Poland: 471376 Tons",
                        "text": "DEU to Poland: 471376 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:d7fbd7",
                        "lonsrc": "lviktor:108:c5796c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 78.27015656162581,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:58cf80"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 3.9490600000000002
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Czech Republic: 394906 Tons",
                        "text": "DEU to Czech Republic: 394906 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:8b71ab",
                        "lonsrc": "lviktor:108:2b2fb3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 110.9293488526323,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:c76762"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 2.09606
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Lithuania: 209606 Tons",
                        "text": "DEU to Lithuania: 209606 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:facaa4",
                        "lonsrc": "lviktor:108:40a4df",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 53.65285869615715,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a4fd3c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.8306700000000002
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Luxembourg: 183067 Tons",
                        "text": "DEU to Luxembourg: 183067 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:6b03dd",
                        "lonsrc": "lviktor:108:0cc8a1",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -114.47776826370222,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:e50298"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.8238500000000002
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Netherlands: 182385 Tons",
                        "text": "DEU to Netherlands: 182385 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:70efde",
                        "lonsrc": "lviktor:108:790c6e",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -63.49656991321723,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:f58687"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.4482000000000002
                        },
                        "mode": "lines+markers",
                        "name": "DEU to France: 144820 Tons",
                        "text": "DEU to France: 144820 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:444924",
                        "lonsrc": "lviktor:108:6f698d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -129.49974571106284,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:eeb2ff"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.24756
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Denmark: 124756 Tons",
                        "text": "DEU to Denmark: 124756 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:849df2",
                        "lonsrc": "lviktor:108:489ad0",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -2.992640055408799,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:b41655"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.1441800000000002
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Romania: 114418 Tons",
                        "text": "DEU to Romania: 114418 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:148752",
                        "lonsrc": "lviktor:108:1d3243",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 112.61381297597256,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:0a27aa"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 1.04011
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Switzerland: 104011 Tons",
                        "text": "DEU to Switzerland: 104011 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:a5b1ec",
                        "lonsrc": "lviktor:108:899eda",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -157.9869614765162,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:b1fd74"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 0.9758300000000001
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Slovakia: 97583 Tons",
                        "text": "DEU to Slovakia: 97583 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:312467",
                        "lonsrc": "lviktor:108:663ed0",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 109.16076698546794,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:f079d5"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(253, 191, 111)",
                            "width": 0.9634300000000001
                        },
                        "mode": "lines+markers",
                        "name": "DEU to Estonia: 96343 Tons",
                        "text": "DEU to Estonia: 96343 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:38036d",
                        "lonsrc": "lviktor:108:dcefc9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 42.62608827633065,
                            "color": "rgb(253, 191, 111)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:bbea7c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 2.3829900000000004
                        },
                        "mode": "lines+markers",
                        "name": "CHE to Italy: 238299 Tons",
                        "text": "CHE to Italy: 238299 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c0614d",
                        "lonsrc": "lviktor:108:0f0fad",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 138.8686516129368,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:b2e32d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 0.9370400000000001
                        },
                        "mode": "lines+markers",
                        "name": "CHE to Austria: 93704 Tons",
                        "text": "CHE to Austria: 93704 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:3177bf",
                        "lonsrc": "lviktor:108:39f714",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 79.79323899618566,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:51e3d5"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 0.7028200000000001
                        },
                        "mode": "lines+markers",
                        "name": "CHE to France: 70282 Tons",
                        "text": "CHE to France: 70282 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:32ec4a",
                        "lonsrc": "lviktor:108:607709",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -101.42141402259792,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a7dbd4"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(128, 26, 28)",
                            "width": 0.7806500000000001
                        },
                        "mode": "lines+markers",
                        "name": "NLD to Belgium: 78065 Tons",
                        "text": "NLD to Belgium: 78065 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:ea4832",
                        "lonsrc": "lviktor:108:a84693",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -159.67074541498147,
                            "color": "rgb(128, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:ac7e5c"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(177, 89, 40)",
                            "width": 0.53532
                        },
                        "mode": "lines+markers",
                        "name": "ITA to Austria: 53532 Tons",
                        "text": "ITA to Austria: 53532 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:ee401c",
                        "lonsrc": "lviktor:108:e51748",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 10.929331045355212,
                            "color": "rgb(177, 89, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:7b8cd2"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 13.546120000000002
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Sweden: 1354612 Tons",
                        "text": "LVA to Sweden: 1354612 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:e6b966",
                        "lonsrc": "lviktor:108:252f6d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -41.195554744371265,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:6bbd60"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 3.9493700000000005
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Finland: 394937 Tons",
                        "text": "LVA to Finland: 394937 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:37dfac",
                        "lonsrc": "lviktor:108:842c2e",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 3.5905164490253867,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a34ff6"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 2.8671200000000003
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Estonia: 286712 Tons",
                        "text": "LVA to Estonia: 286712 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c807b0",
                        "lonsrc": "lviktor:108:0083a4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 0.2545519030168464,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:d7b80d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 2.58639
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Poland: 258639 Tons",
                        "text": "LVA to Poland: 258639 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c4ecb3",
                        "lonsrc": "lviktor:108:9e36a9",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -147.79477747361466,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:87dc70"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 1.1317000000000002
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Belgium: 113170 Tons",
                        "text": "LVA to Belgium: 113170 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:324ff0",
                        "lonsrc": "lviktor:108:e0ea0b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -109.4054656567425,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:484aaa"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.7697200000000001
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Germany: 76972 Tons",
                        "text": "LVA to Germany: 76972 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:1e5dc6",
                        "lonsrc": "lviktor:108:d6691f",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -118.29246355183294,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:111924"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.5347700000000001
                        },
                        "mode": "lines+markers",
                        "name": "LVA to Lithuania: 53477 Tons",
                        "text": "LVA to Lithuania: 53477 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:de1853",
                        "lonsrc": "lviktor:108:43df52",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -150.6861847452231,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:769c24"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 2.5683200000000004
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Romania: 256832 Tons",
                        "text": "SVK to Romania: 256832 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:623912",
                        "lonsrc": "lviktor:108:73b7eb",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 124.63722337286583,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:e527ce"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 2.5497400000000003
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Czech Republic: 254974 Tons",
                        "text": "SVK to Czech Republic: 254974 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:3d660d",
                        "lonsrc": "lviktor:108:a59b35",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -65.80745963255295,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:80775b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.8318200000000002
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Poland: 183182 Tons",
                        "text": "SVK to Poland: 183182 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:36d14d",
                        "lonsrc": "lviktor:108:625dd1",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 3.1856907396364136,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:5bb720"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.62152
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Austria: 162152 Tons",
                        "text": "SVK to Austria: 162152 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:061414",
                        "lonsrc": "lviktor:108:c398e5",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -104.36442208670405,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:3e1ddd"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.4664400000000002
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Italy: 146644 Tons",
                        "text": "SVK to Italy: 146644 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:b1352b",
                        "lonsrc": "lviktor:108:50fa1b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -138.10684935296226,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:8359b8"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.2785700000000002
                        },
                        "mode": "lines+markers",
                        "name": "SVK to Hungary: 127857 Tons",
                        "text": "SVK to Hungary: 127857 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:52409b",
                        "lonsrc": "lviktor:108:c954a0",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -174.95134873240255,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:b1098f"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.82554
                        },
                        "mode": "lines+markers",
                        "name": "HRV to Slovenia: 82554 Tons",
                        "text": "HRV to Slovenia: 82554 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:901f09",
                        "lonsrc": "lviktor:108:b6cde2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -7.674554018338625,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a51d93"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.64283
                        },
                        "mode": "lines+markers",
                        "name": "HRV to Italy: 64283 Tons",
                        "text": "HRV to Italy: 64283 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:f5d983",
                        "lonsrc": "lviktor:108:46a93d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -142.2477919675032,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:83c766"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 0.6347700000000001
                        },
                        "mode": "lines+markers",
                        "name": "HRV to Hungary: 63477 Tons",
                        "text": "HRV to Hungary: 63477 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:a0d35d",
                        "lonsrc": "lviktor:108:4ac899",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 53.794611243450845,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:1789ba"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(177, 89, 40)",
                            "width": 1.55407
                        },
                        "mode": "lines+markers",
                        "name": "UKR to Ireland: 155407 Tons",
                        "text": "UKR to Ireland: 155407 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:d4fd5d",
                        "lonsrc": "lviktor:108:389353",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -65.10132503409783,
                            "color": "rgb(177, 89, 40)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:52d92b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 34.5606
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Austria: 3456060 Tons",
                        "text": "CZE to Austria: 3456060 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c63520",
                        "lonsrc": "lviktor:108:32d4c6",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -158.80805127609625,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:54d466"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 14.4296
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Poland: 1442960 Tons",
                        "text": "CZE to Poland: 1442960 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:d36a6d",
                        "lonsrc": "lviktor:108:0f32c6",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 50.85800841183817,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:c0f5a7"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 14.111340000000002
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Germany: 1411134 Tons",
                        "text": "CZE to Germany: 1411134 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:062605",
                        "lonsrc": "lviktor:108:0bff2f",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -65.19513481819659,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:eb8345"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 9.34796
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Slovakia: 934796 Tons",
                        "text": "CZE to Slovakia: 934796 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c2050a",
                        "lonsrc": "lviktor:108:453e2c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 110.9906164366688,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:255e91"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 3.2162900000000003
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Romania: 321629 Tons",
                        "text": "CZE to Romania: 321629 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:f0fa61",
                        "lonsrc": "lviktor:108:0eb3e7",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 117.26697781723294,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:091d79"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 1.42995
                        },
                        "mode": "lines+markers",
                        "name": "CZE to Bosnia and Herzegovina: 142995 Tons",
                        "text": "CZE to Bosnia and Herzegovina: 142995 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:639d78",
                        "lonsrc": "lviktor:108:c870ef",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 164.84961547894784,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:420e1f"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 13.202350000000001
                        },
                        "mode": "lines+markers",
                        "name": "ESP to Portugal: 1320235 Tons",
                        "text": "ESP to Portugal: 1320235 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:508dc8",
                        "lonsrc": "lviktor:108:949c36",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -97.95156255711332,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:ece115"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 194, 165)",
                            "width": 3.1808300000000003
                        },
                        "mode": "lines+markers",
                        "name": "ESP to France: 318083 Tons",
                        "text": "ESP to France: 318083 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:2c3803",
                        "lonsrc": "lviktor:108:6237ed",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 34.16765535979212,
                            "color": "rgb(102, 194, 165)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:6b6711"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 255, 153)",
                            "width": 4.251880000000001
                        },
                        "mode": "lines+markers",
                        "name": "IRL to United Kingdom: 425188 Tons",
                        "text": "IRL to United Kingdom: 425188 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:b16a04",
                        "lonsrc": "lviktor:108:3fcf7d",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 74.78290329427125,
                            "color": "rgb(255, 255, 153)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:127d39"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 12.278860000000002
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Belgium: 1227886 Tons",
                        "text": "FRA to Belgium: 1227886 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:53244c",
                        "lonsrc": "lviktor:108:97a9ce",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 19.92606228040455,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:163fe3"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 3.3551900000000003
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Italy: 335519 Tons",
                        "text": "FRA to Italy: 335519 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:98739f",
                        "lonsrc": "lviktor:108:cbd181",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 108.39600600086538,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:e7436b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 2.98138
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Spain: 298138 Tons",
                        "text": "FRA to Spain: 298138 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:e8a727",
                        "lonsrc": "lviktor:108:53d6d2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -141.73274007073414,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:d08540"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 2.89435
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Germany: 289435 Tons",
                        "text": "FRA to Germany: 289435 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:6db4e2",
                        "lonsrc": "lviktor:108:f3adcd",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 44.150895851293,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:29fdd7"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 1.9701100000000002
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Luxembourg: 197011 Tons",
                        "text": "FRA to Luxembourg: 197011 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:3c91f0",
                        "lonsrc": "lviktor:108:19a295",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 34.446163073234686,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:6f655a"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 0.69279
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Denmark: 69279 Tons",
                        "text": "FRA to Denmark: 69279 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:961c0a",
                        "lonsrc": "lviktor:108:e83751",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 23.66751859213275,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:cd2994"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(227, 26, 28)",
                            "width": 0.60406
                        },
                        "mode": "lines+markers",
                        "name": "FRA to Portugal: 60406 Tons",
                        "text": "FRA to Portugal: 60406 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:62b2fd",
                        "lonsrc": "lviktor:108:2af146",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -128.02261607969277,
                            "color": "rgb(227, 26, 28)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:d618a2"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 2.4700200000000003
                        },
                        "mode": "lines+markers",
                        "name": "BEL to Germany: 247002 Tons",
                        "text": "BEL to Germany: 247002 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:53d3ba",
                        "lonsrc": "lviktor:108:108195",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 79.5659832094671,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:5eb9a9"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 1.26431
                        },
                        "mode": "lines+markers",
                        "name": "BEL to France: 126431 Tons",
                        "text": "BEL to France: 126431 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:fdef82",
                        "lonsrc": "lviktor:108:3bd1da",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -158.0804610558197,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:1d5d40"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 0.9775
                        },
                        "mode": "lines+markers",
                        "name": "BEL to Luxembourg: 97750 Tons",
                        "text": "BEL to Luxembourg: 97750 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:df3ee9",
                        "lonsrc": "lviktor:108:3a4fb8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 130.83319421661122,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a50f4e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 0.91856
                        },
                        "mode": "lines+markers",
                        "name": "BEL to Netherlands: 91856 Tons",
                        "text": "BEL to Netherlands: 91856 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:2c0be5",
                        "lonsrc": "lviktor:108:caa415",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 19.480508609393922,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:fb2d27"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 10.18829
                        },
                        "mode": "lines+markers",
                        "name": "POL to Germany: 1018829 Tons",
                        "text": "POL to Germany: 1018829 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:848b97",
                        "lonsrc": "lviktor:108:360ee8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -94.24163714076593,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:0e6224"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 3.8785700000000003
                        },
                        "mode": "lines+markers",
                        "name": "POL to Slovakia: 387857 Tons",
                        "text": "POL to Slovakia: 387857 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:297f44",
                        "lonsrc": "lviktor:108:418bbe",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -176.58250611971295,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:c81c5b"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 2.4355700000000002
                        },
                        "mode": "lines+markers",
                        "name": "POL to Czech Republic: 243557 Tons",
                        "text": "POL to Czech Republic: 243557 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:c410fa",
                        "lonsrc": "lviktor:108:a72a14",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -125.6270296160934,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:7fc3c3"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 1.237
                        },
                        "mode": "lines+markers",
                        "name": "POL to Estonia: 123700 Tons",
                        "text": "POL to Estonia: 123700 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:e5a641",
                        "lonsrc": "lviktor:108:62cfe8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 21.36209836531185,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:d1996e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 1.2227000000000001
                        },
                        "mode": "lines+markers",
                        "name": "POL to Lithuania: 122270 Tons",
                        "text": "POL to Lithuania: 122270 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:162232",
                        "lonsrc": "lviktor:108:074c00",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 28.842391889667454,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:bb62ff"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 0.8813900000000001
                        },
                        "mode": "lines+markers",
                        "name": "POL to Sweden: 88139 Tons",
                        "text": "POL to Sweden: 88139 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:3da14d",
                        "lonsrc": "lviktor:108:94384b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -13.155982970555158,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:add5e0"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(152, 78, 163)",
                            "width": 0.51185
                        },
                        "mode": "lines+markers",
                        "name": "POL to Romania: 51185 Tons",
                        "text": "POL to Romania: 51185 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:927d38",
                        "lonsrc": "lviktor:108:22de42",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 149.4176559495575,
                            "color": "rgb(152, 78, 163)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:264224"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(247, 129, 191)",
                            "width": 2.2752100000000004
                        },
                        "mode": "lines+markers",
                        "name": "PRT to Spain: 227521 Tons",
                        "text": "PRT to Spain: 227521 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:6fe309",
                        "lonsrc": "lviktor:108:3a87b0",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 79.49004289093159,
                            "color": "rgb(247, 129, 191)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:32b165"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 4.192010000000001
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Romania: 419201 Tons",
                        "text": "AUT to Romania: 419201 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:dded2e",
                        "lonsrc": "lviktor:108:88b83b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 98.11991898352107,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:6bf18d"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 2.36457
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Italy: 236457 Tons",
                        "text": "AUT to Italy: 236457 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:467b06",
                        "lonsrc": "lviktor:108:7ffd78",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -168.10371644467477,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:f83c1e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 2.28784
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Slovenia: 228784 Tons",
                        "text": "AUT to Slovenia: 228784 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:882774",
                        "lonsrc": "lviktor:108:340586",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 158.81616270861014,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:9188d0"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 1.0285900000000001
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Germany: 102859 Tons",
                        "text": "AUT to Germany: 102859 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:84c324",
                        "lonsrc": "lviktor:108:3392c2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -32.838568384491424,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:3dd1e1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(77, 175, 74)",
                            "width": 0.7484700000000001
                        },
                        "mode": "lines+markers",
                        "name": "AUT to Croatia: 74847 Tons",
                        "text": "AUT to Croatia: 74847 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:69cc79",
                        "lonsrc": "lviktor:108:c14656",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 164.03422251408517,
                            "color": "rgb(77, 175, 74)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:2ed573"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(140, 86, 75)",
                            "width": 0.50993
                        },
                        "mode": "lines+markers",
                        "name": "DNK to Germany: 50993 Tons",
                        "text": "DNK to Germany: 50993 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:baafd3",
                        "lonsrc": "lviktor:108:5539d6",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 176.6437063879672,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:fb33d1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 3.6084500000000004
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Finland: 360845 Tons",
                        "text": "SWE to Finland: 360845 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:9c1fe2",
                        "lonsrc": "lviktor:108:fe0cee",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 63.331868009709325,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:38fb6e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 2.89299
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Norway: 289299 Tons",
                        "text": "SWE to Norway: 289299 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:ee0459",
                        "lonsrc": "lviktor:108:161429",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -87.7923223076729,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a18f45"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 2.05925
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Germany: 205925 Tons",
                        "text": "SWE to Germany: 205925 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:d80892",
                        "lonsrc": "lviktor:108:da5f21",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -165.04894798231575,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a7a18e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.9358700000000002
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Latvia: 193587 Tons",
                        "text": "SWE to Latvia: 193587 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:4fb70b",
                        "lonsrc": "lviktor:108:d2fdc2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 130.17433844809318,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:b293c5"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 1.60498
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Romania: 160498 Tons",
                        "text": "SWE to Romania: 160498 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:316218",
                        "lonsrc": "lviktor:108:1dd049",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 155.63241095375827,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:8684b8"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 0.8043600000000001
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Poland: 80436 Tons",
                        "text": "SWE to Poland: 80436 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:88df98",
                        "lonsrc": "lviktor:108:b38df3",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 162.6338682756906,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:a88b98"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 0.7804800000000001
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Denmark: 78048 Tons",
                        "text": "SWE to Denmark: 78048 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:2cd4f9",
                        "lonsrc": "lviktor:108:00ecfc",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -154.60216823520264,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:5944f1"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 0)",
                            "width": 0.53713
                        },
                        "mode": "lines+markers",
                        "name": "SWE to Austria: 53713 Tons",
                        "text": "SWE to Austria: 53713 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:e61be4",
                        "lonsrc": "lviktor:108:cb0276",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -177.81834813351608,
                            "color": "rgb(255, 127, 0)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:0a21b9"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 7.612640000000001
                        },
                        "mode": "lines+markers",
                        "name": "EST to Sweden: 761264 Tons",
                        "text": "EST to Sweden: 761264 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:01fb32",
                        "lonsrc": "lviktor:108:8fe078",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -51.260597076873665,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:45da75"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 5.176270000000001
                        },
                        "mode": "lines+markers",
                        "name": "EST to Finland: 517627 Tons",
                        "text": "EST to Finland: 517627 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:89e634",
                        "lonsrc": "lviktor:108:adb6f5",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 4.578125097358651,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:6aa0ea"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 0.6388600000000001
                        },
                        "mode": "lines+markers",
                        "name": "EST to Germany: 63886 Tons",
                        "text": "EST to Germany: 63886 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:46262f",
                        "lonsrc": "lviktor:108:6c924a",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -125.41662328691548,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:fb59c5"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(178, 223, 138)",
                            "width": 0.50377
                        },
                        "mode": "lines+markers",
                        "name": "EST to Poland: 50377 Tons",
                        "text": "EST to Poland: 50377 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:d69d06",
                        "lonsrc": "lviktor:108:382d02",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -154.50843314619613,
                            "color": "rgb(178, 223, 138)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:f739c4"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(55, 126, 184)",
                            "width": 26.685240000000004
                        },
                        "mode": "lines+markers",
                        "name": "NOR to Sweden: 2668524 Tons",
                        "text": "NOR to Sweden: 2668524 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:2ff1ba",
                        "lonsrc": "lviktor:108:8dbffc",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 87.79232230767292,
                            "color": "rgb(55, 126, 184)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:ddd0f6"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(55, 126, 184)",
                            "width": 6.78328
                        },
                        "mode": "lines+markers",
                        "name": "NOR to Germany: 678328 Tons",
                        "text": "NOR to Germany: 678328 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:a0d075",
                        "lonsrc": "lviktor:108:2c1ff4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 178.494009741421,
                            "color": "rgb(55, 126, 184)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:11bfcf"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(55, 126, 184)",
                            "width": 4.22571
                        },
                        "mode": "lines+markers",
                        "name": "NOR to Latvia: 422571 Tons",
                        "text": "NOR to Latvia: 422571 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:988f25",
                        "lonsrc": "lviktor:108:7d6ed8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 116.65875717039683,
                            "color": "rgb(55, 126, 184)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:d8f5dd"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(55, 126, 184)",
                            "width": 0.5782
                        },
                        "mode": "lines+markers",
                        "name": "NOR to Denmark: 57820 Tons",
                        "text": "NOR to Denmark: 57820 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:813e58",
                        "lonsrc": "lviktor:108:b81673",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": -180.0,
                            "color": "rgb(55, 126, 184)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:5369a3"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    },
                    {
                        "line": {
                            "color": "rgb(55, 126, 184)",
                            "width": 0.56247
                        },
                        "mode": "lines+markers",
                        "name": "NOR to Poland: 56247 Tons",
                        "text": "NOR to Poland: 56247 Tons",
                        "type": "scattergeo",
                        "latsrc": "lviktor:108:857a97",
                        "lonsrc": "lviktor:108:872bf2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "angle": 147.12123147522323,
                            "color": "rgb(55, 126, 184)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "lviktor:108:0c7c0e"
                        },
                        "hoverinfo": "text",
                        "locationmode": "country names"
                    }
                ],
                "layout": {
                    "geo": {
                        "center": {
                            "lat": 48,
                            "lon": 10
                        },
                        "lataxis": {
                            "range": [
                                35,
                                60
                            ]
                        },
                        "lonaxis": {
                            "range": [
                                -5,
                                25
                            ]
                        },
                        "showland": true,
                        "landcolor": "rgb(243, 243, 243)",
                        "showocean": true,
                        "oceancolor": "rgb(215, 230, 250)",
                        "projection": {
                            "type": "equirectangular"
                        },
                        "countrycolor": "rgb(204, 204, 204)",
                        "showcountries": true
                    },
                    "title": {
                        "text": "Exports Volume of 4403: for European Countries"
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~lviktor",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-28 14:45:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lviktor",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}