{
  "schema_version": "1.0",
  "chart": "stacked_column",
  "legacy_chart": "stacked column",
  "capture_policy": "all",
  "chart_data_source": "legacy set_up_tab_for_show_or_download_chart input dataframe",
  "dimensions": [
    "Company"
  ],
  "x_dimension": "Company",
  "y_dimension": "Company",
  "small_multiples_dimension": null,
  "dimension_selection": "primary_dimension_period_axis_at_grain",
  "stacked_pareto_mode": null,
  "count_dimension": null,
  "aggregate_uniques_by_dimension": null,
  "aggregate_uniques_dimension": null,
  "population_mode": null,
  "population_dimension": null,
  "focus_item": null,
  "focus_dimension": null,
  "focus_status": null,
  "focus_reason": null,
  "metric": "Sales",
  "metrics": [
    "Sales"
  ],
  "selected_periods": [
    "_Aug-2016",
    "_Aug-2017",
    "     "
  ],
  "period_grain": "year",
  "period_selection_mode": "all_periods_at_grain",
  "period_comparison_mode": "year_to_date",
  "period_adapter": {
    "status": "applied",
    "period_comparison_mode": "year_to_date",
    "title_period_context": "YTD through 2017-08-27",
    "comparison": {
      "label": "_Aug-2017",
      "start_date": "2017-01-01",
      "end_date": "2017-08-27",
      "date_count": 35
    },
    "baseline": {
      "label": "_Aug-2016",
      "start_date": "2016-01-03",
      "end_date": "2016-08-28",
      "date_count": 35
    },
    "row_counts": {
      "_Aug-2016": 162277,
      "_Aug-2017": 162346
    },
    "period_grain": "year",
    "input_periods": [
      "AC"
    ],
    "selected_periods": [
      "_Aug-2016",
      "_Aug-2017",
      "     "
    ]
  },
  "palette_policy": "legacy_dimension_shifted_palette",
  "source_functions": [
    "modules.charting.run_charting.run_charting",
    "modules.charting.plot_charts.plot_stacked_column_charts",
    "modules.data.multidimensional_charts_prep.prepare_data_for_stacked_column",
    "modules.charting.draw_width_and_stacked_plots.draw_stacked_column_chart"
  ],
  "data_frame": {
    "type": "LazyFrame",
    "columns": [
      "Period",
      "L'Oreal",
      "Coty",
      "Revlon",
      "Henkel",
      "Combe",
      "Bigen",
      "Others rank >6",
      "Value"
    ],
    "row_count": 2,
    "rows": [
      {
        "Period": "_Aug-2016",
        "L'Oreal": 387295457.0,
        "Coty": 194808514.99999994,
        "Revlon": 45009529.0,
        "Henkel": 43337808.0,
        "Combe": 35866346.0,
        "Bigen": 10076703.999999998,
        "Others rank >6": 23647578.0,
        "Value": 740041937.0
      },
      {
        "Period": "_Aug-2017",
        "L'Oreal": 358222698.0,
        "Coty": 220382442.99999997,
        "Revlon": 43119109.0,
        "Henkel": 42908008.0,
        "Combe": 37138847.0,
        "Bigen": 14278006.0,
        "Others rank >6": 19486273.999999996,
        "Value": 735535385.0
      }
    ]
  },
  "derived_metrics": null,
  "series_by_dimension": [
    {
      "figure_index": 1,
      "position": 0,
      "dimension": "Company",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "L'Oreal",
      "value": 387295457.0,
      "text": "387"
    },
    {
      "figure_index": 1,
      "position": 1,
      "dimension": "1",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "L'Oreal",
      "value": 358222698.0,
      "text": "358"
    },
    {
      "figure_index": 1,
      "position": 0,
      "dimension": "Company",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Coty",
      "value": 194808514.99999994,
      "text": "195"
    },
    {
      "figure_index": 1,
      "position": 1,
      "dimension": "1",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Coty",
      "value": 220382442.99999997,
      "text": "220"
    },
    {
      "figure_index": 1,
      "position": 0,
      "dimension": "Company",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Revlon",
      "value": 45009529.0,
      "text": "45"
    },
    {
      "figure_index": 1,
      "position": 1,
      "dimension": "1",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Revlon",
      "value": 43119109.0,
      "text": "43"
    },
    {
      "figure_index": 1,
      "position": 0,
      "dimension": "Company",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Henkel",
      "value": 43337808.0,
      "text": "43"
    },
    {
      "figure_index": 1,
      "position": 1,
      "dimension": "1",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Henkel",
      "value": 42908008.0,
      "text": "43"
    },
    {
      "figure_index": 1,
      "position": 0,
      "dimension": "Company",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Combe",
      "value": 35866346.0,
      "text": "36"
    },
    {
      "figure_index": 1,
      "position": 1,
      "dimension": "1",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Combe",
      "value": 37138847.0,
      "text": "37"
    },
    {
      "figure_index": 1,
      "position": 0,
      "dimension": "Company",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Bigen",
      "value": 10076703.999999998,
      "text": "10"
    },
    {
      "figure_index": 1,
      "position": 1,
      "dimension": "1",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Bigen",
      "value": 14278006.0,
      "text": "14"
    },
    {
      "figure_index": 1,
      "position": 0,
      "dimension": "Company",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Others rank >6",
      "value": 23647578.0,
      "text": "24"
    },
    {
      "figure_index": 1,
      "position": 1,
      "dimension": "1",
      "source_dimension": "Company",
      "axis_label": null,
      "item": "Others rank >6",
      "value": 19486273.999999996,
      "text": "20"
    }
  ],
  "waterfall_rows": [
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "L'Oreal",
      "step": 0,
      "value": 387295457.0,
      "text": "387"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "L'Oreal",
      "step": 1,
      "value": 358222698.0,
      "text": "358"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "L'Oreal",
      "step": 2,
      "value": null,
      "text": "0"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Coty",
      "step": 0,
      "value": 194808514.99999994,
      "text": "195"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Coty",
      "step": 1,
      "value": 220382442.99999997,
      "text": "220"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Coty",
      "step": 2,
      "value": null,
      "text": "0"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Revlon",
      "step": 0,
      "value": 45009529.0,
      "text": "45"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Revlon",
      "step": 1,
      "value": 43119109.0,
      "text": "43"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Revlon",
      "step": 2,
      "value": null,
      "text": "0"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Henkel",
      "step": 0,
      "value": 43337808.0,
      "text": "43"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Henkel",
      "step": 1,
      "value": 42908008.0,
      "text": "43"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Henkel",
      "step": 2,
      "value": null,
      "text": "0"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Combe",
      "step": 0,
      "value": 35866346.0,
      "text": "36"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Combe",
      "step": 1,
      "value": 37138847.0,
      "text": "37"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Combe",
      "step": 2,
      "value": null,
      "text": "0"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Bigen",
      "step": 0,
      "value": 10076703.999999998,
      "text": "10"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Bigen",
      "step": 1,
      "value": 14278006.0,
      "text": "14"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Bigen",
      "step": 2,
      "value": null,
      "text": "0"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Others rank >6",
      "step": 0,
      "value": 23647578.0,
      "text": "24"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Others rank >6",
      "step": 1,
      "value": 19486273.999999996,
      "text": "20"
    },
    {
      "figure_index": 1,
      "panel_index": null,
      "panel": null,
      "trace_type": "bar",
      "trace_name": "Others rank >6",
      "step": 2,
      "value": null,
      "text": "0"
    }
  ],
  "captured_calls": [
    {
      "call_index": 1,
      "string": "CompanySales",
      "chosen_dimension": "Company",
      "legacy_chart": "stacked column",
      "data_frame": {
        "type": "LazyFrame",
        "columns": [
          "Period",
          "L'Oreal",
          "Coty",
          "Revlon",
          "Henkel",
          "Combe",
          "Bigen",
          "Others rank >6",
          "Value"
        ],
        "row_count": 2,
        "rows": [
          {
            "Period": "_Aug-2016",
            "L'Oreal": 387295457.0,
            "Coty": 194808514.99999994,
            "Revlon": 45009529.0,
            "Henkel": 43337808.0,
            "Combe": 35866346.0,
            "Bigen": 10076703.999999998,
            "Others rank >6": 23647578.0,
            "Value": 740041937.0
          },
          {
            "Period": "_Aug-2017",
            "L'Oreal": 358222698.0,
            "Coty": 220382442.99999997,
            "Revlon": 43119109.0,
            "Henkel": 42908008.0,
            "Combe": 37138847.0,
            "Bigen": 14278006.0,
            "Others rank >6": 19486273.999999996,
            "Value": 735535385.0
          }
        ]
      },
      "derived_metrics": null
    }
  ],
  "trace_widths": [
    0.8
  ],
  "plotly_figures": [
    {
      "type": "Figure",
      "traces": [
        {
          "type": "bar",
          "name": "L'Oreal",
          "x": [
            0,
            1,
            2
          ],
          "y": [
            387295457.0,
            358222698.0,
            null
          ],
          "width": [
            0.8,
            0.8,
            0.8
          ],
          "text": [
            "387",
            "358",
            "0"
          ],
          "marker_color": [
            "#343434",
            "#343434",
            "#343434"
          ]
        },
        {
          "type": "bar",
          "name": "Coty",
          "x": [
            0,
            1,
            2
          ],
          "y": [
            194808514.99999994,
            220382442.99999997,
            null
          ],
          "width": [
            0.8,
            0.8,
            0.8
          ],
          "text": [
            "195",
            "220",
            "0"
          ],
          "marker_color": [
            "#999A9A",
            "#999A9A",
            "#999A9A"
          ]
        },
        {
          "type": "bar",
          "name": "Revlon",
          "x": [
            0,
            1,
            2
          ],
          "y": [
            45009529.0,
            43119109.0,
            null
          ],
          "width": [
            0.8,
            0.8,
            0.8
          ],
          "text": [
            "45",
            "43",
            "0"
          ],
          "marker_color": [
            "#818284",
            "#818284",
            "#818284"
          ]
        },
        {
          "type": "bar",
          "name": "Henkel",
          "x": [
            0,
            1,
            2
          ],
          "y": [
            43337808.0,
            42908008.0,
            null
          ],
          "width": [
            0.8,
            0.8,
            0.8
          ],
          "text": [
            "43",
            "43",
            "0"
          ],
          "marker_color": [
            "#58585A",
            "#58585A",
            "#58585A"
          ]
        },
        {
          "type": "bar",
          "name": "Combe",
          "x": [
            0,
            1,
            2
          ],
          "y": [
            35866346.0,
            37138847.0,
            null
          ],
          "width": [
            0.8,
            0.8,
            0.8
          ],
          "text": [
            "36",
            "37",
            "0"
          ],
          "marker_color": [
            "#95A7B6",
            "#95A7B6",
            "#95A7B6"
          ]
        },
        {
          "type": "bar",
          "name": "Bigen",
          "x": [
            0,
            1,
            2
          ],
          "y": [
            10076703.999999998,
            14278006.0,
            null
          ],
          "width": [
            0.8,
            0.8,
            0.8
          ],
          "text": [
            "10",
            "14",
            "0"
          ],
          "marker_color": [
            "#748B9E",
            "#748B9E",
            "#748B9E"
          ]
        },
        {
          "type": "bar",
          "name": "Others rank >6",
          "x": [
            0,
            1,
            2
          ],
          "y": [
            23647578.0,
            19486273.999999996,
            null
          ],
          "width": [
            0.8,
            0.8,
            0.8
          ],
          "text": [
            "24",
            "20",
            "0"
          ],
          "marker_color": [
            "#D9D9D9",
            "#D9D9D9",
            "#D9D9D9"
          ]
        }
      ],
      "layout_width": 270,
      "layout_height": 650.0,
      "title": "",
      "annotations": [
        {
          "text": "L'Oreal",
          "x": 1.8,
          "y": 179111349.0
        },
        {
          "text": "-7.5%",
          "x": 1.8,
          "y": 179111349.0
        },
        {
          "text": "Coty",
          "x": 1.8,
          "y": 468413919.5
        },
        {
          "text": "13.1%",
          "x": 1.8,
          "y": 468413919.5
        },
        {
          "text": "Revlon",
          "x": 1.8,
          "y": 600164695.5
        },
        {
          "text": "-4.2%",
          "x": 1.8,
          "y": 600164695.5
        },
        {
          "text": "Henkel",
          "x": 1.8,
          "y": 643178254.0
        },
        {
          "text": "-1.0%",
          "x": 1.8,
          "y": 643178254.0
        },
        {
          "text": "Combe",
          "x": 1.8,
          "y": 683201681.5
        },
        {
          "text": "3.5%",
          "x": 1.8,
          "y": 683201681.5
        },
        {
          "text": "Bigen",
          "x": 1.8,
          "y": 708910108.0
        },
        {
          "text": "41.7%",
          "x": 1.8,
          "y": 708910108.0
        },
        {
          "text": "Others rank >6",
          "x": 1.8,
          "y": 725792248.0
        },
        {
          "text": "-17.6%",
          "x": 1.8,
          "y": 725792248.0
        },
        {
          "text": "740",
          "x": 0.4,
          "y": 740041937.0
        },
        {
          "text": "736",
          "x": 1.4,
          "y": 735535385.0
        },
        {
          "text": "Mexico hair color<br><b>Sales</b> in mEUR by Company<br>YTD through 2017-08-27",
          "x": 0,
          "y": 1.04
        },
        {
          "text": "CAGR<br>-0.6%",
          "x": 1.8,
          "y": 1.03
        }
      ]
    }
  ],
  "exports": [
    {
      "artifact": "stacked_column.html",
      "renderer": "legacy_plotly+html_only",
      "plotly_export_error": "('The browser seemed to close immediately after starting.', 'You can set the `logging.Logger` level lower to see more output.', 'You may try installing a known working copy of Chrome by running ', '`$ choreo_get_chrome`.It may be your browser auto-updated and will now work upon restart. The browser we tried to start is located at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome.')",
      "html_artifact": "stacked_column.html",
      "screenshot_error": "Chrome screenshot failed: Headless Chrome exited with status -6.; Playwright screenshot failed: BrowserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n<launching> /Users/fabio/Library/Caches/ms-playwright/chromium_headless_shell-1217/chrome-headless-shell-mac-arm64/chrome-headless-shell --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=AvoidUnnecessaryBeforeUnloadCheckSync,BoundaryEventDispatchTracksNodeRemoval,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,RenderDocument,OptimizationHints --enable-features=CDPScreenshotNewSurface --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --edge-skip-compat-layer-relaunch --enable-automation --disable-infobars --disable-search-engine-choice-screen --disable-sync --enable-unsafe-swiftshader --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --disable-gpu --disable-dev-shm-usage --no-sandbox --user-data-dir=/var/folders/rt/cw29lbc116n1ct5n0m_8b7yr0000gn/T/playwright_chromiumdev_profile-vHoriD --remote-debugging-pipe --no-startup-window\n<launched> pid=57510\n[pid=57510][err] [0610/153928.093631:ERROR:base/power_monitor/thermal_state_observer_mac.mm:140] ThermalStateObserverMac unable to register to power notifications. Result: 9\n[pid=57510][err] [0610/153928.094723:ERROR:net/dns/dns_config_service_posix.cc:138] DNS config watch failed to start.\n[pid=57510][err] [0610/153928.095032:WARNING:net/dns/dns_config_service_posix.cc:197] Failed to read DnsConfig.\n[pid=57510][err] [0610/153928.095083:FATAL:base/apple/mach_port_rendezvous_mac.cc:159] Check failed: kr == KERN_SUCCESS. bootstrap_check_in org.chromium.Chromium.MachPortRendezvousServer.57510: Permission denied (1100)\nCall log:\n  - <launching> /Users/fabio/Library/Caches/ms-playwright/chromium_headless_shell-1217/chrome-headless-shell-mac-arm64/chrome-headless-shell --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=AvoidUnnecessaryBeforeUnloadCheckSync,BoundaryEventDispatchTracksNodeRemoval,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,RenderDocument,OptimizationHints --enable-features=CDPScreenshotNewSurface --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --edge-skip-compat-layer-relaunch --enable-automation --disable-infobars --disable-search-engine-choice-screen --disable-sync --enable-unsafe-swiftshader --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --disable-gpu --disable-dev-shm-usage --no-sandbox --user-data-dir=/var/folders/rt/cw29lbc116n1ct5n0m_8b7yr0000gn/T/playwright_chromiumdev_profile-vHoriD --remote-debugging-pipe --no-startup-window\n  - <launched> pid=57510\n  - [pid=57510][err] [0610/153928.093631:ERROR:base/power_monitor/thermal_state_observer_mac.mm:140] ThermalStateObserverMac unable to register to power notifications. Result: 9\n  - [pid=57510][err] [0610/153928.094723:ERROR:net/dns/dns_config_service_posix.cc:138] DNS config watch failed to start.\n  - [pid=57510][err] [0610/153928.095032:WARNING:net/dns/dns_config_service_posix.cc:197] Failed to read DnsConfig.\n  - [pid=57510][err] [0610/153928.095083:FATAL:base/apple/mach_port_rendezvous_mac.cc:159] Check failed: kr == KERN_SUCCESS. bootstrap_check_in org.chromium.Chromium.MachPortRendezvousServer.57510: Permission denied (1100)\n  - [pid=57510] <gracefully close start>\n  - [pid=57510] <kill>\n  - [pid=57510] <will force kill>\n  - [pid=57510] exception while trying to kill process: Error: kill EPERM\n  - [pid=57510] <process did exit: exitCode=null, signal=SIGTRAP>\n  - [pid=57510] starting temporary directories cleanup\n  - [pid=57510] finished temporary directories cleanup\n  - [pid=57510] <gracefully close end>\n",
      "chrome_screenshot_error": "Headless Chrome exited with status -6.",
      "playwright_screenshot_error": "BrowserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n<launching> /Users/fabio/Library/Caches/ms-playwright/chromium_headless_shell-1217/chrome-headless-shell-mac-arm64/chrome-headless-shell --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=AvoidUnnecessaryBeforeUnloadCheckSync,BoundaryEventDispatchTracksNodeRemoval,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,RenderDocument,OptimizationHints --enable-features=CDPScreenshotNewSurface --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --edge-skip-compat-layer-relaunch --enable-automation --disable-infobars --disable-search-engine-choice-screen --disable-sync --enable-unsafe-swiftshader --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --disable-gpu --disable-dev-shm-usage --no-sandbox --user-data-dir=/var/folders/rt/cw29lbc116n1ct5n0m_8b7yr0000gn/T/playwright_chromiumdev_profile-vHoriD --remote-debugging-pipe --no-startup-window\n<launched> pid=57510\n[pid=57510][err] [0610/153928.093631:ERROR:base/power_monitor/thermal_state_observer_mac.mm:140] ThermalStateObserverMac unable to register to power notifications. Result: 9\n[pid=57510][err] [0610/153928.094723:ERROR:net/dns/dns_config_service_posix.cc:138] DNS config watch failed to start.\n[pid=57510][err] [0610/153928.095032:WARNING:net/dns/dns_config_service_posix.cc:197] Failed to read DnsConfig.\n[pid=57510][err] [0610/153928.095083:FATAL:base/apple/mach_port_rendezvous_mac.cc:159] Check failed: kr == KERN_SUCCESS. bootstrap_check_in org.chromium.Chromium.MachPortRendezvousServer.57510: Permission denied (1100)\nCall log:\n  - <launching> /Users/fabio/Library/Caches/ms-playwright/chromium_headless_shell-1217/chrome-headless-shell-mac-arm64/chrome-headless-shell --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=AvoidUnnecessaryBeforeUnloadCheckSync,BoundaryEventDispatchTracksNodeRemoval,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,RenderDocument,OptimizationHints --enable-features=CDPScreenshotNewSurface --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --edge-skip-compat-layer-relaunch --enable-automation --disable-infobars --disable-search-engine-choice-screen --disable-sync --enable-unsafe-swiftshader --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --disable-gpu --disable-dev-shm-usage --no-sandbox --user-data-dir=/var/folders/rt/cw29lbc116n1ct5n0m_8b7yr0000gn/T/playwright_chromiumdev_profile-vHoriD --remote-debugging-pipe --no-startup-window\n  - <launched> pid=57510\n  - [pid=57510][err] [0610/153928.093631:ERROR:base/power_monitor/thermal_state_observer_mac.mm:140] ThermalStateObserverMac unable to register to power notifications. Result: 9\n  - [pid=57510][err] [0610/153928.094723:ERROR:net/dns/dns_config_service_posix.cc:138] DNS config watch failed to start.\n  - [pid=57510][err] [0610/153928.095032:WARNING:net/dns/dns_config_service_posix.cc:197] Failed to read DnsConfig.\n  - [pid=57510][err] [0610/153928.095083:FATAL:base/apple/mach_port_rendezvous_mac.cc:159] Check failed: kr == KERN_SUCCESS. bootstrap_check_in org.chromium.Chromium.MachPortRendezvousServer.57510: Permission denied (1100)\n  - [pid=57510] <gracefully close start>\n  - [pid=57510] <kill>\n  - [pid=57510] <will force kill>\n  - [pid=57510] exception while trying to kill process: Error: kill EPERM\n  - [pid=57510] <process did exit: exitCode=null, signal=SIGTRAP>\n  - [pid=57510] starting temporary directories cleanup\n  - [pid=57510] finished temporary directories cleanup\n  - [pid=57510] <gracefully close end>\n",
      "static_fallback_policy": "disabled",
      "export_width": 450,
      "export_height": 650,
      "legacy_layout_width": 270,
      "legacy_layout_height": 650,
      "figure_export_normalization": {
        "status": "applied",
        "method": "plotly_json_double_roundtrip"
      },
      "captured_figure_normalization": {
        "status": "applied",
        "method": "plotly_json_double_roundtrip"
      }
    }
  ]
}
