mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
3417 lines
No EOL
114 KiB
JSON
3417 lines
No EOL
114 KiB
JSON
{
|
|
"id": "expressionXY",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-public.ExpressionXyPluginSetup",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionXyPluginSetup",
|
|
"description": [],
|
|
"signature": [
|
|
"void"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-public.ExpressionXyPluginStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionXyPluginStart",
|
|
"description": [],
|
|
"signature": [
|
|
"void"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-public.LayerTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LayerTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly DATA: \"data\"; readonly REFERENCELINE: \"referenceLine\"; readonly ANNOTATIONS: \"annotations\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"start": {
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-server.ExpressionXyPluginStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionXyPluginStart",
|
|
"description": [],
|
|
"signature": [
|
|
"void"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AnnotationLayerArgs",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AnnotationLayerArgs",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AnnotationLayerArgs.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AnnotationLayerArgs.annotations",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "annotations",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "eventAnnotation",
|
|
"scope": "common",
|
|
"docId": "kibEventAnnotationPluginApi",
|
|
"section": "def-common.EventAnnotationOutput",
|
|
"text": "EventAnnotationOutput"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AnnotationLayerArgs.simpleView",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "simpleView",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxesSettingsConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AxesSettingsConfig",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxesSettingsConfig.yLeft",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "yLeft",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxesSettingsConfig.yRight",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "yRight",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AxisConfig",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.hide",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hide",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.position",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "position",
|
|
"description": [],
|
|
"signature": [
|
|
"Position",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.labelColor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "labelColor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.showOverlappingLabels",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showOverlappingLabels",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.showDuplicates",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showDuplicates",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.labelsOrientation",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "labelsOrientation",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.truncate",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "truncate",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.showLabels",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showLabels",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.showTitle",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showTitle",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.showGridLines",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showGridLines",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisConfig.extent",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "extent",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AxisExtentConfigResult",
|
|
"text": "AxisExtentConfigResult"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisExtentConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AxisExtentConfig",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisExtentConfig.mode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "mode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"custom\" | \"full\" | \"dataBounds\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisExtentConfig.lowerBound",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lowerBound",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisExtentConfig.upperBound",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "upperBound",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisExtentConfig.enforce",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "enforce",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataDecorationConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataDecorationConfig",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataDecorationConfig.forAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "forAccessor",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataDecorationConfig.color",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataDecorationConfig.axisId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "axisId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataLayerArgs",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.accessors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "accessors",
|
|
"description": [],
|
|
"signature": [
|
|
"(string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
")[]"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.seriesType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "seriesType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"bar\" | \"line\" | \"area\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.xAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "xAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.simpleView",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "simpleView",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.splitAccessors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "splitAccessors",
|
|
"description": [],
|
|
"signature": [
|
|
"(string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
")[] | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.markSizeAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "markSizeAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.lineWidth",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lineWidth",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.showPoints",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showPoints",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.showLines",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showLines",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.pointsRadius",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "pointsRadius",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.columnToLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "columnToLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.xScaleType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "xScaleType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"linear\" | \"time\" | \"ordinal\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.isHistogram",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isHistogram",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.isPercentage",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isPercentage",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.isStacked",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isStacked",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.isHorizontal",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isHorizontal",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.palette",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<{ [key: string]: unknown; }>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.decorations",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "decorations",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataDecorationConfigResult",
|
|
"text": "DataDecorationConfigResult"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerArgs.curveType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "curveType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.XYCurveType",
|
|
"text": "XYCurveType"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "LegendConfig",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.isVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isVisible",
|
|
"description": [
|
|
"\nFlag whether the legend should be shown. If there is just a single series, it will be hidden"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.position",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "position",
|
|
"description": [
|
|
"\nPosition of the legend relative to the chart"
|
|
],
|
|
"signature": [
|
|
"\"top\" | \"bottom\" | \"left\" | \"right\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.showSingleSeries",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showSingleSeries",
|
|
"description": [
|
|
"\nFlag whether the legend should be shown even with just a single series"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.isInside",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isInside",
|
|
"description": [
|
|
"\nFlag whether the legend is inside the chart"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.horizontalAlignment",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "horizontalAlignment",
|
|
"description": [
|
|
"\nHorizontal Alignment of the legend when it is set inside chart"
|
|
],
|
|
"signature": [
|
|
"\"left\" | \"right\" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.verticalAlignment",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "verticalAlignment",
|
|
"description": [
|
|
"\nVertical Alignment of the legend when it is set inside chart"
|
|
],
|
|
"signature": [
|
|
"\"top\" | \"bottom\" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.floatingColumns",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "floatingColumns",
|
|
"description": [
|
|
"\nNumber of columns when legend is set inside chart"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.maxLines",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxLines",
|
|
"description": [
|
|
"\nMaximum number of lines per legend item"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.shouldTruncate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shouldTruncate",
|
|
"description": [
|
|
"\nFlag whether the legend items are truncated or not"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfig.legendSize",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "legendSize",
|
|
"description": [
|
|
"\nExact legend width (vertical) or height (horizontal)\nLimited to max of 70% of the chart container dimension Vertical legends limited to min of 30% of computed width"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LegendSize",
|
|
"text": "LegendSize"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.MergedAnnotation",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MergedAnnotation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.MergedAnnotation",
|
|
"text": "MergedAnnotation"
|
|
},
|
|
" extends Omit<",
|
|
{
|
|
"pluginId": "eventAnnotation",
|
|
"scope": "common",
|
|
"docId": "kibEventAnnotationPluginApi",
|
|
"section": "def-common.ManualPointEventAnnotationArgs",
|
|
"text": "ManualPointEventAnnotationArgs"
|
|
},
|
|
", \"icon\">"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.MergedAnnotation.timebucket",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "timebucket",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.MergedAnnotation.position",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "position",
|
|
"description": [],
|
|
"signature": [
|
|
"\"bottom\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.MergedAnnotation.icon",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.MergedAnnotation.customTooltip",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "customTooltip",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ComponentType<{ header?: string | undefined; details?: string | undefined; datum: ",
|
|
"LineAnnotationDatum",
|
|
"<any> | ",
|
|
"RectAnnotationDatum",
|
|
"; }> | null"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.MergedAnnotation.isGrouped",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isGrouped",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ReferenceLineDecorationConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineDecorationConfig",
|
|
"text": "ReferenceLineDecorationConfig"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataDecorationConfig",
|
|
"text": "DataDecorationConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig.icon",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AvailableReferenceLineIcon",
|
|
"text": "AvailableReferenceLineIcon"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig.lineWidth",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lineWidth",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig.lineStyle",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lineStyle",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.LineStyle",
|
|
"text": "LineStyle"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig.fill",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fill",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.FillStyle",
|
|
"text": "FillStyle"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig.iconPosition",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "iconPosition",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.IconPosition",
|
|
"text": "IconPosition"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig.textVisibility",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "textVisibility",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfig.position",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "position",
|
|
"description": [],
|
|
"signature": [
|
|
"Position",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerArgs",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ReferenceLineLayerArgs",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerArgs.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerArgs.accessors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "accessors",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerArgs.columnToLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "columnToLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerArgs.decorations",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "decorations",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineDecorationConfigResult",
|
|
"text": "ReferenceLineDecorationConfigResult"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerArgs.table",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "table",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ValidLayer",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ValidLayer",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ValidLayer",
|
|
"text": "ValidLayer"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerConfigResult",
|
|
"text": "DataLayerConfigResult"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ValidLayer.xAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "xAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "XYArgs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.XYArgs",
|
|
"text": "XYArgs"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerArgs",
|
|
"text": "DataLayerArgs"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.legend",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "legend",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.LegendConfig",
|
|
"text": "LegendConfig"
|
|
},
|
|
" & { type: \"legendConfig\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.endValue",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "endValue",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.EndValue",
|
|
"text": "EndValue"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.emphasizeFitting",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "emphasizeFitting",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.valueLabels",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "valueLabels",
|
|
"description": [],
|
|
"signature": [
|
|
"\"hide\" | \"show\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.referenceLines",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "referenceLines",
|
|
"description": [],
|
|
"signature": [
|
|
"ReferenceLineConfigResult",
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.fittingFunction",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fittingFunction",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.FittingFunction",
|
|
"text": "FittingFunction"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.fillOpacity",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "fillOpacity",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.hideEndzones",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideEndzones",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.valuesInLegend",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "valuesInLegend",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.ariaLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ariaLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.yAxisConfigs",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "yAxisConfigs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.YAxisConfigResult",
|
|
"text": "YAxisConfigResult"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.xAxisConfig",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "xAxisConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.XAxisConfigResult",
|
|
"text": "XAxisConfigResult"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.addTimeMarker",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "addTimeMarker",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.markSizeRatio",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "markSizeRatio",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.minTimeBarInterval",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "minTimeBarInterval",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.splitRowAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "splitRowAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.splitColumnAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "splitColumnAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.detailedTooltip",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "detailedTooltip",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.orderBucketsBySum",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "orderBucketsBySum",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYArgs.showTooltip",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showTooltip",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYChartProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "XYChartProps",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYChartProps.args",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "args",
|
|
"description": [],
|
|
"signature": [
|
|
"XYProps"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYChartProps.syncTooltips",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "syncTooltips",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYChartProps.syncCursor",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "syncCursor",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYChartProps.syncColors",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "syncColors",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYChartProps.canNavigateToLens",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "canNavigateToLens",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYRender",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "XYRender",
|
|
"description": [],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYRender.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"render\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYRender.as",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "as",
|
|
"description": [],
|
|
"signature": [
|
|
"\"xyVis\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYRender.value",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.XYChartProps",
|
|
"text": "XYChartProps"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_renderers.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.YAxisConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "YAxisConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.YAxisConfig",
|
|
"text": "YAxisConfig"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AxisConfig",
|
|
"text": "AxisConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.YAxisConfig.mode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "mode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AxisMode",
|
|
"text": "AxisMode"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.YAxisConfig.boundsMargin",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "boundsMargin",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.YAxisConfig.scaleType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "scaleType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.YScaleType",
|
|
"text": "YScaleType"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AvailableReferenceLineIcon",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AvailableReferenceLineIcon",
|
|
"description": [],
|
|
"signature": [
|
|
"\"circle\" | \"asterisk\" | \"alert\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"tag\" | \"triangle\" | \"empty\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisExtentConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AxisExtentConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AxisExtentConfig",
|
|
"text": "AxisExtentConfig"
|
|
},
|
|
" & { type: \"axisExtentConfig\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisExtentMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AxisExtentMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"custom\" | \"full\" | \"dataBounds\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.AxisMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AxisMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"normal\" | \"percentage\" | \"wiggle\" | \"silhouette\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.CommonXYAnnotationLayerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CommonXYAnnotationLayerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"AnnotationLayerConfig",
|
|
" | ",
|
|
"ExtendedAnnotationLayerConfig"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.CommonXYDataLayerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CommonXYDataLayerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerConfig",
|
|
"text": "DataLayerConfig"
|
|
},
|
|
" | ",
|
|
"ExtendedDataLayerConfig"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.CommonXYDataLayerConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CommonXYDataLayerConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerConfigResult",
|
|
"text": "DataLayerConfigResult"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ExtendedDataLayerConfigResult",
|
|
"text": "ExtendedDataLayerConfigResult"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.CommonXYLayerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CommonXYLayerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerConfig",
|
|
"text": "DataLayerConfig"
|
|
},
|
|
" | ",
|
|
"ReferenceLineConfig",
|
|
" | ",
|
|
"AnnotationLayerConfig",
|
|
" | ",
|
|
"ExtendedDataLayerConfig",
|
|
" | ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerConfig",
|
|
"text": "ReferenceLineLayerConfig"
|
|
},
|
|
" | ",
|
|
"ExtendedAnnotationLayerConfig"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.CommonXYReferenceLineLayerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CommonXYReferenceLineLayerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"ReferenceLineConfig",
|
|
" | ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerConfig",
|
|
"text": "ReferenceLineLayerConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.CommonXYReferenceLineLayerConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CommonXYReferenceLineLayerConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
"ReferenceLineConfigResult",
|
|
" | ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerConfigResult",
|
|
"text": "ReferenceLineLayerConfigResult"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataDecorationConfigFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataDecorationConfigFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"dataDecorationConfig\", null, ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataDecorationConfig",
|
|
"text": "DataDecorationConfig"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataDecorationConfigResult",
|
|
"text": "DataDecorationConfigResult"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataDecorationConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataDecorationConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataDecorationConfig",
|
|
"text": "DataDecorationConfig"
|
|
},
|
|
" & { type: \"dataDecorationConfig\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataLayerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerArgs",
|
|
"text": "DataLayerArgs"
|
|
},
|
|
", \"palette\"> & { type: \"dataLayer\"; layerType: \"data\"; palette: ",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<{ [key: string]: unknown; }>; table: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
"; } & ",
|
|
"WithLayerId"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.DataLayerConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataLayerConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerArgs",
|
|
"text": "DataLayerArgs"
|
|
},
|
|
", \"palette\"> & { type: \"dataLayer\"; layerType: \"data\"; palette: ",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<{ [key: string]: unknown; }>; table: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.EndValue",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "EndValue",
|
|
"description": [],
|
|
"signature": [
|
|
"\"None\" | \"Zero\" | \"Nearest\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.EventAnnotationResultFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "EventAnnotationResultFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"event_annotations_result\", null, ",
|
|
"EventAnnotationResultArgs",
|
|
", ",
|
|
"EventAnnotationResultResult",
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ExtendedAnnotationLayerConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExtendedAnnotationLayerConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AnnotationLayerArgs",
|
|
"text": "AnnotationLayerArgs"
|
|
},
|
|
" & { layerId: string; } & { type: \"extendedAnnotationLayer\"; layerType: \"annotations\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ExtendedAnnotationLayerFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExtendedAnnotationLayerFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"extendedAnnotationLayer\", null, ",
|
|
"ExtendedAnnotationLayerArgs",
|
|
", ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ExtendedAnnotationLayerConfigResult",
|
|
"text": "ExtendedAnnotationLayerConfigResult"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ExtendedDataLayerConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExtendedDataLayerConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"ExtendedDataLayerArgs",
|
|
", \"palette\"> & { type: \"extendedDataLayer\"; layerType: \"data\"; palette: ",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<{ [key: string]: unknown; }>; table: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ExtendedDataLayerFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExtendedDataLayerFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"extendedDataLayer\", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
", ",
|
|
"ExtendedDataLayerArgs",
|
|
", Promise<",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ExtendedDataLayerConfigResult",
|
|
"text": "ExtendedDataLayerConfigResult"
|
|
},
|
|
">, ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.FillStyle",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FillStyle",
|
|
"description": [],
|
|
"signature": [
|
|
"\"above\" | \"below\" | \"none\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.FittingFunction",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FittingFunction",
|
|
"description": [],
|
|
"signature": [
|
|
"\"None\" | \"Zero\" | \"Nearest\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Average\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.IconPosition",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "IconPosition",
|
|
"description": [],
|
|
"signature": [
|
|
"\"above\" | \"below\" | \"auto\" | \"left\" | \"right\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LayeredXyVisFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LayeredXyVisFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"layeredXyVis\", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
", ",
|
|
"LayeredXYArgs",
|
|
", Promise<",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.XYRender",
|
|
"text": "XYRender"
|
|
},
|
|
">, ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LayerType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LayerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"data\" | \"referenceLine\" | \"annotations\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfigFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LegendConfigFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"legendConfig\", null, ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.LegendConfig",
|
|
"text": "LegendConfig"
|
|
},
|
|
", Promise<",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.LegendConfigResult",
|
|
"text": "LegendConfigResult"
|
|
},
|
|
">, ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LegendConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LegendConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.LegendConfig",
|
|
"text": "LegendConfig"
|
|
},
|
|
" & { type: \"legendConfig\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LineStyle",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LineStyle",
|
|
"description": [],
|
|
"signature": [
|
|
"\"solid\" | \"dashed\" | \"dotted\" | \"dot-dashed\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.PLUGIN_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"expressionXy\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.PLUGIN_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_NAME",
|
|
"description": [],
|
|
"signature": [
|
|
"\"expressionXy\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfigFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ReferenceLineDecorationConfigFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"referenceLineDecorationConfig\", null, ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineDecorationConfig",
|
|
"text": "ReferenceLineDecorationConfig"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineDecorationConfigResult",
|
|
"text": "ReferenceLineDecorationConfigResult"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineDecorationConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ReferenceLineDecorationConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineDecorationConfig",
|
|
"text": "ReferenceLineDecorationConfig"
|
|
},
|
|
" & { type: \"referenceLineDecorationConfig\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ReferenceLineLayerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerArgs",
|
|
"text": "ReferenceLineLayerArgs"
|
|
},
|
|
" & { type: \"referenceLineLayer\"; layerType: \"referenceLine\"; table: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
"; } & ",
|
|
"WithLayerId"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ReferenceLineLayerConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerArgs",
|
|
"text": "ReferenceLineLayerArgs"
|
|
},
|
|
" & { type: \"referenceLineLayer\"; layerType: \"referenceLine\"; table: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ReferenceLineLayerFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ReferenceLineLayerFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"referenceLineLayer\", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerArgs",
|
|
"text": "ReferenceLineLayerArgs"
|
|
},
|
|
", Promise<",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerConfigResult",
|
|
"text": "ReferenceLineLayerConfigResult"
|
|
},
|
|
">, ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.SeriesType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SeriesType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"bar\" | \"line\" | \"area\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.ValueLabelMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ValueLabelMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"hide\" | \"show\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XAxisConfigFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XAxisConfigFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"xAxisConfig\", null, ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AxisConfig",
|
|
"text": "AxisConfig"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.XAxisConfigResult",
|
|
"text": "XAxisConfigResult"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XAxisConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XAxisConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AxisConfig",
|
|
"text": "AxisConfig"
|
|
},
|
|
" & { type: \"xAxisConfig\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XScaleType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XScaleType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"linear\" | \"time\" | \"ordinal\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYCurveType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XYCurveType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"LINEAR\" | \"CURVE_MONOTONE_X\" | \"CURVE_STEP_AFTER\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYExtendedLayerConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XYExtendedLayerConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
"ReferenceLineConfigResult",
|
|
" | ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ExtendedDataLayerConfigResult",
|
|
"text": "ExtendedDataLayerConfigResult"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.ReferenceLineLayerConfigResult",
|
|
"text": "ReferenceLineLayerConfigResult"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.XYLayerArgs",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XYLayerArgs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.DataLayerArgs",
|
|
"text": "DataLayerArgs"
|
|
},
|
|
" | ",
|
|
"ReferenceLineArgs",
|
|
" | ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.AnnotationLayerArgs",
|
|
"text": "AnnotationLayerArgs"
|
|
}
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.YAxisConfigFn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "YAxisConfigFn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"yAxisConfig\", null, ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.YAxisConfig",
|
|
"text": "YAxisConfig"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.YAxisConfigResult",
|
|
"text": "YAxisConfigResult"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.YAxisConfigResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "YAxisConfigResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressionXY",
|
|
"scope": "common",
|
|
"docId": "kibExpressionXYPluginApi",
|
|
"section": "def-common.YAxisConfig",
|
|
"text": "YAxisConfig"
|
|
},
|
|
" & { type: \"yAxisConfig\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.YScaleType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "YScaleType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"linear\" | \"log\" | \"time\" | \"sqrt\""
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "expressionXY",
|
|
"id": "def-common.LayerTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LayerTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly DATA: \"data\"; readonly REFERENCELINE: \"referenceLine\"; readonly ANNOTATIONS: \"annotations\"; }"
|
|
],
|
|
"path": "src/plugins/chart_expressions/expression_xy/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |