{
  "timestamp": "2024-11-21T21:54:45",
  "compiler": {
    "name": "@stencil/core",
    "version": "4.20.0",
    "typescriptVersion": "5.5.3"
  },
  "components": [
    {
      "filePath": "src/components/arcgis-charts-app-container/arcgis-charts-app-container.tsx",
      "encapsulation": "shadow",
      "tag": "arcgis-charts-app-container",
      "readme": "# arcgis-charts-app-container\n\n\n",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "actionBarExpanded",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "action-bar-expanded",
          "reflectToAttr": true,
          "docs": "Whether the chart action bar is expanded",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "actionBarHideActionsProps",
          "type": "ActionBarHideActionsProps",
          "complexType": {
            "original": "ActionBarHideActionsProps",
            "resolved": "ActionBarHideActionsProps",
            "references": {
              "ActionBarHideActionsProps": {
                "location": "import",
                "path": "@arcgis/charts-shared-utils",
                "id": "../charts-shared-utils/dist/types/index.d.ts::ActionBarHideActionsProps"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "Holds properties that determine whether to hide certain action or not in the action bar",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "ActionBarHideActionsProps"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "actionsReferenceElement",
          "type": "HTMLElement | undefined",
          "complexType": {
            "original": "HTMLElement",
            "resolved": "HTMLElement | undefined",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "A reference to the DOM node inside which action bar component is created",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "HTMLElement"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "autoReloadNewChartIds",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "auto-reload-new-chart-ids",
          "reflectToAttr": true,
          "docs": "Whether the app container should reload chart component automatically when chart ID changes",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "barChartDisableTogglingLegendItems",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "bar-chart-disable-toggling-legend-items",
          "reflectToAttr": false,
          "docs": "A boolean to disable the toggling feature of legend items to show or hide series for multi-series Bar chart.\nDefault value is false.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "boxPlotDisableTogglingLegendItems",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "box-plot-disable-toggling-legend-items",
          "reflectToAttr": false,
          "docs": "A boolean to disable the toggling feature of legend items to show or hide series for multi-series Box plot.\nDefault value is false.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "chartData",
          "type": "WebChartHistogramDataItem | undefined",
          "complexType": {
            "original": "WebChartHistogramDataItem",
            "resolved": "WebChartHistogramDataItem | undefined",
            "references": {
              "WebChartHistogramDataItem": {
                "location": "import",
                "path": "@arcgis/charts-spec",
                "id": "../charts-spec/dist/types/index.d.ts::WebChartHistogramDataItem"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "The data used by the chart",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "WebChartHistogramDataItem"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "chartHeaderTitle",
          "type": "string | undefined",
          "complexType": {
            "original": "string",
            "resolved": "string | undefined",
            "references": {}
          },
          "mutable": false,
          "attr": "chart-header-title",
          "reflectToAttr": false,
          "docs": "Heading title for the chart Element",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "string"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "chartPanelClosable",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "chart-panel-closable",
          "reflectToAttr": false,
          "docs": "Whether the chart panel is closable (should have close action in menu)",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "chartPanelScalable",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "chart-panel-scalable",
          "reflectToAttr": false,
          "docs": "Whether the chart panel is scalable (should have resize action in menu)",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "chartReferenceElement",
          "type": "HTMLElement | undefined",
          "complexType": {
            "original": "HTMLElement",
            "resolved": "HTMLElement | undefined",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "A reference to the DOM node inside which ArcGIS chart component is created",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "HTMLElement"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "configHeaderTitle",
          "type": "string | undefined",
          "complexType": {
            "original": "string",
            "resolved": "string | undefined",
            "references": {}
          },
          "mutable": false,
          "attr": "config-header-title",
          "reflectToAttr": false,
          "docs": "Heading title for the config create chart Element",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "string"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "configList",
          "type": "WebMapWebChart[]",
          "complexType": {
            "original": "WebMapWebChart[]",
            "resolved": "WebMapWebChart[]",
            "references": {
              "WebMapWebChart": {
                "location": "import",
                "path": "@arcgis/charts-spec",
                "id": "../charts-spec/dist/types/index.d.ts::WebMapWebChart"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "Array of chart configs",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "WebMapWebChart[]"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "configReferenceElement",
          "type": "HTMLElement | undefined",
          "complexType": {
            "original": "HTMLElement",
            "resolved": "HTMLElement | undefined",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "A reference to the DOM node inside which ArcGIS chart authoring component is created",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "HTMLElement"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "disableDownScaleAction",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-down-scale-action",
          "reflectToAttr": true,
          "docs": "Whether down scale action is disabled",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "disableEditAction",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-edit-action",
          "reflectToAttr": true,
          "docs": "Whether the edit chart action is disabled",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "disableUpScaleAction",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-up-scale-action",
          "reflectToAttr": true,
          "docs": "Whether up scale action is disabled",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "enableChartBetaComponents",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "enable-chart-beta-components",
          "reflectToAttr": true,
          "docs": "Enables the use of chart components in their beta version.",
          "docsTags": [
            {
              "name": "default",
              "text": "false"
            },
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "generateReferences",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "generate-references",
          "reflectToAttr": false,
          "docs": "Whether the app should generate its own element references inside shadow DOM",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "histogramDisableTogglingLegendItems",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "histogram-disable-toggling-legend-items",
          "reflectToAttr": false,
          "docs": "A boolean to disable the toggling feature of legend items to show or hide the overlays for Histogram.\nDefault value is false.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "layer",
          "type": "FeatureLayer | Sublayer | SubtypeSublayer",
          "complexType": {
            "original": "Sublayer | SupportedLayer",
            "resolved": "FeatureLayer | Sublayer | SubtypeSublayer",
            "references": {
              "Sublayer": {
                "location": "global",
                "id": "global::Sublayer"
              },
              "SupportedLayer": {
                "location": "import",
                "path": "@arcgis/charts-spec",
                "id": "../charts-spec/dist/types/index.d.ts::SupportedLayer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "The instance of the a feature layer or sublayer to create and edit the charts.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "FeatureLayer"
            },
            {
              "type": "Sublayer"
            },
            {
              "type": "SubtypeSublayer"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "lineChartDisableTogglingLegendItems",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "line-chart-disable-toggling-legend-items",
          "reflectToAttr": false,
          "docs": "A boolean to disable the toggling feature of legend items to show or hide series for multi-series Line chart.\nDefault value is false.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "openConfig",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": true,
          "attr": "open-config",
          "reflectToAttr": true,
          "docs": "the open state of chart authoring component",
          "docsTags": [
            {
              "name": "category",
              "text": "Private"
            }
          ],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "panelNumber",
          "type": "number | undefined",
          "complexType": {
            "original": "number",
            "resolved": "number | undefined",
            "references": {}
          },
          "mutable": true,
          "attr": "panel-number",
          "reflectToAttr": true,
          "docs": "panel number to keep track of the flow movement.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "number"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "pieChartDisableTogglingLegendItems",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "pie-chart-disable-toggling-legend-items",
          "reflectToAttr": false,
          "docs": "A boolean to disable the toggling feature of legend items to show or hide slices for Pie chart.\nDefault value is true.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "popoverPlacement",
          "type": "\"auto\" | \"auto-start\" | \"auto-end\" | \"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\" | \"leading-start\" | \"leading\" | \"leading-end\" | \"trailing-end\" | \"trailing\" | \"trailing-start\" | undefined",
          "complexType": {
            "original": "HTMLCalcitePopoverElement[\"placement\"]",
            "resolved": "\"auto\" | \"auto-start\" | \"auto-end\" | \"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\" | \"leading-start\" | \"leading\" | \"leading-end\" | \"trailing-end\" | \"trailing\" | \"trailing-start\" | undefined",
            "references": {
              "HTMLCalcitePopoverElement": {
                "location": "global",
                "id": "global::HTMLCalcitePopoverElement"
              }
            }
          },
          "mutable": false,
          "attr": "popover-placement",
          "reflectToAttr": false,
          "docs": "Popover placement for placing the calcite popopver element used by chart authoring component",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "value": "auto",
              "type": "string"
            },
            {
              "value": "auto-start",
              "type": "string"
            },
            {
              "value": "auto-end",
              "type": "string"
            },
            {
              "value": "top",
              "type": "string"
            },
            {
              "value": "top-start",
              "type": "string"
            },
            {
              "value": "top-end",
              "type": "string"
            },
            {
              "value": "bottom",
              "type": "string"
            },
            {
              "value": "bottom-start",
              "type": "string"
            },
            {
              "value": "bottom-end",
              "type": "string"
            },
            {
              "value": "right",
              "type": "string"
            },
            {
              "value": "right-start",
              "type": "string"
            },
            {
              "value": "right-end",
              "type": "string"
            },
            {
              "value": "left",
              "type": "string"
            },
            {
              "value": "left-start",
              "type": "string"
            },
            {
              "value": "left-end",
              "type": "string"
            },
            {
              "value": "leading-start",
              "type": "string"
            },
            {
              "value": "leading",
              "type": "string"
            },
            {
              "value": "leading-end",
              "type": "string"
            },
            {
              "value": "trailing-end",
              "type": "string"
            },
            {
              "value": "trailing",
              "type": "string"
            },
            {
              "value": "trailing-start",
              "type": "string"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "r2",
          "type": "number | undefined",
          "complexType": {
            "original": "number",
            "resolved": "number | undefined",
            "references": {}
          },
          "mutable": true,
          "attr": "r-2",
          "reflectToAttr": true,
          "docs": "R2 value from trendline Used only by scatter plot",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "number"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "scatterPlotDisableTogglingLegendItems",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "scatter-plot-disable-toggling-legend-items",
          "reflectToAttr": false,
          "docs": "A boolean to disable the toggling feature of legend items to show or hide the trend line for Scatter-plot.\nDefault value is false.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "selectedChartId",
          "type": "string | undefined",
          "complexType": {
            "original": "string | undefined",
            "resolved": "string | undefined",
            "references": {}
          },
          "mutable": true,
          "attr": "selected-chart-id",
          "reflectToAttr": true,
          "docs": "Chart ID for the selected chart.",
          "docsTags": [
            {
              "name": "category",
              "text": "Private"
            }
          ],
          "values": [
            {
              "type": "string"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "selectionData",
          "type": "SelectionData",
          "complexType": {
            "original": "SelectionData",
            "resolved": "SelectionData",
            "references": {
              "SelectionData": {
                "location": "import",
                "path": "@arcgis/charts-shared-utils",
                "id": "../charts-shared-utils/dist/types/index.d.ts::SelectionData"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "Object containing information about the selection to be or currently applied on the chart",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "SelectionData"
            }
          ],
          "optional": false,
          "required": false
        },
        {
          "name": "tabManagerElement",
          "type": "HTMLElement | undefined",
          "complexType": {
            "original": "HTMLElement | undefined",
            "resolved": "HTMLElement | undefined",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Tab manager element to be used for rendering multiple charts in different tabs.",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "HTMLElement"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "usePopupTemplateFieldsInfo",
          "type": "boolean | undefined",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean | undefined",
            "references": {}
          },
          "mutable": false,
          "attr": "use-popup-template-fields-info",
          "reflectToAttr": false,
          "docs": "usePopupTemplateFieldsInfo can be set to true to read the fields from layer.popupTemplate",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            },
            {
              "name": "default",
              "text": "false"
            }
          ],
          "values": [
            {
              "type": "boolean"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false
        },
        {
          "name": "view",
          "type": "MapView | SceneView",
          "complexType": {
            "original": "MapView | SceneView",
            "resolved": "MapView | SceneView",
            "references": {
              "MapView": {
                "location": "global",
                "id": "global::MapView"
              },
              "SceneView": {
                "location": "global",
                "id": "global::SceneView"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "The current instance of the MapView or SceneView",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ],
          "values": [
            {
              "type": "MapView"
            },
            {
              "type": "SceneView"
            }
          ],
          "optional": false,
          "required": false
        }
      ],
      "methods": [
        {
          "name": "setFocusToConfig",
          "returns": {
            "type": "Promise<void>",
            "docs": ""
          },
          "complexType": {
            "signature": "() => Promise<void>",
            "parameters": [],
            "references": {
              "Promise": {
                "location": "global",
                "id": "global::Promise"
              }
            },
            "return": "Promise<void>"
          },
          "signature": "setFocusToConfig() => Promise<void>",
          "parameters": [],
          "docs": "Method used to set the focus to the config component",
          "docsTags": [
            {
              "name": "category",
              "text": "Public"
            }
          ]
        }
      ],
      "events": [
        {
          "event": "arcgisChartsAppChartClose",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "event when chart panel \"close\" action is clicked",
          "docsTags": [
            {
              "name": "event"
            }
          ]
        },
        {
          "event": "arcgisChartsAppChartScaleChange",
          "detail": "\"down\" | \"up\"",
          "bubbles": true,
          "complexType": {
            "original": "HeightScaleDirections",
            "resolved": "\"down\" | \"up\"",
            "references": {
              "HeightScaleDirections": {
                "location": "import",
                "path": "../../interfaces",
                "id": "src/interfaces.ts::HeightScaleDirections"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "event when chart panel \"scale\" action is clicked",
          "docsTags": [
            {
              "name": "event"
            }
          ]
        },
        {
          "event": "arcgisChartsAppChartsConfigChange",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "charts config change event when a chart is added or updated.",
          "docsTags": [
            {
              "name": "event"
            }
          ]
        },
        {
          "event": "arcgisChartsAppChartsConfigClose",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "charts config change event when the chart config panel is closed",
          "docsTags": [
            {
              "name": "event"
            }
          ]
        },
        {
          "event": "arcgisChartsAppChartsConfigOpen",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "event when chart panel \"open\" action is clicked",
          "docsTags": [
            {
              "name": "event"
            }
          ]
        },
        {
          "event": "arcgisChartsAppChartsListChange",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "charts list change event when a chart is deleted from the charts list.",
          "docsTags": [
            {
              "name": "event"
            }
          ]
        },
        {
          "event": "arcgisChartsAppSelectionChange",
          "detail": "SelectionData",
          "bubbles": true,
          "complexType": {
            "original": "SelectionData",
            "resolved": "SelectionData",
            "references": {
              "SelectionData": {
                "location": "import",
                "path": "@arcgis/charts-shared-utils",
                "id": "../charts-shared-utils/dist/types/index.d.ts::SelectionData"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "event when selection changed.",
          "docsTags": [
            {
              "name": "event"
            }
          ]
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "calcite-tooltip",
        "calcite-panel",
        "calcite-action"
      ],
      "dependencyGraph": {
        "arcgis-charts-app-container": [
          "calcite-tooltip",
          "calcite-panel",
          "calcite-action"
        ],
        "calcite-panel": [
          "calcite-action",
          "calcite-action-menu",
          "calcite-scrim"
        ],
        "calcite-action": [
          "calcite-loader",
          "calcite-icon"
        ],
        "calcite-action-menu": [
          "calcite-action",
          "calcite-popover"
        ],
        "calcite-popover": [
          "calcite-action",
          "calcite-icon"
        ],
        "calcite-scrim": [
          "calcite-loader"
        ]
      }
    }
  ],
  "typeLibrary": {
    "../charts-spec/dist/types/index.d.ts::SupportedLayer": {
      "declaration": "any",
      "docstring": "",
      "path": "../charts-spec/dist/types/index.d.ts"
    },
    "../charts-spec/dist/types/index.d.ts::WebMapWebChart": {
      "declaration": "any",
      "docstring": "",
      "path": "../charts-spec/dist/types/index.d.ts"
    },
    "../charts-shared-utils/dist/types/index.d.ts::SelectionData": {
      "declaration": "any",
      "docstring": "",
      "path": "../charts-shared-utils/dist/types/index.d.ts"
    },
    "../charts-spec/dist/types/index.d.ts::WebChartHistogramDataItem": {
      "declaration": "any",
      "docstring": "",
      "path": "../charts-spec/dist/types/index.d.ts"
    },
    "../charts-shared-utils/dist/types/index.d.ts::ActionBarHideActionsProps": {
      "declaration": "any",
      "docstring": "",
      "path": "../charts-shared-utils/dist/types/index.d.ts"
    },
    "src/interfaces.ts::HeightScaleDirections": {
      "declaration": "HeightScaleDirections = {\n  Up: \"up\",\n  Down: \"down\"\n} as const",
      "docstring": "",
      "path": "src/interfaces.ts"
    }
  }
}