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=cj0xJnA9MjAyNS0wOC0wNSsxNSUzQTA1JTNBNDAuNTI2MjI5JTJCMDAlM0EwMA%3D%3D&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTA1KzE1JTNBMTUlM0EzOS45NDY3NTUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0wNSsxNSUzQTQ5JTNBMzUuMDA4NTg4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-05T15:49:35.008588Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qmff_minseo/34.embed",
            "fid": "qmff_minseo:34",
            "filename": "제3자배정증자 공시 전후 주가변화(scaled)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/qmff_minseo:34/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/qmff_minseo:34/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/qmff_minseo:34/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/qmff_minseo:34/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qmff_minseo:34",
                "plots": "https://api.plotly.com/v2/plots/qmff_minseo:34",
                "parent": "https://api.plotly.com/v2/folders/home?user=qmff_minseo"
            },
            "owner": "qmff_minseo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~qmff_minseo/34/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:49:35.018Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qmff_minseo/34/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "3S",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:8686e5",
                        "ysrc": "qmff_minseo:33:0a210c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "AP헬스케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9fdd13",
                        "ysrc": "qmff_minseo:33:db1155",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CG인바이츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5e922d",
                        "ysrc": "qmff_minseo:33:aeb5c3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CSA 코스믹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2ef5b9",
                        "ysrc": "qmff_minseo:33:9048ef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DGI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b53941",
                        "ysrc": "qmff_minseo:33:5379a2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DH오토리드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5c7ee4",
                        "ysrc": "qmff_minseo:33:dcb16f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DKME",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e4354d",
                        "ysrc": "qmff_minseo:33:bb3b0f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DXVX",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2ec882",
                        "ysrc": "qmff_minseo:33:35c6cd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "EMB",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2440b2",
                        "ysrc": "qmff_minseo:33:86b35e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "FSN",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bd24e9",
                        "ysrc": "qmff_minseo:33:5441d5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HD현대마린엔진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d3da4e",
                        "ysrc": "qmff_minseo:33:19dca4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB글로벌",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ce7e8b",
                        "ysrc": "qmff_minseo:33:ea23d8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:dbc78f",
                        "ysrc": "qmff_minseo:33:289493",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB이노베이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4a8007",
                        "ysrc": "qmff_minseo:33:596992",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB제넥스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:be9b85",
                        "ysrc": "qmff_minseo:33:ddf13a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a3802b",
                        "ysrc": "qmff_minseo:33:22dbeb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB테라퓨틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ccfcfe",
                        "ysrc": "qmff_minseo:33:cb59cb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB파나진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:092470",
                        "ysrc": "qmff_minseo:33:81f9ea",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB펩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7d2e32",
                        "ysrc": "qmff_minseo:33:c1379d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "ISC",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5c3ab9",
                        "ysrc": "qmff_minseo:33:3eefc9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KG모빌리티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3f136b",
                        "ysrc": "qmff_minseo:33:edb680",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KH 건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:901c97",
                        "ysrc": "qmff_minseo:33:9a3287",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KH 미래물산",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6aa7e8",
                        "ysrc": "qmff_minseo:33:e1fbde",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KH 필룩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:44a91b",
                        "ysrc": "qmff_minseo:33:705c7f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "LS마린솔루션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:afef51",
                        "ysrc": "qmff_minseo:33:50911c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "LS티라유텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c5552c",
                        "ysrc": "qmff_minseo:33:35c4c9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "MDS테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ac1015",
                        "ysrc": "qmff_minseo:33:b7493f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "NPX",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:417496",
                        "ysrc": "qmff_minseo:33:08d2b6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "OCI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:68c138",
                        "ysrc": "qmff_minseo:33:5486c2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "PS일렉트로닉스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:088820",
                        "ysrc": "qmff_minseo:33:2432d8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SCL사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:03ceae",
                        "ysrc": "qmff_minseo:33:d141d9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SGA솔루션즈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:179db6",
                        "ysrc": "qmff_minseo:33:91d865",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SGC E&C",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:743153",
                        "ysrc": "qmff_minseo:33:6c204b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SKAI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d30bc9",
                        "ysrc": "qmff_minseo:33:756806",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK바이오사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b97bc6",
                        "ysrc": "qmff_minseo:33:6b9fbf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK시그넷",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bc1b0b",
                        "ysrc": "qmff_minseo:33:3f4a82",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "THE E&M",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5257df",
                        "ysrc": "qmff_minseo:33:500d5b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "TS인베스트먼트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7cbd8d",
                        "ysrc": "qmff_minseo:33:85c212",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "TS트릴리온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f156ff",
                        "ysrc": "qmff_minseo:33:94d8ba",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "YTN",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4fc20c",
                        "ysrc": "qmff_minseo:33:9aa2bd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "강동씨앤엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fc87cb",
                        "ysrc": "qmff_minseo:33:627929",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "고려아연",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:348ff9",
                        "ysrc": "qmff_minseo:33:3175ce",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "골드앤에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4f9af5",
                        "ysrc": "qmff_minseo:33:21ac55",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "광무",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6d61cc",
                        "ysrc": "qmff_minseo:33:20c100",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "교보증권",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:21162c",
                        "ysrc": "qmff_minseo:33:143882",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "국보",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:90b88e",
                        "ysrc": "qmff_minseo:33:000b35",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "국전약품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b2a860",
                        "ysrc": "qmff_minseo:33:8b63ee",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "글로벌텍스프리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:37709b",
                        "ysrc": "qmff_minseo:33:eddaa4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금양",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:00d40b",
                        "ysrc": "qmff_minseo:33:409668",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금호건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ebf09d",
                        "ysrc": "qmff_minseo:33:16f4f0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금호에이치티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a6abb1",
                        "ysrc": "qmff_minseo:33:b4803a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금호전기",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d9e0ac",
                        "ysrc": "qmff_minseo:33:bf628a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "까뮤이앤씨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0c8bb3",
                        "ysrc": "qmff_minseo:33:0a44fe",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "나노엔텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5a479f",
                        "ysrc": "qmff_minseo:33:40f12b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "나라소프트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:128c41",
                        "ysrc": "qmff_minseo:33:4e1125",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "나인테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b2c541",
                        "ysrc": "qmff_minseo:33:81d087",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오리진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f69a3f",
                        "ysrc": "qmff_minseo:33:2b6c49",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오크레마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d54bce",
                        "ysrc": "qmff_minseo:33:02e574",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오펙트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2b7be3",
                        "ysrc": "qmff_minseo:33:e8b074",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네이처셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:992ea7",
                        "ysrc": "qmff_minseo:33:82a12b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥사다이내믹스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6c05ea",
                        "ysrc": "qmff_minseo:33:c33477",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥스턴바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:01fbe0",
                        "ysrc": "qmff_minseo:33:97606c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥스트아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6ec165",
                        "ysrc": "qmff_minseo:33:edd0e1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥써쓰",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:560f75",
                        "ysrc": "qmff_minseo:33:c4711b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "노보믹스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9e2177",
                        "ysrc": "qmff_minseo:33:4595b0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "노브메타파마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ddfea4",
                        "ysrc": "qmff_minseo:33:d29e6d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "노블엠앤비",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:035cd0",
                        "ysrc": "qmff_minseo:33:6af87d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "녹원씨엔아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:063372",
                        "ysrc": "qmff_minseo:33:31e73b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴로메카",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:72ae46",
                        "ysrc": "qmff_minseo:33:f79f16",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴보텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:634c3e",
                        "ysrc": "qmff_minseo:33:5fcc7d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1f45e6",
                        "ysrc": "qmff_minseo:33:c481e0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "다보링크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5fbc10",
                        "ysrc": "qmff_minseo:33:9b0dd3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "다이나믹디자인",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fcfaa3",
                        "ysrc": "qmff_minseo:33:e088ba",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대산F&B",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:17b5a4",
                        "ysrc": "qmff_minseo:33:da0b89",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대성파인텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:de83b1",
                        "ysrc": "qmff_minseo:33:5c3862",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대신증권",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c531a4",
                        "ysrc": "qmff_minseo:33:aac500",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대유에이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:382e5c",
                        "ysrc": "qmff_minseo:33:319d68",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대호에이엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e652eb",
                        "ysrc": "qmff_minseo:33:ba6e2c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "더라미",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:637449",
                        "ysrc": "qmff_minseo:33:1081bf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "더미동",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:70f406",
                        "ysrc": "qmff_minseo:33:b41a21",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "더코디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:cd8cc1",
                        "ysrc": "qmff_minseo:33:8930a1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "도부",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a79579",
                        "ysrc": "qmff_minseo:33:22c670",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "동방선기",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e6e4ee",
                        "ysrc": "qmff_minseo:33:5629a8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "동성제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a73d41",
                        "ysrc": "qmff_minseo:33:09074e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "동일스틸럭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bf834a",
                        "ysrc": "qmff_minseo:33:d3b78b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "드래곤플라이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ad518d",
                        "ysrc": "qmff_minseo:33:60da02",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디모아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:22a5cd",
                        "ysrc": "qmff_minseo:33:ded4d5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디에이치엑스컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:30f0c3",
                        "ysrc": "qmff_minseo:33:4a39a7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디와이디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b020b2",
                        "ysrc": "qmff_minseo:33:5ae2fc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디지캡",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:296d4b",
                        "ysrc": "qmff_minseo:33:83cc79",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디피코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:742f13",
                        "ysrc": "qmff_minseo:33:e868d0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "라피치",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:640c58",
                        "ysrc": "qmff_minseo:33:081f4e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "레인보우로보틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:502250",
                        "ysrc": "qmff_minseo:33:523aa9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "로보쓰리에이아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1f900a",
                        "ysrc": "qmff_minseo:33:de7693",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "로지스몬",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f03e3f",
                        "ysrc": "qmff_minseo:33:77d462",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "로킷헬스케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e0cf06",
                        "ysrc": "qmff_minseo:33:50f3c6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "롯데렌탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d89ade",
                        "ysrc": "qmff_minseo:33:284acb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "롯데에너지머티리얼즈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:32419e",
                        "ysrc": "qmff_minseo:33:61de2b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "루켄테크놀러지스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5d3323",
                        "ysrc": "qmff_minseo:33:e1cf3d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "루트락",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:dd1f3b",
                        "ysrc": "qmff_minseo:33:d66f8d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "리가켐바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0c77be",
                        "ysrc": "qmff_minseo:33:523be6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "리튬포어스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bbec46",
                        "ysrc": "qmff_minseo:33:097f4d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "링크드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fd9d43",
                        "ysrc": "qmff_minseo:33:9d02f8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "마음AI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6715e3",
                        "ysrc": "qmff_minseo:33:8e3170",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "마이크로디지탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:41e9ed",
                        "ysrc": "qmff_minseo:33:57e493",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "머니무브",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3fae7f",
                        "ysrc": "qmff_minseo:33:215ae2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디아나",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1c9992",
                        "ysrc": "qmff_minseo:33:eefc31",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디젠휴먼케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:338f82",
                        "ysrc": "qmff_minseo:33:821b2b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디콕스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:67d6f8",
                        "ysrc": "qmff_minseo:33:2cff3f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메이슨캐피탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4a6134",
                        "ysrc": "qmff_minseo:33:53d47d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메지온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f04fd7",
                        "ysrc": "qmff_minseo:33:51e342",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메타케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9cb333",
                        "ysrc": "qmff_minseo:33:24f5d7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "모아라이프플러스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:240c27",
                        "ysrc": "qmff_minseo:33:0a8a2d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "무궁화인포메이션테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fb8f29",
                        "ysrc": "qmff_minseo:33:b7e6b5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "무진메디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a14f2f",
                        "ysrc": "qmff_minseo:33:51bd48",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래아이앤지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e883cb",
                        "ysrc": "qmff_minseo:33:0f332f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래에셋벤처투자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2ea7be",
                        "ysrc": "qmff_minseo:33:b7ec75",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래엔에듀파트너",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:de6c7c",
                        "ysrc": "qmff_minseo:33:b7eeda",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "바이오인프라생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f22e1b",
                        "ysrc": "qmff_minseo:33:7c0084",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "바이오프로테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9bcd97",
                        "ysrc": "qmff_minseo:33:547eaa",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "배럴",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:167432",
                        "ysrc": "qmff_minseo:33:543eed",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "밸로프",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:409ef4",
                        "ysrc": "qmff_minseo:33:087008",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "범양건영",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b55e2c",
                        "ysrc": "qmff_minseo:33:043726",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "베셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2df297",
                        "ysrc": "qmff_minseo:33:6f2944",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "보령",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:067136",
                        "ysrc": "qmff_minseo:33:c81664",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "볼빅",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0fa756",
                        "ysrc": "qmff_minseo:33:d420da",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "부산주공",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:27af04",
                        "ysrc": "qmff_minseo:33:19f654",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "브릿지바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:116598",
                        "ysrc": "qmff_minseo:33:f03198",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비유테크놀러지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6b8dcc",
                        "ysrc": "qmff_minseo:33:463f5c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비케이탑스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ca3e5b",
                        "ysrc": "qmff_minseo:33:4a7149",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비투엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:71e111",
                        "ysrc": "qmff_minseo:33:24ddd0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "빌리언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a5f3aa",
                        "ysrc": "qmff_minseo:33:c57586",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "빛과전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ff44f2",
                        "ysrc": "qmff_minseo:33:1abb9e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뿌리깊은나무들",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a97c63",
                        "ysrc": "qmff_minseo:33:3d88da",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼미금속",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0d4319",
                        "ysrc": "qmff_minseo:33:a77e08",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼부토건",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1054fb",
                        "ysrc": "qmff_minseo:33:141119",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "상신전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ab8a84",
                        "ysrc": "qmff_minseo:33:3e5521",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "상지건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1247a7",
                        "ysrc": "qmff_minseo:33:401223",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "새빗켐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6c9673",
                        "ysrc": "qmff_minseo:33:c47ec7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "서울리거",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ba8229",
                        "ysrc": "qmff_minseo:33:e2f609",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "서울바이오시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:19d465",
                        "ysrc": "qmff_minseo:33:6edd76",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "선샤인푸드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7da4eb",
                        "ysrc": "qmff_minseo:33:c2132d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "성안머티리얼스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:73af5a",
                        "ysrc": "qmff_minseo:33:53608e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "성호전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1a0216",
                        "ysrc": "qmff_minseo:33:a0d74e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "세경하이테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:93768f",
                        "ysrc": "qmff_minseo:33:64c649",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "세기상사",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2110e2",
                        "ysrc": "qmff_minseo:33:0d876b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "센코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:aaa6d3",
                        "ysrc": "qmff_minseo:33:361f34",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀레스트라",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:99911b",
                        "ysrc": "qmff_minseo:33:c65a7e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀루메드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:43522a",
                        "ysrc": "qmff_minseo:33:c6e4d6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀젠텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e8a0ad",
                        "ysrc": "qmff_minseo:33:ded066",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "소니드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:542707",
                        "ysrc": "qmff_minseo:33:417ea8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "소룩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3ee0bd",
                        "ysrc": "qmff_minseo:33:b94c3c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "손오공",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:dffca9",
                        "ysrc": "qmff_minseo:33:829f05",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "솔디펜스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9d6d0d",
                        "ysrc": "qmff_minseo:33:4dc6b9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "솔루엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0cbd35",
                        "ysrc": "qmff_minseo:33:40bb34",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "솔트룩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:624596",
                        "ysrc": "qmff_minseo:33:afff90",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "수산세보틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6643f0",
                        "ysrc": "qmff_minseo:33:537930",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "수성웹툰",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:8b1cc1",
                        "ysrc": "qmff_minseo:33:74052f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스코넥",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9b8a6f",
                        "ysrc": "qmff_minseo:33:630125",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스타코링크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:af1e7e",
                        "ysrc": "qmff_minseo:33:0fb29b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "시지메드텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:060d7a",
                        "ysrc": "qmff_minseo:33:4a284b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "실리콘투",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bfaf50",
                        "ysrc": "qmff_minseo:33:d0d2a3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "싸이토젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9b7114",
                        "ysrc": "qmff_minseo:33:1ba31c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "써니전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5a8c84",
                        "ysrc": "qmff_minseo:33:bfe984",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨씨에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:387238",
                        "ysrc": "qmff_minseo:33:f84569",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨아이에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5f6930",
                        "ysrc": "qmff_minseo:33:2f39c3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨알푸드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b8924a",
                        "ysrc": "qmff_minseo:33:df771b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨앗",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:877f8e",
                        "ysrc": "qmff_minseo:33:bfe0f6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨앤씨인터내셔널",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d21b6b",
                        "ysrc": "qmff_minseo:33:6f1883",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨엑스아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4eaa7e",
                        "ysrc": "qmff_minseo:33:f54ffc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨엔티드림",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1ca23c",
                        "ysrc": "qmff_minseo:33:9f3349",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨유메디칼",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ea4945",
                        "ysrc": "qmff_minseo:33:763d65",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아센디오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:94acbf",
                        "ysrc": "qmff_minseo:33:7fa23b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아스타",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:cd41bc",
                        "ysrc": "qmff_minseo:33:9bf0b3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아스트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a9f74f",
                        "ysrc": "qmff_minseo:33:0c1976",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이씨에이치",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6fcfb5",
                        "ysrc": "qmff_minseo:33:5e283d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이씨티케이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0dfbfb",
                        "ysrc": "qmff_minseo:33:334e6a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이에이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ea4e8d",
                        "ysrc": "qmff_minseo:33:596a44",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이에이치큐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c1d6f4",
                        "ysrc": "qmff_minseo:33:a75d1d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:69d53e",
                        "ysrc": "qmff_minseo:33:2fb096",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이엠지티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0540c0",
                        "ysrc": "qmff_minseo:33:063db6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이오바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:40566a",
                        "ysrc": "qmff_minseo:33:061e65",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이즈비전",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3d919a",
                        "ysrc": "qmff_minseo:33:d6f5b0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3bec45",
                        "ysrc": "qmff_minseo:33:e4b925",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f781d5",
                        "ysrc": "qmff_minseo:33:e10c79",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이톡시",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e5c66a",
                        "ysrc": "qmff_minseo:33:48a989",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아주스틸",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fe5b40",
                        "ysrc": "qmff_minseo:33:bd51b8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아진전자부품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4e952b",
                        "ysrc": "qmff_minseo:33:9a13e7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아크솔루션스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6db457",
                        "ysrc": "qmff_minseo:33:7a179a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아티스트스튜디오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ed70a7",
                        "ysrc": "qmff_minseo:33:747783",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아티스트컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b6e257",
                        "ysrc": "qmff_minseo:33:49a095",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아퓨어스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5f2c9d",
                        "ysrc": "qmff_minseo:33:7dedae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "안랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:81c762",
                        "ysrc": "qmff_minseo:33:fa5640",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "안지오랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6c9b3c",
                        "ysrc": "qmff_minseo:33:1ca62f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "안트로젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:570cc8",
                        "ysrc": "qmff_minseo:33:15b4a5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알에프세미",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a35957",
                        "ysrc": "qmff_minseo:33:6631ac",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알엔투테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ce8968",
                        "ysrc": "qmff_minseo:33:4ffccd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알테오젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c22f48",
                        "ysrc": "qmff_minseo:33:d686f6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알파녹스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:259d18",
                        "ysrc": "qmff_minseo:33:b5c987",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알파칩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:124a5a",
                        "ysrc": "qmff_minseo:33:0a0998",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "압타바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:be9eb3",
                        "ysrc": "qmff_minseo:33:463893",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "애니메디솔루션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:19aa4a",
                        "ysrc": "qmff_minseo:33:a6abf3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "애닉",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:811996",
                        "ysrc": "qmff_minseo:33:a02e13",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "앱클론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:257065",
                        "ysrc": "qmff_minseo:33:9e6803",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "앱트뉴로사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:742bed",
                        "ysrc": "qmff_minseo:33:eaa84b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스디생명공학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9286b8",
                        "ysrc": "qmff_minseo:33:c08f2e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스디시스템",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:430fa2",
                        "ysrc": "qmff_minseo:33:a61338",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스바이오메딕스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bc8f4c",
                        "ysrc": "qmff_minseo:33:de06a4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스씨엠생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:084461",
                        "ysrc": "qmff_minseo:33:e69dcf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스아이리소스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:22114f",
                        "ysrc": "qmff_minseo:33:dfd925",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스알바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:412d73",
                        "ysrc": "qmff_minseo:33:765e82",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스유앤피",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e0ba44",
                        "ysrc": "qmff_minseo:33:8ed86d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스제이켐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:504c03",
                        "ysrc": "qmff_minseo:33:ad49d1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스케이씨에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d90bf4",
                        "ysrc": "qmff_minseo:33:ea19a7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스티큐브",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4a02ac",
                        "ysrc": "qmff_minseo:33:4db970",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에쎈테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:112a2e",
                        "ysrc": "qmff_minseo:33:25ed96",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이루트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:eb02f7",
                        "ysrc": "qmff_minseo:33:e49502",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이비엘바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f62de5",
                        "ysrc": "qmff_minseo:33:42c2a7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이비온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c33ec7",
                        "ysrc": "qmff_minseo:33:831a8d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이치이엠파마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0bc9f4",
                        "ysrc": "qmff_minseo:33:ccff56",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이프로젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5241a6",
                        "ysrc": "qmff_minseo:33:7d0236",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이피알",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:64870d",
                        "ysrc": "qmff_minseo:33:ae54bf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코글로우",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:24c2a4",
                        "ysrc": "qmff_minseo:33:883b85",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코볼트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3f2e38",
                        "ysrc": "qmff_minseo:33:b0a5b8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에피바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ec7111",
                        "ysrc": "qmff_minseo:33:74978e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑스큐어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e8c32f",
                        "ysrc": "qmff_minseo:33:28ff4f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑스페릭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:84c18d",
                        "ysrc": "qmff_minseo:33:0166d8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑시온그룹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4df6fd",
                        "ysrc": "qmff_minseo:33:53f41b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑시큐어하이트론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:307541",
                        "ysrc": "qmff_minseo:33:47b059",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔솔바이오사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1da5f2",
                        "ysrc": "qmff_minseo:33:aeeee7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔시트론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c18d77",
                        "ysrc": "qmff_minseo:33:58bf80",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔에스이엔엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bf963a",
                        "ysrc": "qmff_minseo:33:a2f180",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔젠바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:91d905",
                        "ysrc": "qmff_minseo:33:6cce17",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔지스테크널러지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7eba54",
                        "ysrc": "qmff_minseo:33:bcb4f2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔투텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:51021e",
                        "ysrc": "qmff_minseo:33:8c5426",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘리비젼",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:372f9c",
                        "ysrc": "qmff_minseo:33:7a9562",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘아이에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:439643",
                        "ysrc": "qmff_minseo:33:3c806c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘앤씨바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d0e91b",
                        "ysrc": "qmff_minseo:33:6a9bcd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘에이티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4196ba",
                        "ysrc": "qmff_minseo:33:91c7d2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠디바이스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4ac06f",
                        "ysrc": "qmff_minseo:33:dd5ebf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠에프엠코리아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:86bfdc",
                        "ysrc": "qmff_minseo:33:c18256",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠투엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:480667",
                        "ysrc": "qmff_minseo:33:c50005",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엣지파운드리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:77a49d",
                        "ysrc": "qmff_minseo:33:91a7e1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "영풍제지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7878ca",
                        "ysrc": "qmff_minseo:33:1e17b9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오가닉티코스메틱",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:651647",
                        "ysrc": "qmff_minseo:33:f515fe",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오건에코텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d1e23e",
                        "ysrc": "qmff_minseo:33:06aa18",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오늘이엔엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:101a59",
                        "ysrc": "qmff_minseo:33:3eba68",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오르비텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:927ecf",
                        "ysrc": "qmff_minseo:33:e68a95",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오브젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:435126",
                        "ysrc": "qmff_minseo:33:f958e9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오성첨단소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e16a81",
                        "ysrc": "qmff_minseo:33:9ef964",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오픈엣지테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:821b90",
                        "ysrc": "qmff_minseo:33:8a74ea",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "온코크로스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:acc2ea",
                        "ysrc": "qmff_minseo:33:54b450",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "올리패스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:afed70",
                        "ysrc": "qmff_minseo:33:021b8b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "옵트론텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a6f8b7",
                        "ysrc": "qmff_minseo:33:56df8e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "옵티코어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:76a4aa",
                        "ysrc": "qmff_minseo:33:648f17",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "와이지-원",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:946695",
                        "ysrc": "qmff_minseo:33:e59401",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "우리로",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c2a6ed",
                        "ysrc": "qmff_minseo:33:c2bfb3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "우정바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3d28b0",
                        "ysrc": "qmff_minseo:33:c4abd7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "위니아에이드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:eff938",
                        "ysrc": "qmff_minseo:33:a73ca1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "위메이드맥스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:19d1d7",
                        "ysrc": "qmff_minseo:33:f9e37c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "위지트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:07d6ab",
                        "ysrc": "qmff_minseo:33:ebbf65",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "윙입푸드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:843259",
                        "ysrc": "qmff_minseo:33:b595cc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유니트론텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:aa7576",
                        "ysrc": "qmff_minseo:33:00b2e9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유비씨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5a3cdd",
                        "ysrc": "qmff_minseo:33:187e26",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유일로보틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:86bb35",
                        "ysrc": "qmff_minseo:33:16e615",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유티아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a35ba7",
                        "ysrc": "qmff_minseo:33:f47cab",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "율호",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:90d294",
                        "ysrc": "qmff_minseo:33:a84501",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노벡스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:408788",
                        "ysrc": "qmff_minseo:33:25f432",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노스페이스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:123586",
                        "ysrc": "qmff_minseo:33:259175",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노시뮬레이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:59e733",
                        "ysrc": "qmff_minseo:33:a290a2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노와이어리스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:3bd816",
                        "ysrc": "qmff_minseo:33:cd53ef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이니텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ef4228",
                        "ysrc": "qmff_minseo:33:94d627",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이브이파킹서비스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:03ff6c",
                        "ysrc": "qmff_minseo:33:dc8ab4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이성씨엔아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c446e8",
                        "ysrc": "qmff_minseo:33:088dcd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이수앱지스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ff9583",
                        "ysrc": "qmff_minseo:33:6cfb01",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이수화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:53b955",
                        "ysrc": "qmff_minseo:33:573b80",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이스트아시아홀딩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9f14a0",
                        "ysrc": "qmff_minseo:33:6a90ec",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이아이디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:cb1dad",
                        "ysrc": "qmff_minseo:33:1f291b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이엔플러스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0bda09",
                        "ysrc": "qmff_minseo:33:1c9641",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이엠앤아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6c363b",
                        "ysrc": "qmff_minseo:33:b6759e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이원컴포텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2a0684",
                        "ysrc": "qmff_minseo:33:864183",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이지케어텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:397254",
                        "ysrc": "qmff_minseo:33:a8588e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이큐셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b3b637",
                        "ysrc": "qmff_minseo:33:3adef4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이화공영",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fb5e6c",
                        "ysrc": "qmff_minseo:33:cddf38",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인디에프",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:467858",
                        "ysrc": "qmff_minseo:33:39bdfe",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인벤티지랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d81128",
                        "ysrc": "qmff_minseo:33:905268",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인스코비",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ded091",
                        "ysrc": "qmff_minseo:33:934c3a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인크레더블버즈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1bbea4",
                        "ysrc": "qmff_minseo:33:c99a90",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인투셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9e0151",
                        "ysrc": "qmff_minseo:33:3ac81c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인트로메딕",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2606e4",
                        "ysrc": "qmff_minseo:33:b13f33",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "일월지엠엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ac652c",
                        "ysrc": "qmff_minseo:33:41fb65",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "자이언트스텝",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6e9a8d",
                        "ysrc": "qmff_minseo:33:64d392",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "전진바이오팜",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:cdac13",
                        "ysrc": "qmff_minseo:33:9483d2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제넨바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e9fbb7",
                        "ysrc": "qmff_minseo:33:7f7bd4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제노코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5a4c85",
                        "ysrc": "qmff_minseo:33:97caef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제닉",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4bdaaa",
                        "ysrc": "qmff_minseo:33:2e6c2e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제이스코홀딩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ccde1b",
                        "ysrc": "qmff_minseo:33:a033db",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제이준코스메틱",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:96e303",
                        "ysrc": "qmff_minseo:33:8e399f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제주은행",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fcfc70",
                        "ysrc": "qmff_minseo:33:56c045",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제주항공",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6db668",
                        "ysrc": "qmff_minseo:33:94e5ae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "주성코퍼레이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7141b0",
                        "ysrc": "qmff_minseo:33:2df368",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "주연테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9fa86c",
                        "ysrc": "qmff_minseo:33:918d50",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "중앙첨단소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d88a89",
                        "ysrc": "qmff_minseo:33:6f8ada",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지놈앤컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1280d8",
                        "ysrc": "qmff_minseo:33:561db9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지아이이노베이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:dc7fbf",
                        "ysrc": "qmff_minseo:33:6f2413",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지아이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:8d7cd0",
                        "ysrc": "qmff_minseo:33:42951e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지앤비에스 에코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ff58d4",
                        "ysrc": "qmff_minseo:33:ca87ed",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지엘팜텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:dc7fcf",
                        "ysrc": "qmff_minseo:33:896e8e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "진원생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c36376",
                        "ysrc": "qmff_minseo:33:84fa51",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "참엔지니어링",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:54b6dc",
                        "ysrc": "qmff_minseo:33:b40a4d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "청호ICT",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:099656",
                        "ysrc": "qmff_minseo:33:8dbb55",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "카이노스메드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e5bc0f",
                        "ysrc": "qmff_minseo:33:28372d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "카페24",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:100ef6",
                        "ysrc": "qmff_minseo:33:227923",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "카프로",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:db00f5",
                        "ysrc": "qmff_minseo:33:63e734",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "캐리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e060c9",
                        "ysrc": "qmff_minseo:33:94d101",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이알엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6d5121",
                        "ysrc": "qmff_minseo:33:6cf134",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이엔더블유",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:867755",
                        "ysrc": "qmff_minseo:33:3e7313",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이이엠텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:1c8b66",
                        "ysrc": "qmff_minseo:33:bed22c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이피엠테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:29c3cc",
                        "ysrc": "qmff_minseo:33:11a943",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케일럼",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:eed2b0",
                        "ysrc": "qmff_minseo:33:9be834",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "켐트로닉스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f382e7",
                        "ysrc": "qmff_minseo:33:0044a6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코나솔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:43654a",
                        "ysrc": "qmff_minseo:33:5fceea",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:dfce90",
                        "ysrc": "qmff_minseo:33:1569b0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코렌텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f99c68",
                        "ysrc": "qmff_minseo:33:000aeb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코미코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b6146b",
                        "ysrc": "qmff_minseo:33:e749b1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스나인",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ef12ac",
                        "ysrc": "qmff_minseo:33:883ea8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스텍시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d5c1f1",
                        "ysrc": "qmff_minseo:33:6513af",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코아스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:37580c",
                        "ysrc": "qmff_minseo:33:2d25ae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코어라인소프트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bd99f7",
                        "ysrc": "qmff_minseo:33:a83d5f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코오롱생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:71afe2",
                        "ysrc": "qmff_minseo:33:7a5eb7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코오롱티슈진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5ab6bb",
                        "ysrc": "qmff_minseo:33:88b8b1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퀀타매트릭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5267cb",
                        "ysrc": "qmff_minseo:33:ccf798",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퀀텀온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0473a6",
                        "ysrc": "qmff_minseo:33:e44852",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐라티스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e55fb2",
                        "ysrc": "qmff_minseo:33:1f521f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐로홀딩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0d0bca",
                        "ysrc": "qmff_minseo:33:905683",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐리언트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ec8a80",
                        "ysrc": "qmff_minseo:33:8f8d2a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐브엔터",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:bf329f",
                        "ysrc": "qmff_minseo:33:718c13",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "크라우드웍스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:aa2705",
                        "ysrc": "qmff_minseo:33:cb5e00",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "크레오에스지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ff98bc",
                        "ysrc": "qmff_minseo:33:ee6c29",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "크리스탈신소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:10de9c",
                        "ysrc": "qmff_minseo:33:0d80d6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "타스컴",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:ef562e",
                        "ysrc": "qmff_minseo:33:25e864",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "탈로스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:12e38d",
                        "ysrc": "qmff_minseo:33:7bdfda",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태양기계",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:04d4cf",
                        "ysrc": "qmff_minseo:33:a92d41",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태영건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:42019e",
                        "ysrc": "qmff_minseo:33:f86813",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태웅로직스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:8f654b",
                        "ysrc": "qmff_minseo:33:735705",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테라사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:5e6e7f",
                        "ysrc": "qmff_minseo:33:9e851c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테라젠이텍스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:896301",
                        "ysrc": "qmff_minseo:33:741007",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테크엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:103cd1",
                        "ysrc": "qmff_minseo:33:297fca",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테크트랜스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a87163",
                        "ysrc": "qmff_minseo:33:1eefa9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티사이언티픽",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:efbca9",
                        "ysrc": "qmff_minseo:33:506104",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티앤알바이오팹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d74d35",
                        "ysrc": "qmff_minseo:33:235a6d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티에스넥스젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2409d8",
                        "ysrc": "qmff_minseo:33:784272",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티에스아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:15405b",
                        "ysrc": "qmff_minseo:33:d3fdee",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티엘엔지니어링",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:729964",
                        "ysrc": "qmff_minseo:33:494fdf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티움바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:604f7c",
                        "ysrc": "qmff_minseo:33:4203c1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파나케이아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:070b7d",
                        "ysrc": "qmff_minseo:33:f5cbc8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파라텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:c41bb8",
                        "ysrc": "qmff_minseo:33:6738f5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파마리서치",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a94373",
                        "ysrc": "qmff_minseo:33:2ce5f5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파멥신",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d9f787",
                        "ysrc": "qmff_minseo:33:f1a61a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파워넷",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a5ec99",
                        "ysrc": "qmff_minseo:33:527d4e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "팡스카이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4e721f",
                        "ysrc": "qmff_minseo:33:e16ea9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "팬젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e54c2b",
                        "ysrc": "qmff_minseo:33:664f5e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "펨토바이오메드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b89556",
                        "ysrc": "qmff_minseo:33:0a7702",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포니링크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d78649",
                        "ysrc": "qmff_minseo:33:5b5142",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포커스에이아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4ccc81",
                        "ysrc": "qmff_minseo:33:82b319",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포톤",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:54127e",
                        "ysrc": "qmff_minseo:33:b140c1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "폴라리스AI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:549733",
                        "ysrc": "qmff_minseo:33:568c40",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "폴라리스AI파마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7ffbb1",
                        "ysrc": "qmff_minseo:33:28f8d7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "폴라리스세원",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2a919c",
                        "ysrc": "qmff_minseo:33:65f67c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "푸드나무",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:47903f",
                        "ysrc": "qmff_minseo:33:8a1afb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "풍원정밀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6466f7",
                        "ysrc": "qmff_minseo:33:51b66a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퓨쳐메디신",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:fce136",
                        "ysrc": "qmff_minseo:33:f45400",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퓨쳐켐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:32596a",
                        "ysrc": "qmff_minseo:33:9b03cd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "프레스티지바이오로직스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2fb4c7",
                        "ysrc": "qmff_minseo:33:b79c57",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "프로젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7a3d8b",
                        "ysrc": "qmff_minseo:33:1287bb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플라즈맵",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6c9dde",
                        "ysrc": "qmff_minseo:33:aa7e89",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플럼라인생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e74917",
                        "ysrc": "qmff_minseo:33:e7aec1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플레이그램",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:252cc6",
                        "ysrc": "qmff_minseo:33:2a2d76",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플루토스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:7e88c5",
                        "ysrc": "qmff_minseo:33:f0a864",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피노",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e877d4",
                        "ysrc": "qmff_minseo:33:1bce2a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피씨엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:68eaa4",
                        "ysrc": "qmff_minseo:33:7c48a3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피엔아이컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:a654a6",
                        "ysrc": "qmff_minseo:33:9f5844",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피엔티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0f25c4",
                        "ysrc": "qmff_minseo:33:616f63",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피엔티엠에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:de3fa2",
                        "ysrc": "qmff_minseo:33:8db2fa",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피플바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:e2b6a0",
                        "ysrc": "qmff_minseo:33:e74be7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "핑거스토리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:6285f5",
                        "ysrc": "qmff_minseo:33:782d36",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이드로리튬",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:9dddd2",
                        "ysrc": "qmff_minseo:33:5b4324",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이딥",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:62eb84",
                        "ysrc": "qmff_minseo:33:68ec09",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이브",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0d00bf",
                        "ysrc": "qmff_minseo:33:39987d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이퍼코퍼레이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:055859",
                        "ysrc": "qmff_minseo:33:1e5154",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한국피아이엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:084cb0",
                        "ysrc": "qmff_minseo:33:54ae0e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한온시스템",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:27c79c",
                        "ysrc": "qmff_minseo:33:893a6e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한울비앤씨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:f8f7c3",
                        "ysrc": "qmff_minseo:33:b649df",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한울소재과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:02d89d",
                        "ysrc": "qmff_minseo:33:50ff11",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한울앤제주",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:b13c73",
                        "ysrc": "qmff_minseo:33:cfb0a4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한주라이트메탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:006daf",
                        "ysrc": "qmff_minseo:33:ee6864",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한주에이알티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:0b176d",
                        "ysrc": "qmff_minseo:33:ab8e5d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한창",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:8bc76f",
                        "ysrc": "qmff_minseo:33:43e099",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한탑",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:330145",
                        "ysrc": "qmff_minseo:33:020e99",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화에어로스페이스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:744065",
                        "ysrc": "qmff_minseo:33:ea658a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화엔진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:348805",
                        "ysrc": "qmff_minseo:33:2672f0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화오션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2b903a",
                        "ysrc": "qmff_minseo:33:0fa534",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "해성옵틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:acbf73",
                        "ysrc": "qmff_minseo:33:646c47",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "헝셩그룹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:4606c4",
                        "ysrc": "qmff_minseo:33:2559f0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "헬릭스미스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:38113d",
                        "ysrc": "qmff_minseo:33:3d02db",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "현대ADM",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:315b66",
                        "ysrc": "qmff_minseo:33:de2fa6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "현대사료",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:de37db",
                        "ysrc": "qmff_minseo:33:18b1e4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "협진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:11324b",
                        "ysrc": "qmff_minseo:33:ec3751",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "화인베스틸",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:2a3ff8",
                        "ysrc": "qmff_minseo:33:f6c00c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "화일약품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:375429",
                        "ysrc": "qmff_minseo:33:44d088",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "효성화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:567b88",
                        "ysrc": "qmff_minseo:33:e3f463",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "휴림로봇",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:404d4a",
                        "ysrc": "qmff_minseo:33:954f9d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "휴림에이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:674b64",
                        "ysrc": "qmff_minseo:33:3d945a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "휴먼테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:d91a37",
                        "ysrc": "qmff_minseo:33:f4d563",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "전체 평균",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:33:016206",
                        "ysrc": "qmff_minseo:33:4651e9",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "제3자배정증자 공시 전후 주가변화(scaled)"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "공시일 기준 상대 날짜"
                        }
                    },
                    "yaxis": {
                        "range": [
                            0.6,
                            1.4
                        ],
                        "title": {
                            "text": "주가 변화율 (공시일 주가 = 1)"
                        }
                    },
                    "height": 500,
                    "shapes": [
                        {
                            "x0": "D+0",
                            "x1": "D-5",
                            "y0": 1.0,
                            "y1": 1.0,
                            "line": {
                                "dash": "dot",
                                "color": "red",
                                "width": 2
                            },
                            "type": "line"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "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": "#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
                                    },
                                    "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": "white",
                                            "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": "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": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "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",
                                "#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": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": "D+0",
                            "y": 1.0,
                            "font": {
                                "color": "red"
                            },
                            "text": "D+0 기준 (y=1.0)",
                            "yshift": 10,
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 500,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~qmff_minseo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-05 15:13:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qmff_minseo",
                "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": "2025-08-05T15:49:25.990667Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qmff_minseo/32.embed",
            "fid": "qmff_minseo:32",
            "filename": "주주배정후 실권주일반공모 공시 전후 주가변화(scaled)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/32/9_65XU2J5QNRJJA0J6C7ZV2LAO8UMR6O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/32/2_BUZHK25AROQZN91Y71LZ9A4KYND5M5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/32/8_O0ZC80NMV1T3N59SNA3VSLIQRHMVGF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/32/9_65XU2J5QNRJJA0J6C7ZV2LAO8UMR6O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qmff_minseo:32",
                "plots": "https://api.plotly.com/v2/plots/qmff_minseo:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=qmff_minseo"
            },
            "owner": "qmff_minseo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~qmff_minseo/32/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:49:26.001Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qmff_minseo/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CJ CGV",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:704dc8",
                        "ysrc": "qmff_minseo:31:4516d5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CJ 바이오사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:39f128",
                        "ysrc": "qmff_minseo:31:9de171",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DH오토웨어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:72899d",
                        "ysrc": "qmff_minseo:31:a89fee",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "E8",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:52a959",
                        "ysrc": "qmff_minseo:31:54084d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "ESR켄달스퀘어리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:4cd472",
                        "ysrc": "qmff_minseo:31:1dbb61",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:c91672",
                        "ysrc": "qmff_minseo:31:a09fa6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KC코트렐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:e15ba2",
                        "ysrc": "qmff_minseo:31:488d1e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KEC",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:9f1523",
                        "ysrc": "qmff_minseo:31:6f9e1c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KR모터스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:d4cadd",
                        "ysrc": "qmff_minseo:31:b1ca9f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "NH올원리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:ac6faf",
                        "ysrc": "qmff_minseo:31:ee1411",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SG",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:4362a3",
                        "ysrc": "qmff_minseo:31:8bb2f0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:79f14d",
                        "ysrc": "qmff_minseo:31:8b125e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK이노베이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:88ec7e",
                        "ysrc": "qmff_minseo:31:be00be",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "STX",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:5db967",
                        "ysrc": "qmff_minseo:31:79f03d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "강스템바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:5399f1",
                        "ysrc": "qmff_minseo:31:2daede",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "경남제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:9e6086",
                        "ysrc": "qmff_minseo:31:bd1373",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오이뮨텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:4d32cf",
                        "ysrc": "qmff_minseo:31:061dd7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "누리플랜",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:409447",
                        "ysrc": "qmff_minseo:31:f70894",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴인텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:0c8abe",
                        "ysrc": "qmff_minseo:31:bf4aba",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "다원시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:ecc6cc",
                        "ysrc": "qmff_minseo:31:7646ae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대성창투",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:2c0113",
                        "ysrc": "qmff_minseo:31:9d055f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대한광통신",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:737e89",
                        "ysrc": "qmff_minseo:31:49f3bd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대한전선",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:01d9ab",
                        "ysrc": "qmff_minseo:31:7502a2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "라닉스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:633ea0",
                        "ysrc": "qmff_minseo:31:6a04d9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "레몬",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:b63ad5",
                        "ysrc": "qmff_minseo:31:dcc343",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "롯데리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:039a4b",
                        "ysrc": "qmff_minseo:31:b983e8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메드팩토",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:77b4d1",
                        "ysrc": "qmff_minseo:31:03b5cf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디포스트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:63e499",
                        "ysrc": "qmff_minseo:31:648c02",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래에셋맵스리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:da441c",
                        "ysrc": "qmff_minseo:31:084eaf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "부광약품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:313291",
                        "ysrc": "qmff_minseo:31:c83f86",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비트맥스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:689d14",
                        "ysrc": "qmff_minseo:31:7ddc91",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼보산업",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:060af0",
                        "ysrc": "qmff_minseo:31:ad27f1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼성FN리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:472a11",
                        "ysrc": "qmff_minseo:31:fab4b8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼성SDI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:541b13",
                        "ysrc": "qmff_minseo:31:fe52c9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼성제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:1c095f",
                        "ysrc": "qmff_minseo:31:c265d3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼화전자공업",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:6342f9",
                        "ysrc": "qmff_minseo:31:1d89bc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "센서뷰",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:350dad",
                        "ysrc": "qmff_minseo:31:27ff8a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀바스AI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:870b8b",
                        "ysrc": "qmff_minseo:31:19fc95",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀바스헬스케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:e137f0",
                        "ysrc": "qmff_minseo:31:8a4e42",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스맥",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:41992b",
                        "ysrc": "qmff_minseo:31:2d906c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스피어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:15f091",
                        "ysrc": "qmff_minseo:31:c0387a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "신라젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:d20324",
                        "ysrc": "qmff_minseo:31:3c191c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "신한알파리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:cd0dc1",
                        "ysrc": "qmff_minseo:31:d4814e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨이랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:4bb92e",
                        "ysrc": "qmff_minseo:31:0d65cb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "압타머사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:a92537",
                        "ysrc": "qmff_minseo:31:29b602",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이스테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:8ae789",
                        "ysrc": "qmff_minseo:31:875ddb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이프로젠바이오로직스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:f08c46",
                        "ysrc": "qmff_minseo:31:aaddd8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코앤드림",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:6f9355",
                        "ysrc": "qmff_minseo:31:aa4b1a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코프로에이치엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:d6b359",
                        "ysrc": "qmff_minseo:31:193dd2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코플라스틱",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:e487e4",
                        "ysrc": "qmff_minseo:31:f6b3e8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑시콘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:d8f5dc",
                        "ysrc": "qmff_minseo:31:a1f556",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔브이에이치코리아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:6d4d72",
                        "ysrc": "qmff_minseo:31:3bfbe1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘앤케이바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:3db451",
                        "ysrc": "qmff_minseo:31:d06422",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠젠솔루션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:a81344",
                        "ysrc": "qmff_minseo:31:89a64e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:427e8a",
                        "ysrc": "qmff_minseo:31:5e4133",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "옴니시스템",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:69e8c3",
                        "ysrc": "qmff_minseo:31:6dbe51",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "원익피앤이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:0cea4c",
                        "ysrc": "qmff_minseo:31:ef39bb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "윈팩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:7a5136",
                        "ysrc": "qmff_minseo:31:36daa8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유니슨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:67970a",
                        "ysrc": "qmff_minseo:31:283e16",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이렘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:bbaee0",
                        "ysrc": "qmff_minseo:31:2a6e89",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이브이첨단소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:55deaf",
                        "ysrc": "qmff_minseo:31:cf43b6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이수페타시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:6893d3",
                        "ysrc": "qmff_minseo:31:954e9e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이지스레지던스리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:813d8f",
                        "ysrc": "qmff_minseo:31:788e1d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이지스밸류플러스리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:30b545",
                        "ysrc": "qmff_minseo:31:7fc108",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인성정보",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:24ca28",
                        "ysrc": "qmff_minseo:31:dc5961",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인텔리안테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:e6e8c7",
                        "ysrc": "qmff_minseo:31:0a097f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "자비스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:321ba4",
                        "ysrc": "qmff_minseo:31:96e9dd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "자연과환경",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:3daff0",
                        "ysrc": "qmff_minseo:31:083409",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "젠큐릭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:1935e6",
                        "ysrc": "qmff_minseo:31:c891ef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지엔코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:8dc617",
                        "ysrc": "qmff_minseo:31:9c04ba",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "진양화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:f739ca",
                        "ysrc": "qmff_minseo:31:814369",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "차바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:56525e",
                        "ysrc": "qmff_minseo:31:4a9a5c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "캐스텍코리아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:a6d09c",
                        "ysrc": "qmff_minseo:31:e1fde7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코람코라이프인프라리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:bc1b1a",
                        "ysrc": "qmff_minseo:31:00071a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스모신소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:00e3d9",
                        "ysrc": "qmff_minseo:31:824c1f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스모화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:7da704",
                        "ysrc": "qmff_minseo:31:e5cab8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퀄리타스반도체",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:6a11f1",
                        "ysrc": "qmff_minseo:31:ed7407",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐라클",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:61f1fa",
                        "ysrc": "qmff_minseo:31:9952fa",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태성",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:17376e",
                        "ysrc": "qmff_minseo:31:e653da",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "판타지오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:5f005a",
                        "ysrc": "qmff_minseo:31:a8210e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "펩트론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:eba427",
                        "ysrc": "qmff_minseo:31:9cb382",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포스코퓨처엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:44102b",
                        "ysrc": "qmff_minseo:31:7830c6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한세엠케이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:6d50bb",
                        "ysrc": "qmff_minseo:31:2dacab",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:c4a944",
                        "ysrc": "qmff_minseo:31:ec4a2e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "현대바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:4c8e86",
                        "ysrc": "qmff_minseo:31:a935b5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "후성",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:57cd8c",
                        "ysrc": "qmff_minseo:31:c7136c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "전체 평균",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:31:925e63",
                        "ysrc": "qmff_minseo:31:ae9314",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "주주배정후 실권주일반공모 공시 전후 주가변화(scaled)"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "공시일 기준 상대 날짜"
                        }
                    },
                    "yaxis": {
                        "range": [
                            0.6,
                            1.4
                        ],
                        "title": {
                            "text": "주가 변화율 (공시일 주가 = 1)"
                        }
                    },
                    "height": 500,
                    "shapes": [
                        {
                            "x0": "D+0",
                            "x1": "D-5",
                            "y0": 1.0,
                            "y1": 1.0,
                            "line": {
                                "dash": "dot",
                                "color": "red",
                                "width": 2
                            },
                            "type": "line"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "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": "#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
                                    },
                                    "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": "white",
                                            "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": "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": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "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",
                                "#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": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": "D+0",
                            "y": 1.0,
                            "font": {
                                "color": "red"
                            },
                            "text": "D+0 기준 (y=1.0)",
                            "yshift": 10,
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 500,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~qmff_minseo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-05 15:13:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qmff_minseo",
                "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": "2025-08-05T15:49:18.488171Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qmff_minseo/30.embed",
            "fid": "qmff_minseo:30",
            "filename": "제3자배정증자 공시 전후 주가변화율(%)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/qmff_minseo:30/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/qmff_minseo:30/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/qmff_minseo:30/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/qmff_minseo:30/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qmff_minseo:30",
                "plots": "https://api.plotly.com/v2/plots/qmff_minseo:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=qmff_minseo"
            },
            "owner": "qmff_minseo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~qmff_minseo/30/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:49:18.500Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qmff_minseo/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "3S",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:eb10b1",
                        "ysrc": "qmff_minseo:29:9fe95b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "AP헬스케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1f9554",
                        "ysrc": "qmff_minseo:29:74370e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CG인바이츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9a267b",
                        "ysrc": "qmff_minseo:29:456fa5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CSA 코스믹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b6fcfb",
                        "ysrc": "qmff_minseo:29:c82804",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DGI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c182b1",
                        "ysrc": "qmff_minseo:29:95dc93",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DH오토리드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:dba019",
                        "ysrc": "qmff_minseo:29:787e2d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DKME",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:84703b",
                        "ysrc": "qmff_minseo:29:98eb42",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DXVX",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9ad568",
                        "ysrc": "qmff_minseo:29:430f74",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "EMB",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d63a2f",
                        "ysrc": "qmff_minseo:29:ea42e1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "FSN",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7cc497",
                        "ysrc": "qmff_minseo:29:0d7f45",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HD현대마린엔진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c30ee6",
                        "ysrc": "qmff_minseo:29:a311b7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB글로벌",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c952ea",
                        "ysrc": "qmff_minseo:29:e4aeef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2289c1",
                        "ysrc": "qmff_minseo:29:ee5ef3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB이노베이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:70c47c",
                        "ysrc": "qmff_minseo:29:398778",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB제넥스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:aa9904",
                        "ysrc": "qmff_minseo:29:02131c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:182eee",
                        "ysrc": "qmff_minseo:29:ed102c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB테라퓨틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:577ff7",
                        "ysrc": "qmff_minseo:29:1f3b9b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB파나진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:951fa0",
                        "ysrc": "qmff_minseo:29:7c7615",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB펩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a3ead7",
                        "ysrc": "qmff_minseo:29:0cb10c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "ISC",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:daa2cb",
                        "ysrc": "qmff_minseo:29:3e7e8e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KG모빌리티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:db513c",
                        "ysrc": "qmff_minseo:29:27625b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KH 건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ab98ad",
                        "ysrc": "qmff_minseo:29:90e289",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KH 미래물산",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2415b4",
                        "ysrc": "qmff_minseo:29:0b4b47",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KH 필룩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e03767",
                        "ysrc": "qmff_minseo:29:b48b60",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "LS마린솔루션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:13d978",
                        "ysrc": "qmff_minseo:29:d37410",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "LS티라유텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:14934f",
                        "ysrc": "qmff_minseo:29:c7e049",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "MDS테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:0ed348",
                        "ysrc": "qmff_minseo:29:697faf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "NPX",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5cc0b4",
                        "ysrc": "qmff_minseo:29:725892",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "OCI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:fee30d",
                        "ysrc": "qmff_minseo:29:2b0013",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "PS일렉트로닉스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f1fecb",
                        "ysrc": "qmff_minseo:29:64313a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SCL사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2711a2",
                        "ysrc": "qmff_minseo:29:31042b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SGA솔루션즈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c8e7c4",
                        "ysrc": "qmff_minseo:29:54b948",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SGC E&C",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b0db65",
                        "ysrc": "qmff_minseo:29:1b0ec1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SKAI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:be0b76",
                        "ysrc": "qmff_minseo:29:06f5a1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK바이오사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3f8c0f",
                        "ysrc": "qmff_minseo:29:715012",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK시그넷",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:527c87",
                        "ysrc": "qmff_minseo:29:486840",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "THE E&M",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d32656",
                        "ysrc": "qmff_minseo:29:e70975",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "TS인베스트먼트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:eeceb5",
                        "ysrc": "qmff_minseo:29:1b2d4c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "TS트릴리온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:cd8a68",
                        "ysrc": "qmff_minseo:29:9a3f84",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "YTN",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a5b5f1",
                        "ysrc": "qmff_minseo:29:22996a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "강동씨앤엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4e01d6",
                        "ysrc": "qmff_minseo:29:451f06",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "고려아연",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8287a2",
                        "ysrc": "qmff_minseo:29:3bb2da",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "골드앤에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8351f3",
                        "ysrc": "qmff_minseo:29:efef39",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "광무",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:782bfd",
                        "ysrc": "qmff_minseo:29:8a34d7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "교보증권",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:75f9ce",
                        "ysrc": "qmff_minseo:29:d16cf9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "국보",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:325a97",
                        "ysrc": "qmff_minseo:29:c677e1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "국전약품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:425deb",
                        "ysrc": "qmff_minseo:29:b445a2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "글로벌텍스프리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ebade2",
                        "ysrc": "qmff_minseo:29:d25d7f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금양",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:72a204",
                        "ysrc": "qmff_minseo:29:30f428",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금호건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:73ef03",
                        "ysrc": "qmff_minseo:29:dedb66",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금호에이치티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4e76d8",
                        "ysrc": "qmff_minseo:29:f51279",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "금호전기",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:86b3b7",
                        "ysrc": "qmff_minseo:29:9cf939",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "까뮤이앤씨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:259a14",
                        "ysrc": "qmff_minseo:29:5a62a7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "나노엔텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9cb466",
                        "ysrc": "qmff_minseo:29:f2ab59",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "나라소프트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:14e3f2",
                        "ysrc": "qmff_minseo:29:09f74e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "나인테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:dbe14f",
                        "ysrc": "qmff_minseo:29:2c75a4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오리진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6308f9",
                        "ysrc": "qmff_minseo:29:147057",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오크레마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:615e19",
                        "ysrc": "qmff_minseo:29:a7d483",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오펙트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e609ca",
                        "ysrc": "qmff_minseo:29:66e621",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네이처셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:160327",
                        "ysrc": "qmff_minseo:29:942fd5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥사다이내믹스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e41459",
                        "ysrc": "qmff_minseo:29:fbb959",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥스턴바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:60ef23",
                        "ysrc": "qmff_minseo:29:c93d7b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥스트아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1cbf34",
                        "ysrc": "qmff_minseo:29:547b7c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "넥써쓰",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:fc1573",
                        "ysrc": "qmff_minseo:29:1433fe",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "노보믹스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f189b6",
                        "ysrc": "qmff_minseo:29:e85b02",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "노브메타파마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:376ba2",
                        "ysrc": "qmff_minseo:29:8e400a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "노블엠앤비",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:effc36",
                        "ysrc": "qmff_minseo:29:38c807",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "녹원씨엔아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:143752",
                        "ysrc": "qmff_minseo:29:35e241",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴로메카",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7915e4",
                        "ysrc": "qmff_minseo:29:d83abc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴보텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:06ca15",
                        "ysrc": "qmff_minseo:29:c27bcf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9eb5ad",
                        "ysrc": "qmff_minseo:29:cd7d0d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "다보링크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6b499b",
                        "ysrc": "qmff_minseo:29:dc2119",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "다이나믹디자인",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f6d771",
                        "ysrc": "qmff_minseo:29:3d28d8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대산F&B",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4d2852",
                        "ysrc": "qmff_minseo:29:269ab4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대성파인텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:62515a",
                        "ysrc": "qmff_minseo:29:f483e2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대신증권",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:fad82d",
                        "ysrc": "qmff_minseo:29:2cf6c7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대유에이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3fd232",
                        "ysrc": "qmff_minseo:29:d6f1ec",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대호에이엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:0059a0",
                        "ysrc": "qmff_minseo:29:ebdbc8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "더라미",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4b62bf",
                        "ysrc": "qmff_minseo:29:e48b9e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "더미동",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6360db",
                        "ysrc": "qmff_minseo:29:88e9f0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "더코디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:044447",
                        "ysrc": "qmff_minseo:29:06a726",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "도부",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:40d044",
                        "ysrc": "qmff_minseo:29:0193eb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "동방선기",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:0efcba",
                        "ysrc": "qmff_minseo:29:12edd0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "동성제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:28af91",
                        "ysrc": "qmff_minseo:29:a628e0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "동일스틸럭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:69adfb",
                        "ysrc": "qmff_minseo:29:b3f391",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "드래곤플라이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ce7e16",
                        "ysrc": "qmff_minseo:29:856172",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디모아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:19aca2",
                        "ysrc": "qmff_minseo:29:72799f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디에이치엑스컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1a2be3",
                        "ysrc": "qmff_minseo:29:430371",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디와이디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:94aa6a",
                        "ysrc": "qmff_minseo:29:eeb08c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디지캡",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:277748",
                        "ysrc": "qmff_minseo:29:5a2a83",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "디피코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:287995",
                        "ysrc": "qmff_minseo:29:8579b6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "라피치",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:abf0b4",
                        "ysrc": "qmff_minseo:29:9a6432",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "레인보우로보틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5978dc",
                        "ysrc": "qmff_minseo:29:a4da1d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "로보쓰리에이아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:678c73",
                        "ysrc": "qmff_minseo:29:ea0be7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "로지스몬",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1fd155",
                        "ysrc": "qmff_minseo:29:185b69",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "로킷헬스케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:0f69b6",
                        "ysrc": "qmff_minseo:29:3967f7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "롯데렌탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a124cf",
                        "ysrc": "qmff_minseo:29:bcef9a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "롯데에너지머티리얼즈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f1450a",
                        "ysrc": "qmff_minseo:29:7a665a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "루켄테크놀러지스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f134d3",
                        "ysrc": "qmff_minseo:29:c33610",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "루트락",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:02870d",
                        "ysrc": "qmff_minseo:29:178b87",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "리가켐바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:fb385c",
                        "ysrc": "qmff_minseo:29:cf7ee8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "리튬포어스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:fb8c41",
                        "ysrc": "qmff_minseo:29:c2de66",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "링크드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:726c3b",
                        "ysrc": "qmff_minseo:29:e55c38",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "마음AI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:64cb4f",
                        "ysrc": "qmff_minseo:29:e4dd4c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "마이크로디지탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:60a302",
                        "ysrc": "qmff_minseo:29:db4577",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "머니무브",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5cec95",
                        "ysrc": "qmff_minseo:29:d8d88b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디아나",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:17187e",
                        "ysrc": "qmff_minseo:29:fa9553",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디젠휴먼케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:995572",
                        "ysrc": "qmff_minseo:29:db5424",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디콕스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4cc0e5",
                        "ysrc": "qmff_minseo:29:50d746",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메이슨캐피탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3b7804",
                        "ysrc": "qmff_minseo:29:02b15b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메지온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e7e639",
                        "ysrc": "qmff_minseo:29:f6ed04",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메타케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:17b03d",
                        "ysrc": "qmff_minseo:29:4d1670",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "모아라이프플러스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7352b6",
                        "ysrc": "qmff_minseo:29:a37e30",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "무궁화인포메이션테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:0d4905",
                        "ysrc": "qmff_minseo:29:fcd8ae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "무진메디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f6bc90",
                        "ysrc": "qmff_minseo:29:cb756b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래아이앤지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4f5fd5",
                        "ysrc": "qmff_minseo:29:b524cc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래에셋벤처투자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:043731",
                        "ysrc": "qmff_minseo:29:b853e5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래엔에듀파트너",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:24c961",
                        "ysrc": "qmff_minseo:29:2309c8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "바이오인프라생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:de40b7",
                        "ysrc": "qmff_minseo:29:247df8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "바이오프로테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:266a0b",
                        "ysrc": "qmff_minseo:29:dafd6f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "배럴",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:944772",
                        "ysrc": "qmff_minseo:29:09d6c2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "밸로프",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9b71c3",
                        "ysrc": "qmff_minseo:29:dc79c0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "범양건영",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4d7c68",
                        "ysrc": "qmff_minseo:29:7e366c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "베셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d4e62f",
                        "ysrc": "qmff_minseo:29:afe34a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "보령",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6905a3",
                        "ysrc": "qmff_minseo:29:49ec0b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "볼빅",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:bbbcae",
                        "ysrc": "qmff_minseo:29:abce4a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "부산주공",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d28a5c",
                        "ysrc": "qmff_minseo:29:2f70ea",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "브릿지바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:15df54",
                        "ysrc": "qmff_minseo:29:91633d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비유테크놀러지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:171e07",
                        "ysrc": "qmff_minseo:29:ae2e27",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비케이탑스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b9a121",
                        "ysrc": "qmff_minseo:29:687a08",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비투엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:df0e25",
                        "ysrc": "qmff_minseo:29:4f1c64",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "빌리언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:cf2cd5",
                        "ysrc": "qmff_minseo:29:a924dc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "빛과전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2a48ba",
                        "ysrc": "qmff_minseo:29:233f34",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뿌리깊은나무들",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f5344a",
                        "ysrc": "qmff_minseo:29:114301",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼미금속",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d5be91",
                        "ysrc": "qmff_minseo:29:933095",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼부토건",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8e07b5",
                        "ysrc": "qmff_minseo:29:59a98c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "상신전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7e5078",
                        "ysrc": "qmff_minseo:29:b89b68",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "상지건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:790200",
                        "ysrc": "qmff_minseo:29:72142f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "새빗켐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:20c3d8",
                        "ysrc": "qmff_minseo:29:b3d86a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "서울리거",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:02e6bd",
                        "ysrc": "qmff_minseo:29:bb1f37",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "서울바이오시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:bfd091",
                        "ysrc": "qmff_minseo:29:678005",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "선샤인푸드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:dc5a81",
                        "ysrc": "qmff_minseo:29:38994b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "성안머티리얼스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:91a2a6",
                        "ysrc": "qmff_minseo:29:dee6d5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "성호전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1e6e1b",
                        "ysrc": "qmff_minseo:29:f3cefe",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "세경하이테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:add623",
                        "ysrc": "qmff_minseo:29:e54cfa",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "세기상사",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7d5a1d",
                        "ysrc": "qmff_minseo:29:af18d7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "센코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d6a2f5",
                        "ysrc": "qmff_minseo:29:3906ef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀레스트라",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8b088e",
                        "ysrc": "qmff_minseo:29:1a7955",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀루메드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7c8d94",
                        "ysrc": "qmff_minseo:29:60bc60",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀젠텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:114c64",
                        "ysrc": "qmff_minseo:29:87603b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "소니드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:336102",
                        "ysrc": "qmff_minseo:29:9e2db3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "소룩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ac6e98",
                        "ysrc": "qmff_minseo:29:167830",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "손오공",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4d97ba",
                        "ysrc": "qmff_minseo:29:3bb885",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "솔디펜스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9c255c",
                        "ysrc": "qmff_minseo:29:2a598d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "솔루엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:094438",
                        "ysrc": "qmff_minseo:29:dfe148",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "솔트룩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2fa90a",
                        "ysrc": "qmff_minseo:29:a84c6e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "수산세보틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:37c8ee",
                        "ysrc": "qmff_minseo:29:53c007",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "수성웹툰",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f405b9",
                        "ysrc": "qmff_minseo:29:66ded1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스코넥",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:15fe62",
                        "ysrc": "qmff_minseo:29:39492c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스타코링크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:978a5f",
                        "ysrc": "qmff_minseo:29:38fd6b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "시지메드텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b28528",
                        "ysrc": "qmff_minseo:29:56eee0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "실리콘투",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:912b06",
                        "ysrc": "qmff_minseo:29:01ff90",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "싸이토젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2a73cd",
                        "ysrc": "qmff_minseo:29:8e79be",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "써니전자",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f5e738",
                        "ysrc": "qmff_minseo:29:4b93d3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨씨에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:bdff4f",
                        "ysrc": "qmff_minseo:29:63c2e8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨아이에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:36fd23",
                        "ysrc": "qmff_minseo:29:6838bb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨알푸드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ecb284",
                        "ysrc": "qmff_minseo:29:f01dcf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨앗",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:102ffd",
                        "ysrc": "qmff_minseo:29:65d3c0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨앤씨인터내셔널",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9401fb",
                        "ysrc": "qmff_minseo:29:5a340b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨엑스아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:466561",
                        "ysrc": "qmff_minseo:29:8a81c9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨엔티드림",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4906b8",
                        "ysrc": "qmff_minseo:29:2bb47c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨유메디칼",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:bd8db7",
                        "ysrc": "qmff_minseo:29:6316f4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아센디오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2766f4",
                        "ysrc": "qmff_minseo:29:7950cb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아스타",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9eb09b",
                        "ysrc": "qmff_minseo:29:2b5dbd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아스트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d91680",
                        "ysrc": "qmff_minseo:29:72e67e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이씨에이치",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:666774",
                        "ysrc": "qmff_minseo:29:da351d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이씨티케이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:229e12",
                        "ysrc": "qmff_minseo:29:673c9a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이에이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:44d727",
                        "ysrc": "qmff_minseo:29:b46800",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이에이치큐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:cb19fe",
                        "ysrc": "qmff_minseo:29:9db377",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a07bb0",
                        "ysrc": "qmff_minseo:29:9a1bf1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이엠지티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:affddd",
                        "ysrc": "qmff_minseo:29:aceca3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이오바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:98e998",
                        "ysrc": "qmff_minseo:29:6b1880",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이즈비전",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:947e76",
                        "ysrc": "qmff_minseo:29:28e914",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9adc27",
                        "ysrc": "qmff_minseo:29:d3be60",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:794db3",
                        "ysrc": "qmff_minseo:29:47cef4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아이톡시",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:269fde",
                        "ysrc": "qmff_minseo:29:d354d3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아주스틸",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2f3c79",
                        "ysrc": "qmff_minseo:29:ee57de",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아진전자부품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d00102",
                        "ysrc": "qmff_minseo:29:6fae28",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아크솔루션스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1888af",
                        "ysrc": "qmff_minseo:29:e16da6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아티스트스튜디오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:106686",
                        "ysrc": "qmff_minseo:29:761284",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아티스트컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:12150d",
                        "ysrc": "qmff_minseo:29:62c795",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "아퓨어스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:17faec",
                        "ysrc": "qmff_minseo:29:85a7f0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "안랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:001802",
                        "ysrc": "qmff_minseo:29:461180",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "안지오랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a829a4",
                        "ysrc": "qmff_minseo:29:dac0c6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "안트로젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:65baaf",
                        "ysrc": "qmff_minseo:29:f48f13",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알에프세미",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:963b9c",
                        "ysrc": "qmff_minseo:29:801228",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알엔투테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a3d726",
                        "ysrc": "qmff_minseo:29:864e40",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알테오젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7f7bdb",
                        "ysrc": "qmff_minseo:29:d930f3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알파녹스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b1b8b5",
                        "ysrc": "qmff_minseo:29:8a1dfd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "알파칩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:fafa12",
                        "ysrc": "qmff_minseo:29:48f61c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "압타바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8e3137",
                        "ysrc": "qmff_minseo:29:aedb83",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "애니메디솔루션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:27f9f4",
                        "ysrc": "qmff_minseo:29:59a2fd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "애닉",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a30c92",
                        "ysrc": "qmff_minseo:29:b822dd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "앱클론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a5402f",
                        "ysrc": "qmff_minseo:29:9a78bd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "앱트뉴로사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d4c7bc",
                        "ysrc": "qmff_minseo:29:3bf066",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스디생명공학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:356530",
                        "ysrc": "qmff_minseo:29:6769cb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스디시스템",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:799060",
                        "ysrc": "qmff_minseo:29:cf1bf5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스바이오메딕스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b77601",
                        "ysrc": "qmff_minseo:29:c1d4ba",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스씨엠생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e03fd7",
                        "ysrc": "qmff_minseo:29:71fd9e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스아이리소스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9eb4fa",
                        "ysrc": "qmff_minseo:29:27497e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스알바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4bebf1",
                        "ysrc": "qmff_minseo:29:622f81",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스유앤피",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e41624",
                        "ysrc": "qmff_minseo:29:eb4f09",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스제이켐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:437d6b",
                        "ysrc": "qmff_minseo:29:d9532f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스케이씨에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:75f482",
                        "ysrc": "qmff_minseo:29:adb3d4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에스티큐브",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4a8df2",
                        "ysrc": "qmff_minseo:29:6aa8d8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에쎈테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f82fec",
                        "ysrc": "qmff_minseo:29:3e6be5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이루트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6638d3",
                        "ysrc": "qmff_minseo:29:b881cd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이비엘바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d1c845",
                        "ysrc": "qmff_minseo:29:12f6ca",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이비온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:67c831",
                        "ysrc": "qmff_minseo:29:35aba1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이치이엠파마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:85f0f6",
                        "ysrc": "qmff_minseo:29:c34179",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이프로젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e39e7d",
                        "ysrc": "qmff_minseo:29:a2aba5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이피알",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2b34d3",
                        "ysrc": "qmff_minseo:29:78fe08",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코글로우",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1ecc01",
                        "ysrc": "qmff_minseo:29:c4cf75",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코볼트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d0ea7c",
                        "ysrc": "qmff_minseo:29:fc31ef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에피바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ad6945",
                        "ysrc": "qmff_minseo:29:f7f99f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑스큐어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ee8150",
                        "ysrc": "qmff_minseo:29:7df50f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑스페릭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:75ee13",
                        "ysrc": "qmff_minseo:29:202e77",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑시온그룹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:220343",
                        "ysrc": "qmff_minseo:29:4a2692",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑시큐어하이트론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b1c7a7",
                        "ysrc": "qmff_minseo:29:63c03f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔솔바이오사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:90349d",
                        "ysrc": "qmff_minseo:29:a3f574",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔시트론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9da3c3",
                        "ysrc": "qmff_minseo:29:115f2d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔에스이엔엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:487c0c",
                        "ysrc": "qmff_minseo:29:0b9465",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔젠바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:adbfb0",
                        "ysrc": "qmff_minseo:29:d46c48",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔지스테크널러지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:575449",
                        "ysrc": "qmff_minseo:29:ac3931",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔투텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:706cfd",
                        "ysrc": "qmff_minseo:29:04833d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘리비젼",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c42968",
                        "ysrc": "qmff_minseo:29:4eaf13",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘아이에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ec8225",
                        "ysrc": "qmff_minseo:29:fa0993",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘앤씨바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:244bea",
                        "ysrc": "qmff_minseo:29:307588",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘에이티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e05dd2",
                        "ysrc": "qmff_minseo:29:808a03",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠디바이스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c7fbf3",
                        "ysrc": "qmff_minseo:29:f7cdf9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠에프엠코리아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:37ac0c",
                        "ysrc": "qmff_minseo:29:963c66",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠투엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c143fc",
                        "ysrc": "qmff_minseo:29:a02933",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엣지파운드리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8137b5",
                        "ysrc": "qmff_minseo:29:352c4f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "영풍제지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a8665e",
                        "ysrc": "qmff_minseo:29:bd658e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오가닉티코스메틱",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3c3813",
                        "ysrc": "qmff_minseo:29:603fa7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오건에코텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8f049c",
                        "ysrc": "qmff_minseo:29:5e3726",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오늘이엔엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:bc2e24",
                        "ysrc": "qmff_minseo:29:dc9bb5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오르비텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9b3095",
                        "ysrc": "qmff_minseo:29:76c638",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오브젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2ae9a5",
                        "ysrc": "qmff_minseo:29:fdfd4d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오성첨단소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ac742e",
                        "ysrc": "qmff_minseo:29:d6f3db",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오픈엣지테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:378d67",
                        "ysrc": "qmff_minseo:29:0cf846",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "온코크로스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1c6d41",
                        "ysrc": "qmff_minseo:29:efe41d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "올리패스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9a9cec",
                        "ysrc": "qmff_minseo:29:48b569",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "옵트론텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8d8663",
                        "ysrc": "qmff_minseo:29:45699f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "옵티코어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7c97c6",
                        "ysrc": "qmff_minseo:29:98406e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "와이지-원",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9d97ff",
                        "ysrc": "qmff_minseo:29:6a9ee3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "우리로",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9f36f3",
                        "ysrc": "qmff_minseo:29:091049",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "우정바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5d3d94",
                        "ysrc": "qmff_minseo:29:38c73e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "위니아에이드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ebf234",
                        "ysrc": "qmff_minseo:29:c8f5c4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "위메이드맥스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3a907d",
                        "ysrc": "qmff_minseo:29:ad688d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "위지트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ad5f10",
                        "ysrc": "qmff_minseo:29:9e415d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "윙입푸드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9e5408",
                        "ysrc": "qmff_minseo:29:eb779e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유니트론텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5848bc",
                        "ysrc": "qmff_minseo:29:ccb0d6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유비씨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9c121d",
                        "ysrc": "qmff_minseo:29:93832c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유일로보틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2b9e17",
                        "ysrc": "qmff_minseo:29:2c46d5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유티아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7f275f",
                        "ysrc": "qmff_minseo:29:092871",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "율호",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:64821a",
                        "ysrc": "qmff_minseo:29:1ae514",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노벡스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:425dfe",
                        "ysrc": "qmff_minseo:29:d373e0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노스페이스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:63acbd",
                        "ysrc": "qmff_minseo:29:60b21a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노시뮬레이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:32c7b1",
                        "ysrc": "qmff_minseo:29:7e9dcf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이노와이어리스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6ca1db",
                        "ysrc": "qmff_minseo:29:4d14bb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이니텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b6ca6c",
                        "ysrc": "qmff_minseo:29:6e8a94",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이브이파킹서비스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8f63a4",
                        "ysrc": "qmff_minseo:29:0e54d6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이성씨엔아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c92788",
                        "ysrc": "qmff_minseo:29:abedc9",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이수앱지스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e38843",
                        "ysrc": "qmff_minseo:29:8d7c20",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이수화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3273f3",
                        "ysrc": "qmff_minseo:29:827249",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이스트아시아홀딩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d80c31",
                        "ysrc": "qmff_minseo:29:573c50",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이아이디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:aacc23",
                        "ysrc": "qmff_minseo:29:2634a3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이엔플러스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1eb04a",
                        "ysrc": "qmff_minseo:29:9b3fe3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이엠앤아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d6b577",
                        "ysrc": "qmff_minseo:29:2addb2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이원컴포텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:49c681",
                        "ysrc": "qmff_minseo:29:eb0c10",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이지케어텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5c238b",
                        "ysrc": "qmff_minseo:29:4b3a33",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이큐셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:cc627c",
                        "ysrc": "qmff_minseo:29:67c416",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이화공영",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:dc81ac",
                        "ysrc": "qmff_minseo:29:a40b14",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인디에프",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:844919",
                        "ysrc": "qmff_minseo:29:0be6a8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인벤티지랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ef057f",
                        "ysrc": "qmff_minseo:29:6a667b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인스코비",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:54d11e",
                        "ysrc": "qmff_minseo:29:98b4e7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인크레더블버즈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4e2d8b",
                        "ysrc": "qmff_minseo:29:328ea1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인투셀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:87c42e",
                        "ysrc": "qmff_minseo:29:cc3e58",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인트로메딕",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2adbf1",
                        "ysrc": "qmff_minseo:29:dd90f5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "일월지엠엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:0c25e6",
                        "ysrc": "qmff_minseo:29:bd3b7c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "자이언트스텝",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:faebc4",
                        "ysrc": "qmff_minseo:29:23813a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "전진바이오팜",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b326ed",
                        "ysrc": "qmff_minseo:29:f60d4f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제넨바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:95f8b6",
                        "ysrc": "qmff_minseo:29:2537c8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제노코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7f7f81",
                        "ysrc": "qmff_minseo:29:d383dc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제닉",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4a8013",
                        "ysrc": "qmff_minseo:29:5364fa",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제이스코홀딩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ab05be",
                        "ysrc": "qmff_minseo:29:35deef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제이준코스메틱",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:91ee82",
                        "ysrc": "qmff_minseo:29:ecff0b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제주은행",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:64a278",
                        "ysrc": "qmff_minseo:29:c12292",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "제주항공",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:05226f",
                        "ysrc": "qmff_minseo:29:22447d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "주성코퍼레이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c9292c",
                        "ysrc": "qmff_minseo:29:278063",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "주연테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:778e9a",
                        "ysrc": "qmff_minseo:29:6ae5ac",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "중앙첨단소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2701bd",
                        "ysrc": "qmff_minseo:29:81251d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지놈앤컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:33666b",
                        "ysrc": "qmff_minseo:29:5becaf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지아이이노베이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:bc3fb7",
                        "ysrc": "qmff_minseo:29:9bb160",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지아이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3c3205",
                        "ysrc": "qmff_minseo:29:fb071f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지앤비에스 에코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:24e656",
                        "ysrc": "qmff_minseo:29:71bbc5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지엘팜텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:78e39e",
                        "ysrc": "qmff_minseo:29:9da018",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "진원생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4fdd60",
                        "ysrc": "qmff_minseo:29:f1c086",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "참엔지니어링",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:220072",
                        "ysrc": "qmff_minseo:29:cacbc4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "청호ICT",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a8cf87",
                        "ysrc": "qmff_minseo:29:61fd51",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "카이노스메드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:dea321",
                        "ysrc": "qmff_minseo:29:f24b8c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "카페24",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f7c6b8",
                        "ysrc": "qmff_minseo:29:a5e6dd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "카프로",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4e7304",
                        "ysrc": "qmff_minseo:29:b66f32",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "캐리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d3ca80",
                        "ysrc": "qmff_minseo:29:1e6405",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이알엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3dd5d6",
                        "ysrc": "qmff_minseo:29:1a2008",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이엔더블유",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ae7cc9",
                        "ysrc": "qmff_minseo:29:eef2c4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이이엠텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5eabca",
                        "ysrc": "qmff_minseo:29:c56c32",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케이피엠테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8cf8e3",
                        "ysrc": "qmff_minseo:29:48de80",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "케일럼",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:236a97",
                        "ysrc": "qmff_minseo:29:590423",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "켐트로닉스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b508e1",
                        "ysrc": "qmff_minseo:29:f84402",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코나솔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d1c51d",
                        "ysrc": "qmff_minseo:29:6f6ab7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코디",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:237519",
                        "ysrc": "qmff_minseo:29:9616d0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코렌텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7360ce",
                        "ysrc": "qmff_minseo:29:9a6301",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코미코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6de42e",
                        "ysrc": "qmff_minseo:29:4b43a5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스나인",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:054195",
                        "ysrc": "qmff_minseo:29:e63d7c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스텍시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c1f24b",
                        "ysrc": "qmff_minseo:29:b090c7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코아스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:39378b",
                        "ysrc": "qmff_minseo:29:cbefac",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코어라인소프트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:7c718b",
                        "ysrc": "qmff_minseo:29:c7c9a5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코오롱생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3f185a",
                        "ysrc": "qmff_minseo:29:0af3ae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코오롱티슈진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:74a368",
                        "ysrc": "qmff_minseo:29:057298",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퀀타매트릭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8d6c53",
                        "ysrc": "qmff_minseo:29:7eedaf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퀀텀온",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8ecf97",
                        "ysrc": "qmff_minseo:29:208a02",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐라티스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:348bd5",
                        "ysrc": "qmff_minseo:29:b5cf79",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐로홀딩스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:db847a",
                        "ysrc": "qmff_minseo:29:1271d1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐리언트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:aa7501",
                        "ysrc": "qmff_minseo:29:7cfbe2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐브엔터",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8d62df",
                        "ysrc": "qmff_minseo:29:73ee72",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "크라우드웍스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4f518c",
                        "ysrc": "qmff_minseo:29:e9f23e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "크레오에스지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:004a30",
                        "ysrc": "qmff_minseo:29:c90896",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "크리스탈신소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:269c40",
                        "ysrc": "qmff_minseo:29:4c6db1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "타스컴",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d18fc4",
                        "ysrc": "qmff_minseo:29:c7b773",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "탈로스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:eaf693",
                        "ysrc": "qmff_minseo:29:c453c3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태양기계",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6b8b50",
                        "ysrc": "qmff_minseo:29:6d73a0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태영건설",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4df413",
                        "ysrc": "qmff_minseo:29:7b3bb2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태웅로직스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3bf2ed",
                        "ysrc": "qmff_minseo:29:6307bc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테라사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:257262",
                        "ysrc": "qmff_minseo:29:3053b6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테라젠이텍스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:9ce268",
                        "ysrc": "qmff_minseo:29:b529bd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테크엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3dcfe2",
                        "ysrc": "qmff_minseo:29:bb21db",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "테크트랜스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e0de8e",
                        "ysrc": "qmff_minseo:29:e40db6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티사이언티픽",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:361978",
                        "ysrc": "qmff_minseo:29:e795a5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티앤알바이오팹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:86b959",
                        "ysrc": "qmff_minseo:29:fc9d78",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티에스넥스젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d31dd9",
                        "ysrc": "qmff_minseo:29:f2330c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티에스아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:275bf4",
                        "ysrc": "qmff_minseo:29:b970b8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티엘엔지니어링",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:770467",
                        "ysrc": "qmff_minseo:29:e43b26",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "티움바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ed0da6",
                        "ysrc": "qmff_minseo:29:d9ffbf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파나케이아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f68942",
                        "ysrc": "qmff_minseo:29:d3caf8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파라텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2ee6fe",
                        "ysrc": "qmff_minseo:29:768484",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파마리서치",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:faa83b",
                        "ysrc": "qmff_minseo:29:875bae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파멥신",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:90cb7f",
                        "ysrc": "qmff_minseo:29:ae9c89",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "파워넷",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6c475c",
                        "ysrc": "qmff_minseo:29:051830",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "팡스카이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a6c1d6",
                        "ysrc": "qmff_minseo:29:06f4b3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "팬젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:cf21aa",
                        "ysrc": "qmff_minseo:29:d15fab",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "펨토바이오메드",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:316bc5",
                        "ysrc": "qmff_minseo:29:d4aa7e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포니링크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ccacd2",
                        "ysrc": "qmff_minseo:29:8cdefc",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포커스에이아이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:39a087",
                        "ysrc": "qmff_minseo:29:b00288",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포톤",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:fda97a",
                        "ysrc": "qmff_minseo:29:50ee2e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "폴라리스AI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ee2185",
                        "ysrc": "qmff_minseo:29:fbd8e2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "폴라리스AI파마",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:da38ed",
                        "ysrc": "qmff_minseo:29:32bd87",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "폴라리스세원",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5df4c1",
                        "ysrc": "qmff_minseo:29:16aa29",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "푸드나무",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:cad168",
                        "ysrc": "qmff_minseo:29:85f36a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "풍원정밀",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5bbc76",
                        "ysrc": "qmff_minseo:29:8d2c86",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퓨쳐메디신",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:774b44",
                        "ysrc": "qmff_minseo:29:90b0bf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퓨쳐켐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ae3aee",
                        "ysrc": "qmff_minseo:29:6afc46",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "프레스티지바이오로직스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:b5ff99",
                        "ysrc": "qmff_minseo:29:333148",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "프로젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4d508e",
                        "ysrc": "qmff_minseo:29:e1b110",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플라즈맵",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:daee6f",
                        "ysrc": "qmff_minseo:29:72519a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플럼라인생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e0f9ab",
                        "ysrc": "qmff_minseo:29:b9e89a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플레이그램",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:245125",
                        "ysrc": "qmff_minseo:29:4a5047",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "플루토스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d81091",
                        "ysrc": "qmff_minseo:29:a245df",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피노",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:1934e3",
                        "ysrc": "qmff_minseo:29:cc568d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피씨엘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e8a60b",
                        "ysrc": "qmff_minseo:29:b4b822",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피엔아이컴퍼니",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:0f2258",
                        "ysrc": "qmff_minseo:29:626f2f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피엔티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ebddd2",
                        "ysrc": "qmff_minseo:29:9cc7ab",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피엔티엠에스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:96831e",
                        "ysrc": "qmff_minseo:29:dc23c1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "피플바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:6a749b",
                        "ysrc": "qmff_minseo:29:1638f5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "핑거스토리",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c19141",
                        "ysrc": "qmff_minseo:29:3b517c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이드로리튬",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:51d165",
                        "ysrc": "qmff_minseo:29:157e47",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이딥",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ac86a9",
                        "ysrc": "qmff_minseo:29:30ac0a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이브",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2a3417",
                        "ysrc": "qmff_minseo:29:cfe4d8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "하이퍼코퍼레이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5e9c87",
                        "ysrc": "qmff_minseo:29:4f2706",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한국피아이엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:d0690b",
                        "ysrc": "qmff_minseo:29:a5cdbe",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한온시스템",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3f87eb",
                        "ysrc": "qmff_minseo:29:738360",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한울비앤씨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:f98d02",
                        "ysrc": "qmff_minseo:29:c03e63",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한울소재과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4bbc32",
                        "ysrc": "qmff_minseo:29:6ba00f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한울앤제주",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e131c1",
                        "ysrc": "qmff_minseo:29:584947",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한주라이트메탈",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:4bb955",
                        "ysrc": "qmff_minseo:29:59e660",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한주에이알티",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ec18d7",
                        "ysrc": "qmff_minseo:29:fffcba",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한창",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:bf4f99",
                        "ysrc": "qmff_minseo:29:99af3f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한탑",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:226cd9",
                        "ysrc": "qmff_minseo:29:240179",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화에어로스페이스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:041a96",
                        "ysrc": "qmff_minseo:29:ba00cb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화엔진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:572967",
                        "ysrc": "qmff_minseo:29:5f85af",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화오션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:8914d1",
                        "ysrc": "qmff_minseo:29:d819ae",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "해성옵틱스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:3cd367",
                        "ysrc": "qmff_minseo:29:5b19d8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "헝셩그룹",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:19dbe2",
                        "ysrc": "qmff_minseo:29:4c1879",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "헬릭스미스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:050437",
                        "ysrc": "qmff_minseo:29:63b09e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "현대ADM",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:a7f198",
                        "ysrc": "qmff_minseo:29:fb69c6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "현대사료",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2472c8",
                        "ysrc": "qmff_minseo:29:b6590c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "협진",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:aae0f6",
                        "ysrc": "qmff_minseo:29:6a27fb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "화인베스틸",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:16ce6a",
                        "ysrc": "qmff_minseo:29:895f61",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "화일약품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:2d3af7",
                        "ysrc": "qmff_minseo:29:f28371",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "효성화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:5a455f",
                        "ysrc": "qmff_minseo:29:acab7d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "휴림로봇",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:e65f21",
                        "ysrc": "qmff_minseo:29:a0bd0b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "휴림에이텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:132a75",
                        "ysrc": "qmff_minseo:29:9e1631",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "휴먼테크놀로지",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:ad2fd7",
                        "ysrc": "qmff_minseo:29:e6a920",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "전체 평균",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:29:c42737",
                        "ysrc": "qmff_minseo:29:c608a3",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "제3자배정증자 공시 전후 주가변화율(%)"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "공시일 기준 상대 날짜"
                        }
                    },
                    "yaxis": {
                        "range": [
                            -10,
                            20
                        ],
                        "title": {
                            "text": "주가 변화율 (%)"
                        }
                    },
                    "height": 500,
                    "shapes": [
                        {
                            "x0": "D+0",
                            "x1": "D-5",
                            "y0": 0,
                            "y1": 0,
                            "line": {
                                "dash": "dot",
                                "color": "red",
                                "width": 2
                            },
                            "type": "line"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "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": "#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
                                    },
                                    "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": "white",
                                            "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": "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": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "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",
                                "#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": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": "D+0",
                            "y": 0,
                            "font": {
                                "color": "red"
                            },
                            "text": "D+0 기준 (y=0%)",
                            "yshift": 10,
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 500,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~qmff_minseo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-05 15:13:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qmff_minseo",
                "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": "2025-08-05T15:49:10.358751Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qmff_minseo/28.embed",
            "fid": "qmff_minseo:28",
            "filename": "주주배정후 실권주일반공모 공시 전후 주가변화율(%)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/28/9_ABRM74XHABO2GN3A63DK38ETBDPXPK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/28/2_2DIWNXWH3R5THP4IH4CLEV3A6JIJ9C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/28/8_IWVBBQ310BZW2MY4XKFWAFJXJ59SR2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/28/9_ABRM74XHABO2GN3A63DK38ETBDPXPK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qmff_minseo:28",
                "plots": "https://api.plotly.com/v2/plots/qmff_minseo:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=qmff_minseo"
            },
            "owner": "qmff_minseo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~qmff_minseo/28/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:49:10.369Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qmff_minseo/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CJ CGV",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:c94b9d",
                        "ysrc": "qmff_minseo:27:743e2e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "CJ 바이오사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:60a109",
                        "ysrc": "qmff_minseo:27:35a31b",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "DH오토웨어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:705d49",
                        "ysrc": "qmff_minseo:27:754a4d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "E8",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:3ab864",
                        "ysrc": "qmff_minseo:27:beb5ff",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "ESR켄달스퀘어리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:b3f5fc",
                        "ysrc": "qmff_minseo:27:5f8354",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "HLB생명과학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:35f29d",
                        "ysrc": "qmff_minseo:27:a3d1b3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KC코트렐",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:0113c4",
                        "ysrc": "qmff_minseo:27:a52f46",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KEC",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:c6eef2",
                        "ysrc": "qmff_minseo:27:a5ce42",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "KR모터스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:04b6ed",
                        "ysrc": "qmff_minseo:27:230b37",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "NH올원리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:fcaec9",
                        "ysrc": "qmff_minseo:27:d5ac1d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SG",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:7345c1",
                        "ysrc": "qmff_minseo:27:d2356c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:cbab27",
                        "ysrc": "qmff_minseo:27:9ee7d5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "SK이노베이션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:1eefeb",
                        "ysrc": "qmff_minseo:27:1a2b1d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "STX",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:5063d8",
                        "ysrc": "qmff_minseo:27:de12ef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "강스템바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:0f7af8",
                        "ysrc": "qmff_minseo:27:04a78c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "경남제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:5053e6",
                        "ysrc": "qmff_minseo:27:6579a8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "네오이뮨텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:23e463",
                        "ysrc": "qmff_minseo:27:7fb30a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "누리플랜",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:794682",
                        "ysrc": "qmff_minseo:27:fb6200",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "뉴인텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:c66bc4",
                        "ysrc": "qmff_minseo:27:bd081f",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "다원시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:983773",
                        "ysrc": "qmff_minseo:27:016758",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대성창투",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:6cccb5",
                        "ysrc": "qmff_minseo:27:c55e81",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대한광통신",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:ae7e30",
                        "ysrc": "qmff_minseo:27:b220bd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "대한전선",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:2e0ad1",
                        "ysrc": "qmff_minseo:27:0602e0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "라닉스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:ae070c",
                        "ysrc": "qmff_minseo:27:7312da",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "레몬",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:c172a2",
                        "ysrc": "qmff_minseo:27:274c38",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "롯데리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:301272",
                        "ysrc": "qmff_minseo:27:a99416",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메드팩토",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:ecaf01",
                        "ysrc": "qmff_minseo:27:17ea78",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "메디포스트",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:53cd3c",
                        "ysrc": "qmff_minseo:27:1c88a7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "미래에셋맵스리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:926fe4",
                        "ysrc": "qmff_minseo:27:4bd5a8",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "부광약품",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:3d5673",
                        "ysrc": "qmff_minseo:27:51bd12",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "비트맥스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:37890d",
                        "ysrc": "qmff_minseo:27:ba11c3",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼보산업",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:fd3b18",
                        "ysrc": "qmff_minseo:27:6187bd",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼성FN리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:1b6295",
                        "ysrc": "qmff_minseo:27:dc417d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼성SDI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:62f2a6",
                        "ysrc": "qmff_minseo:27:6388b4",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼성제약",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:7d888d",
                        "ysrc": "qmff_minseo:27:ffe2b6",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "삼화전자공업",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:c524ef",
                        "ysrc": "qmff_minseo:27:0d150c",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "센서뷰",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:18ab8e",
                        "ysrc": "qmff_minseo:27:05dd7d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀바스AI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:203984",
                        "ysrc": "qmff_minseo:27:0901e7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "셀바스헬스케어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:0168ff",
                        "ysrc": "qmff_minseo:27:15c157",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스맥",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:c9564d",
                        "ysrc": "qmff_minseo:27:8c66d5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "스피어",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:a54c44",
                        "ysrc": "qmff_minseo:27:c5d3cb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "신라젠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:7be25d",
                        "ysrc": "qmff_minseo:27:edf121",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "신한알파리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:9c9cfd",
                        "ysrc": "qmff_minseo:27:ab5fda",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "씨이랩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:7c4365",
                        "ysrc": "qmff_minseo:27:78cffb",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "압타머사이언스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:d3eaf5",
                        "ysrc": "qmff_minseo:27:fcb617",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이스테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:fca452",
                        "ysrc": "qmff_minseo:27:824024",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에이프로젠바이오로직스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:a39ece",
                        "ysrc": "qmff_minseo:27:7f9cf0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코앤드림",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:cc5f3f",
                        "ysrc": "qmff_minseo:27:19c717",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코프로에이치엔",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:99580c",
                        "ysrc": "qmff_minseo:27:fab23d",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "에코플라스틱",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:038950",
                        "ysrc": "qmff_minseo:27:1bcfad",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엑시콘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:0bc067",
                        "ysrc": "qmff_minseo:27:89f4e2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엔브이에이치코리아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:069cfb",
                        "ysrc": "qmff_minseo:27:17d799",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엘앤케이바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:fb6637",
                        "ysrc": "qmff_minseo:27:01f915",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "엠젠솔루션",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:a6d9c1",
                        "ysrc": "qmff_minseo:27:816b67",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:5496ce",
                        "ysrc": "qmff_minseo:27:037882",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "옴니시스템",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:77f7ac",
                        "ysrc": "qmff_minseo:27:8b99d2",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "원익피앤이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:04afc0",
                        "ysrc": "qmff_minseo:27:30ba63",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "윈팩",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:e3671c",
                        "ysrc": "qmff_minseo:27:dee780",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "유니슨",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:926f92",
                        "ysrc": "qmff_minseo:27:2737ef",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이렘",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:b847dd",
                        "ysrc": "qmff_minseo:27:0b8f6a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이브이첨단소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:9cf75e",
                        "ysrc": "qmff_minseo:27:415bca",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이수페타시스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:646b30",
                        "ysrc": "qmff_minseo:27:2b6e66",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이지스레지던스리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:9d5656",
                        "ysrc": "qmff_minseo:27:2088a1",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "이지스밸류플러스리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:7b1631",
                        "ysrc": "qmff_minseo:27:9a1a22",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인성정보",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:77f89c",
                        "ysrc": "qmff_minseo:27:a22131",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "인텔리안테크",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:ffe7f6",
                        "ysrc": "qmff_minseo:27:065962",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "자비스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:aa8386",
                        "ysrc": "qmff_minseo:27:c80bdf",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "자연과환경",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:c7f832",
                        "ysrc": "qmff_minseo:27:c955b5",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "젠큐릭스",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:4c1c5d",
                        "ysrc": "qmff_minseo:27:85f322",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "지엔코",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:afe1be",
                        "ysrc": "qmff_minseo:27:2ddf5a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "진양화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:6e619a",
                        "ysrc": "qmff_minseo:27:d4c328",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "차바이오텍",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:f70c7e",
                        "ysrc": "qmff_minseo:27:1fa5de",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "캐스텍코리아",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:340a3f",
                        "ysrc": "qmff_minseo:27:f8e223",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코람코라이프인프라리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:adceb1",
                        "ysrc": "qmff_minseo:27:774c09",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스모신소재",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:5d551f",
                        "ysrc": "qmff_minseo:27:5f8f38",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "코스모화학",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:9e73d2",
                        "ysrc": "qmff_minseo:27:fe8e58",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "퀄리타스반도체",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:bee3ed",
                        "ysrc": "qmff_minseo:27:ae911e",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "큐라클",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:6643d0",
                        "ysrc": "qmff_minseo:27:a43dad",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "태성",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:725f56",
                        "ysrc": "qmff_minseo:27:733b03",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "판타지오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:2ca44f",
                        "ysrc": "qmff_minseo:27:cd4918",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "펩트론",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:2b8cc2",
                        "ysrc": "qmff_minseo:27:26e1e7",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "포스코퓨처엠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:f21678",
                        "ysrc": "qmff_minseo:27:9ee626",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한세엠케이",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:e09b63",
                        "ysrc": "qmff_minseo:27:08af26",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "한화리츠",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:ad0d61",
                        "ysrc": "qmff_minseo:27:e45216",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "현대바이오",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:987a86",
                        "ysrc": "qmff_minseo:27:769b2a",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "mode": "lines+markers",
                        "name": "후성",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:7be3e9",
                        "ysrc": "qmff_minseo:27:04b2e0",
                        "marker": {
                            "size": 6
                        },
                        "opacity": 0.2,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "전체 평균",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:27:e1382d",
                        "ysrc": "qmff_minseo:27:f075cb",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "주주배정후 실권주일반공모 공시 전후 주가변화율(%)"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "공시일 기준 상대 날짜"
                        }
                    },
                    "yaxis": {
                        "range": [
                            -10,
                            20
                        ],
                        "title": {
                            "text": "주가 변화율 (%)"
                        }
                    },
                    "height": 500,
                    "shapes": [
                        {
                            "x0": "D+0",
                            "x1": "D-5",
                            "y0": 0,
                            "y1": 0,
                            "line": {
                                "dash": "dot",
                                "color": "red",
                                "width": 2
                            },
                            "type": "line"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "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": "#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
                                    },
                                    "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": "white",
                                            "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": "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": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "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",
                                "#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": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": "D+0",
                            "y": 0,
                            "font": {
                                "color": "red"
                            },
                            "text": "D+0 기준 (y=0%)",
                            "yshift": 10,
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 500,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~qmff_minseo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-05 15:13:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qmff_minseo",
                "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": "2025-08-05T15:49:03.626511Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qmff_minseo/26.embed",
            "fid": "qmff_minseo:26",
            "filename": "제3자배정증자 공시 전후 주가변화율(%)_with ci",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/26/9_PB6B9ELW80P18YQ5K3UJN4YGXMYL8Z.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/26/2_Q33HFOSC154D3TB5CUQQEZUJFZ6QJ2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/26/8_XKSSLC7ANIJRSUTKLQI4PTS7TNFEES.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/26/9_PB6B9ELW80P18YQ5K3UJN4YGXMYL8Z.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qmff_minseo:26",
                "plots": "https://api.plotly.com/v2/plots/qmff_minseo:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=qmff_minseo"
            },
            "owner": "qmff_minseo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~qmff_minseo/26/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:49:03.637Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qmff_minseo/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 0
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:25:c5c986",
                        "ysrc": "qmff_minseo:25:246801",
                        "showlegend": false
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "95% CI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:25:6da9b6",
                        "ysrc": "qmff_minseo:25:787015",
                        "fillcolor": "rgba(135,206,250,0.2)"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "전체 평균",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:25:3f5f56",
                        "ysrc": "qmff_minseo:25:e594ae",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "제3자배정증자 공시 전후 주가변화율(%)"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "공시일 기준 상대 날짜"
                        }
                    },
                    "yaxis": {
                        "range": [
                            -4.008413563258612,
                            8.96354270406348
                        ],
                        "title": {
                            "text": "주가 변화율 (%)"
                        }
                    },
                    "height": 500,
                    "shapes": [
                        {
                            "x0": "D+0",
                            "x1": "D-5",
                            "y0": 0,
                            "y1": 0,
                            "line": {
                                "dash": "dot",
                                "color": "red",
                                "width": 2
                            },
                            "type": "line"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "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": "#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
                                    },
                                    "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": "white",
                                            "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": "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": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "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",
                                "#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": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": "D+0",
                            "y": 0,
                            "font": {
                                "color": "red"
                            },
                            "text": "D+0 기준 (y=0%)",
                            "yshift": 10,
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 500,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~qmff_minseo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-05 15:13:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qmff_minseo",
                "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": "2025-08-05T15:48:57.795524Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qmff_minseo/24.embed",
            "fid": "qmff_minseo:24",
            "filename": "주주배정후 실권주일반공모 공시 전후 주가변화율(%)_with ci",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/24/9_D07PTZBNCCDR1NGGNR11KL29A0M1FE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/24/2_0MQDDIL9G18CPWXM2PO4QHKX2P92FZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/24/8_612R4NV5GRSH9M7AE7KITI7DLQKP6Q.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qmff_minseo/24/9_D07PTZBNCCDR1NGGNR11KL29A0M1FE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qmff_minseo:24",
                "plots": "https://api.plotly.com/v2/plots/qmff_minseo:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=qmff_minseo"
            },
            "owner": "qmff_minseo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~qmff_minseo/24/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:48:57.806Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qmff_minseo/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 0
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:23:cd5eaf",
                        "ysrc": "qmff_minseo:23:f3b138",
                        "showlegend": false
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "95% CI",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:23:7592a5",
                        "ysrc": "qmff_minseo:23:5bcf0c",
                        "fillcolor": "rgba(135,206,250,0.2)"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "전체 평균",
                        "type": "scatter",
                        "xsrc": "qmff_minseo:23:4f7079",
                        "ysrc": "qmff_minseo:23:012b3e",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "주주배정후 실권주일반공모 공시 전후 주가변화율(%)"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "공시일 기준 상대 날짜"
                        }
                    },
                    "yaxis": {
                        "range": [
                            -7.346219163427749,
                            4.38127798363811
                        ],
                        "title": {
                            "text": "주가 변화율 (%)"
                        }
                    },
                    "height": 500,
                    "shapes": [
                        {
                            "x0": "D+0",
                            "x1": "D-5",
                            "y0": 0,
                            "y1": 0,
                            "line": {
                                "dash": "dot",
                                "color": "red",
                                "width": 2
                            },
                            "type": "line"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "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": "#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
                                    },
                                    "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": "white",
                                            "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": "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": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "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",
                                "#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": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": "D+0",
                            "y": 0,
                            "font": {
                                "color": "red"
                            },
                            "text": "D+0 기준 (y=0%)",
                            "yshift": 10,
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 500,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~qmff_minseo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-05 15:13:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qmff_minseo",
                "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": "2025-08-05T15:22:39.976549Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~zhao778899/3.embed",
            "fid": "zhao778899:3",
            "filename": "Plot 1 copy",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/zhao778899/3/9_TE8HVHMPJOTQA2YZFYY8ARYWPHUMI9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/zhao778899/3/2_O38R3MXLYHDPYF3DVI49IE84J4D8OM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zhao778899/3/8_261V3D87ZQP7NBESVC0M0OOSEICIC7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zhao778899/3/9_TE8HVHMPJOTQA2YZFYY8ARYWPHUMI9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zhao778899:3",
                "plots": "https://api.plotly.com/v2/plots/zhao778899:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=zhao778899"
            },
            "owner": "zhao778899",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~zhao778899/3/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:22:40.317Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~zhao778899/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "type": "bar",
                        "xsrc": "zhao778899:2:53593d",
                        "ysrc": "zhao778899:2:a78040"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Bar Chart"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            3670.5263157894738
                        ],
                        "title": {
                            "text": "頷き行動の回数"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~zhao778899",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.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": "2025-08-05 15:20:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zhao778899",
                "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": "2025-08-05T15:21:38.019283Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~zhao778899/1.embed",
            "fid": "zhao778899:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/zhao778899/1/9_9K320NMZBK11BGJNUI2SFP1ZVY3EKL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/zhao778899/1/2_XSC9MGSDDNWXLU7Z5D4VC6B763H5WZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zhao778899/1/8_CLGDYN07KTAPC0RBHUUS1UM0K4GGAJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zhao778899/1/9_9K320NMZBK11BGJNUI2SFP1ZVY3EKL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zhao778899:1",
                "plots": "https://api.plotly.com/v2/plots/zhao778899:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=zhao778899"
            },
            "owner": "zhao778899",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~zhao778899/1/",
            "world_readable": true,
            "date_modified": "2025-08-05T15:22:13.753Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~zhao778899/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "type": "bar",
                        "xsrc": "zhao778899:0:53593d",
                        "ysrc": "zhao778899:0:a78040"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Bar Chart"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            3670.5263157894738
                        ],
                        "title": {
                            "text": "頷き行動の回数"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~zhao778899",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.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": "2025-08-05 15:20:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zhao778899",
                "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": "2025-08-05T15:16:48.568239Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rogersernalever/25.embed",
            "fid": "rogersernalever:25",
            "filename": "Plot 25",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rogersernalever/25/9_SHVZ7YWY2GDGEN4L6IPEQ9AUD50NG8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rogersernalever/25/2_XNPQNEME0M41FG2ETTTQ0H136QWI7S.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rogersernalever/25/8_ZTLPGC7T5OE88Z7DPL2YGV6HW3ORUF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rogersernalever/25/9_SHVZ7YWY2GDGEN4L6IPEQ9AUD50NG8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rogersernalever:25",
                "plots": "https://api.plotly.com/v2/plots/rogersernalever:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=rogersernalever"
            },
            "owner": "rogersernalever",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rogersernalever/25/",
            "world_readable": true,
            "date_modified": "2025-08-05T21:04:55.930Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rogersernalever/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "1"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 1",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:d4c43a"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "2"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 2",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:e65f00",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "3"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 3",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:0983f2",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "4"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 4",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:f414cf",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "5"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 5",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:66640c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "6"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 6",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:49063a",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "7"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 7",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:63753d",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "8"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 8",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:79be24",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "9"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 9",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:2971f8",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "10"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 10",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:764d5a",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "11"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 11",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:3d8b3d",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "12"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 12",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:777732",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "13"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 13",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:61c258",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "14"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 14",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:20db7f",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "15"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 15",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:200b6c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "16"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 16",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:43731b",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "17"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 17",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:a54d55",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "18"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 18",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:5944b7",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "19"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 19",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:ab6ffe",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "20"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 20",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:9e79af",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "21"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 21",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:66ba87",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "22"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 22",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:3a7055",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "23"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 23",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:08debe",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Minuto",
                                "y": "24"
                            }
                        },
                        "mode": "lines",
                        "name": "Celda 24",
                        "type": "scatter",
                        "xsrc": "rogersernalever:21:fbf233",
                        "ysrc": "rogersernalever:24:fa65ad",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Variación de temperatura por celda - BANCO 5"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            60
                        ],
                        "title": {
                            "text": "Tiempo (Minutos)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            28.916666666666668,
                            32.58333333333333
                        ],
                        "title": {
                            "text": "Temperatura (ºC)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(231,231,240)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(183,183,191)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(234,234,242)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(36,36,36)"
                            },
                            "polar": {
                                "bgcolor": "rgb(234,234,242)",
                                "radialaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                }
                            },
                            "xaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "rgb(234,234,242)"
                            },
                            "colorway": [
                                "rgb(76,114,176)",
                                "rgb(221,132,82)",
                                "rgb(85,168,104)",
                                "rgb(196,78,82)",
                                "rgb(129,114,179)",
                                "rgb(147,120,96)",
                                "rgb(218,139,195)",
                                "rgb(140,140,140)",
                                "rgb(204,185,116)",
                                "rgb(100,181,205)"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#67001f"
                                    ],
                                    [
                                        0.1,
                                        "#b2182b"
                                    ],
                                    [
                                        0.2,
                                        "#d6604d"
                                    ],
                                    [
                                        0.3,
                                        "#f4a582"
                                    ],
                                    [
                                        0.4,
                                        "#fddbc7"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#d1e5f0"
                                    ],
                                    [
                                        0.7,
                                        "#92c5de"
                                    ],
                                    [
                                        0.8,
                                        "#4393c3"
                                    ],
                                    [
                                        0.9,
                                        "#2166ac"
                                    ],
                                    [
                                        1,
                                        "#053061"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(234,234,242)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.5,
                                "fillcolor": "rgb(67,103,167)"
                            },
                            "annotationdefaults": {
                                "arrowcolor": "rgb(67,103,167)"
                            }
                        },
                        "themeRef": "SEABORN"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rogersernalever",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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": "2023-05-29 20:40:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rogersernalever",
                "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": "2025-08-05T15:15:39.946755Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Lucka/25.embed",
            "fid": "Lucka:25",
            "filename": "po tkivih posebej",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Lucka/25/9_QXV3A23B2U6SUGPVZ06ITALSPIA2Q1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Lucka/25/2_M7QYSTI12VTVDHHBUU4J09XH1PFTW5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Lucka/25/8_IN0VJELYYGKZP0QGVX0WUVUWXIKJP7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Lucka/25/9_QXV3A23B2U6SUGPVZ06ITALSPIA2Q1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Lucka:25",
                "plots": "https://api.plotly.com/v2/plots/Lucka:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=Lucka"
            },
            "owner": "Lucka",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Lucka/25/",
            "world_readable": true,
            "date_modified": "2025-08-25T11:10:01.158Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Lucka/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "E",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "Lucka:11:a18676",
                        "ysrc": "Lucka:11:3e6f7a",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "A"
                                    }
                                },
                                "type": "groupby",
                                "styles": [
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "name": "Kost",
                                            "marker": {
                                                "color": "rgb(51, 126, 184)"
                                            }
                                        },
                                        "target": "SM14 KO p2"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(51, 126, 184)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "SM23KO p5"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(51, 126, 184)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "SM28KO p4"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "name": "Kostni mozeg",
                                            "marker": {
                                                "color": "rgb(228, 26, 28)"
                                            }
                                        },
                                        "target": "SM36 BM p6"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "name": "Pokostnica",
                                            "marker": {
                                                "color": "rgb(77, 175, 74)"
                                            }
                                        },
                                        "target": "SM26 P p5"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "name": "Sinovija",
                                            "marker": {
                                                "color": "rgb(152, 78, 163)"
                                            }
                                        },
                                        "target": "SM23S p4"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(152, 78, 163)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "OKK11 S2\n  p3"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(152, 78, 163)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "OKK12 S2\n  p3"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(152, 78, 163)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "OKK13 S2\n  p1"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(152, 78, 163)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "OKK17 S2\n  p7"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(152, 78, 163)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "OKK6 S1 p2"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "name": "Amnijska membrana",
                                            "marker": {
                                                "color": "rgb(255, 127, 0)"
                                            }
                                        },
                                        "target": "P2 AM p1"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "name": "Placenta",
                                            "marker": {
                                                "color": "rgb(255, 255, 51)"
                                            }
                                        },
                                        "target": "PL7 p2"
                                    },
                                    {
                                        "value": {
                                            "mode": "markers+lines",
                                            "marker": {
                                                "color": "rgb(255, 255, 51)"
                                            },
                                            "showlegend": false
                                        },
                                        "target": "PL9 p2"
                                    }
                                ],
                                "groupssrc": "Lucka:11:60ccfc"
                            }
                        ],
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.12093352192362093,
                            2.1209335219236207
                        ],
                        "title": {
                            "text": "Tretma"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            55,
                            175
                        ],
                        "title": {
                            "text": "Viabilnost (%)"
                        },
                        "autorange": false
                    },
                    "legend": {
                        "title": {
                            "text": "Vrsta tkiva"
                        }
                    },
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Lucka",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-28 10:37:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Lucka",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}