kibana/api_docs/charts.json
Stacey Gammon 4bfb35b43a
Update api docs (#116495)
* update api docs

* update api docs
2021-11-01 19:16:16 +00:00

4283 lines
139 KiB
JSON

{
"id": "charts",
"client": {
"classes": [],
"functions": [
{
"parentPluginId": "charts",
"id": "def-public.ColorPicker",
"type": "Function",
"tags": [],
"label": "ColorPicker",
"description": [],
"signature": [
"({ onChange, color: selectedColor, label, useLegacyColors, colorIsOverwritten, onKeyDown, maxDepth, layerIndex, }: ColorPickerProps) => JSX.Element"
],
"path": "src/plugins/charts/public/static/components/color_picker.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ColorPicker.$1",
"type": "Object",
"tags": [],
"label": "{\n onChange,\n color: selectedColor,\n label,\n useLegacyColors = true,\n colorIsOverwritten = true,\n onKeyDown,\n maxDepth,\n layerIndex,\n}",
"description": [],
"signature": [
"ColorPickerProps"
],
"path": "src/plugins/charts/public/static/components/color_picker.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.createColorPalette",
"type": "Function",
"tags": [],
"label": "createColorPalette",
"description": [
"\nGenerates an array of hex colors the length of the input number.\nIf the number is greater than the length of seed colors available,\nnew colors are generated up to the value of the input number."
],
"signature": [
"(num: number) => string[]"
],
"path": "src/plugins/charts/public/static/colors/color_palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.createColorPalette.$1",
"type": "number",
"tags": [],
"label": "num",
"description": [],
"signature": [
"number"
],
"path": "src/plugins/charts/public/static/colors/color_palette.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.CurrentTime",
"type": "Function",
"tags": [],
"label": "CurrentTime",
"description": [
"\nRender current time line annotation on @elastic/charts `Chart`"
],
"signature": [
"({ isDarkMode, domainEnd }: React.PropsWithChildren<CurrentTimeProps>) => JSX.Element"
],
"path": "src/plugins/charts/public/static/components/current_time.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.CurrentTime.$1",
"type": "CompoundType",
"tags": [],
"label": "{ isDarkMode, domainEnd }",
"description": [],
"signature": [
"React.PropsWithChildren<CurrentTimeProps>"
],
"path": "src/plugins/charts/public/static/components/current_time.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.Endzones",
"type": "Function",
"tags": [],
"label": "Endzones",
"description": [],
"signature": [
"({ isDarkMode, domainStart, domainEnd, interval, domainMin, domainMax, hideTooltips, isFullBin, }: React.PropsWithChildren<EndzonesProps>) => JSX.Element"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.Endzones.$1",
"type": "CompoundType",
"tags": [],
"label": "{\n isDarkMode,\n domainStart,\n domainEnd,\n interval,\n domainMin,\n domainMax,\n hideTooltips = true,\n isFullBin = false,\n}",
"description": [],
"signature": [
"React.PropsWithChildren<EndzonesProps>"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.getAdjustedInterval",
"type": "Function",
"tags": [],
"label": "getAdjustedInterval",
"description": [
"\nReturns the adjusted interval based on the data\n"
],
"signature": [
"(xValues: number[], esValue: number, esUnit: moment.unitOfTime.Base, timeZone: string) => number"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.getAdjustedInterval.$1",
"type": "Array",
"tags": [],
"label": "xValues",
"description": [
"sorted and unquie x values"
],
"signature": [
"number[]"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.getAdjustedInterval.$2",
"type": "number",
"tags": [],
"label": "esValue",
"description": [],
"signature": [
"number"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.getAdjustedInterval.$3",
"type": "CompoundType",
"tags": [],
"label": "esUnit",
"description": [],
"signature": [
"moment.unitOfTime.Base"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.getAdjustedInterval.$4",
"type": "string",
"tags": [],
"label": "timeZone",
"description": [],
"signature": [
"string"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.getBrushFromChartBrushEventFn",
"type": "Function",
"tags": [],
"label": "getBrushFromChartBrushEventFn",
"description": [
"\nHelper function to transform `@elastic/charts` brush event into brush action event"
],
"signature": [
"(table: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
", xAccessor: string | number | ",
"AccessorFn",
") => ({ x: selectedRange }: ",
"XYBrushEvent",
") => ",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.BrushTriggerEvent",
"text": "BrushTriggerEvent"
}
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.getBrushFromChartBrushEventFn.$1",
"type": "Object",
"tags": [],
"label": "table",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
}
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.getBrushFromChartBrushEventFn.$2",
"type": "CompoundType",
"tags": [],
"label": "xAccessor",
"description": [],
"signature": [
"string | number | ",
"AccessorFn"
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromChartClickEventFn",
"type": "Function",
"tags": [],
"label": "getFilterFromChartClickEventFn",
"description": [
"\nHelper function to transform `@elastic/charts` click event into filter action event\n"
],
"signature": [
"(table: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
", xAccessor: string | number | ",
"AccessorFn",
", splitSeriesAccessorFnMap?: Map<React.ReactText, ",
"AccessorFn",
"> | undefined, splitChartAccessor?: string | number | ",
"AccessorFn",
" | undefined, negate?: boolean) => (points: [",
"GeometryValue",
", ",
"XYChartSeriesIdentifier",
"][]) => ",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.ClickTriggerEvent",
"text": "ClickTriggerEvent"
}
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromChartClickEventFn.$1",
"type": "Object",
"tags": [],
"label": "table",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
}
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromChartClickEventFn.$2",
"type": "CompoundType",
"tags": [],
"label": "xAccessor",
"description": [],
"signature": [
"string | number | ",
"AccessorFn"
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromChartClickEventFn.$3",
"type": "Object",
"tags": [],
"label": "splitSeriesAccessorFnMap",
"description": [
"needed when using `splitSeriesAccessors` as `AccessorFn`"
],
"signature": [
"Map<React.ReactText, ",
"AccessorFn",
"> | undefined"
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromChartClickEventFn.$4",
"type": "CompoundType",
"tags": [],
"label": "splitChartAccessor",
"description": [],
"signature": [
"string | number | ",
"AccessorFn",
" | undefined"
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromChartClickEventFn.$5",
"type": "boolean",
"tags": [],
"label": "negate",
"description": [],
"signature": [
"boolean"
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromSeriesFn",
"type": "Function",
"tags": [],
"label": "getFilterFromSeriesFn",
"description": [
"\nHelper function to get filter action event from series"
],
"signature": [
"(table: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
") => ({ splitAccessors, ...rest }: ",
"XYChartSeriesIdentifier",
", splitSeriesAccessorFnMap?: Map<React.ReactText, ",
"AccessorFn",
"> | undefined, splitChartAccessor?: string | number | ",
"AccessorFn",
" | undefined, negate?: boolean) => ",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.ClickTriggerEvent",
"text": "ClickTriggerEvent"
}
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.getFilterFromSeriesFn.$1",
"type": "Object",
"tags": [],
"label": "table",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
}
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.getHeatmapColors",
"type": "Function",
"tags": [],
"label": "getHeatmapColors",
"description": [],
"signature": [
"(value: any, colorSchemaName: string) => string"
],
"path": "src/plugins/charts/common/static/color_maps/heatmap_color.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.getHeatmapColors.$1",
"type": "Any",
"tags": [],
"label": "value",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/charts/common/static/color_maps/heatmap_color.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.getHeatmapColors.$2",
"type": "string",
"tags": [],
"label": "colorSchemaName",
"description": [],
"signature": [
"string"
],
"path": "src/plugins/charts/common/static/color_maps/heatmap_color.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.LegendToggle",
"type": "Function",
"tags": [],
"label": "LegendToggle",
"description": [],
"signature": [
"React.NamedExoticComponent<LegendToggleProps> & { readonly type: ({ onClick, showLegend, legendPosition }: LegendToggleProps) => JSX.Element; }"
],
"path": "src/plugins/charts/public/static/components/legend_toggle.tsx",
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "charts",
"id": "def-public.LegendToggle.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.lightenColor",
"type": "Function",
"tags": [],
"label": "lightenColor",
"description": [],
"signature": [
"(baseColor: string, step: number, totalSteps: number) => string"
],
"path": "src/plugins/charts/public/services/palettes/lighten_color.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.lightenColor.$1",
"type": "string",
"tags": [],
"label": "baseColor",
"description": [],
"signature": [
"string"
],
"path": "src/plugins/charts/public/services/palettes/lighten_color.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.lightenColor.$2",
"type": "number",
"tags": [],
"label": "step",
"description": [],
"signature": [
"number"
],
"path": "src/plugins/charts/public/services/palettes/lighten_color.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.lightenColor.$3",
"type": "number",
"tags": [],
"label": "totalSteps",
"description": [],
"signature": [
"number"
],
"path": "src/plugins/charts/public/services/palettes/lighten_color.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.renderEndzoneTooltip",
"type": "Function",
"tags": [],
"label": "renderEndzoneTooltip",
"description": [],
"signature": [
"(xInterval?: number | undefined, domainStart?: number | undefined, domainEnd?: number | undefined, formatter?: ((v: any) => string) | undefined, renderValue?: boolean) => (headerData: ",
"TooltipValue",
") => string | JSX.Element"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.renderEndzoneTooltip.$1",
"type": "number",
"tags": [],
"label": "xInterval",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.renderEndzoneTooltip.$2",
"type": "number",
"tags": [],
"label": "domainStart",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.renderEndzoneTooltip.$3",
"type": "number",
"tags": [],
"label": "domainEnd",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.renderEndzoneTooltip.$4",
"type": "Function",
"tags": [],
"label": "formatter",
"description": [],
"signature": [
"((v: any) => string) | undefined"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.renderEndzoneTooltip.$5",
"type": "boolean",
"tags": [],
"label": "renderValue",
"description": [],
"signature": [
"boolean"
],
"path": "src/plugins/charts/public/static/components/endzones.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor",
"type": "Function",
"tags": [],
"label": "useActiveCursor",
"description": [],
"signature": [
"(activeCursor: ",
"ActiveCursor",
", chartRef: React.RefObject<",
"Chart",
">, syncOptions: ",
"ActiveCursorSyncOption",
") => (cursor: any) => void"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor.$1",
"type": "Object",
"tags": [],
"label": "activeCursor",
"description": [],
"signature": [
"ActiveCursor"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor.$2",
"type": "Object",
"tags": [],
"label": "chartRef",
"description": [],
"signature": [
"React.RefObject<",
"Chart",
">"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor.$3",
"type": "CompoundType",
"tags": [],
"label": "syncOptions",
"description": [],
"signature": [
"ActiveCursorSyncOption"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "charts",
"id": "def-public.BrushTriggerEvent",
"type": "Interface",
"tags": [],
"label": "BrushTriggerEvent",
"description": [],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.BrushTriggerEvent.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"brush\""
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.BrushTriggerEvent.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
"{ table: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
"; column: number; range: number[]; timeFieldName?: string | undefined; }"
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartColorConfiguration",
"type": "Interface",
"tags": [],
"label": "ChartColorConfiguration",
"description": [
"\nInformation about the structure of a chart to determine the color of a series within it."
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ChartColorConfiguration.totalSeries",
"type": "number",
"tags": [],
"label": "totalSeries",
"description": [
"\nOverall number of series in the current chart"
],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartColorConfiguration.maxDepth",
"type": "number",
"tags": [],
"label": "maxDepth",
"description": [
"\nMax nesting depth of the series tree"
],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartColorConfiguration.behindText",
"type": "CompoundType",
"tags": [],
"label": "behindText",
"description": [
"\nFlag whether the color will be used behind text. The palette can use this information to\nadjust colors for better a11y. Might be ignored depending on the palette."
],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartColorConfiguration.syncColors",
"type": "CompoundType",
"tags": [],
"label": "syncColors",
"description": [
"\nFlag whether a color assignment to a given key should be remembered and re-used the next time the key shows up.\nThis setting might be ignored based on the palette."
],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.ClickTriggerEvent",
"type": "Interface",
"tags": [],
"label": "ClickTriggerEvent",
"description": [],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ClickTriggerEvent.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"filterBucket\""
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ClickTriggerEvent.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
"{ data: { table: Pick<",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
", \"rows\" | \"columns\">; column: number; row: number; value: any; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }"
],
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.ColorMap",
"type": "Interface",
"tags": [],
"label": "ColorMap",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ColorMap.Unnamed",
"type": "Any",
"tags": [],
"label": "Unnamed",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.ColorSchema",
"type": "Interface",
"tags": [],
"label": "ColorSchema",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ColorSchema.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
}
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ColorSchema.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.ColorSchemaParams",
"type": "Interface",
"tags": [],
"label": "ColorSchemaParams",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ColorSchemaParams.colorSchema",
"type": "Enum",
"tags": [],
"label": "colorSchema",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
}
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ColorSchemaParams.invertColors",
"type": "boolean",
"tags": [],
"label": "invertColors",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments",
"type": "Interface",
"tags": [],
"label": "CustomPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.color",
"type": "Array",
"tags": [],
"label": "color",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.reverse",
"type": "CompoundType",
"tags": [],
"label": "reverse",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.stop",
"type": "Array",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteArguments.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState",
"type": "Interface",
"tags": [],
"label": "CustomPaletteState",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState.colors",
"type": "Array",
"tags": [],
"label": "colors",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState.stops",
"type": "Array",
"tags": [],
"label": "stops",
"description": [],
"signature": [
"number[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.CustomPaletteState.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.Labels",
"type": "Interface",
"tags": [],
"label": "Labels",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.Labels.color",
"type": "string",
"tags": [],
"label": "color",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Labels.filter",
"type": "CompoundType",
"tags": [],
"label": "filter",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Labels.overwriteColor",
"type": "CompoundType",
"tags": [],
"label": "overwriteColor",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Labels.rotate",
"type": "number",
"tags": [],
"label": "rotate",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Labels.show",
"type": "CompoundType",
"tags": [],
"label": "show",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Labels.truncate",
"type": "CompoundType",
"tags": [],
"label": "truncate",
"description": [],
"signature": [
"number | null | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition",
"type": "Interface",
"tags": [],
"label": "PaletteDefinition",
"description": [
"\nDefinition of a global palette.\n\nA palette controls the appearance of Lens charts on an editor level.\nThe palette wont get reset when switching charts.\n\nA palette can hold internal state (e.g. for customizations) and also includes\nan editor component to edit the internal state."
],
"signature": [
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.PaletteDefinition",
"text": "PaletteDefinition"
},
"<T>"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.id",
"type": "string",
"tags": [],
"label": "id",
"description": [
"\nUnique id of the palette (this will be persisted along with the visualization state)"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.title",
"type": "string",
"tags": [],
"label": "title",
"description": [
"\nUser facing title (should be i18n-ized)"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.internal",
"type": "CompoundType",
"tags": [],
"label": "internal",
"description": [
"\nFlag indicating whether users should be able to pick this palette manually."
],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.toExpression",
"type": "Function",
"tags": [],
"label": "toExpression",
"description": [
"\nSerialize the internal state of the palette into an expression function.\nThis function should be used to pass the palette to the expression function applying color and other styles"
],
"signature": [
"(state?: T | undefined) => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionAstExpression",
"text": "ExpressionAstExpression"
}
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.toExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "state",
"description": [
"The internal state of the palette"
],
"signature": [
"T | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getCategoricalColor",
"type": "Function",
"tags": [],
"label": "getCategoricalColor",
"description": [
"\nColor a series according to the internal rules of the palette."
],
"signature": [
"(series: ",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.SeriesLayer",
"text": "SeriesLayer"
},
"[], chartConfiguration?: ",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.ChartColorConfiguration",
"text": "ChartColorConfiguration"
},
" | undefined, state?: T | undefined) => string | null"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getCategoricalColor.$1",
"type": "Array",
"tags": [],
"label": "series",
"description": [
"The current series along with its ancestors."
],
"signature": [
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.SeriesLayer",
"text": "SeriesLayer"
},
"[]"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getCategoricalColor.$2",
"type": "Object",
"tags": [],
"label": "chartConfiguration",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.ChartColorConfiguration",
"text": "ChartColorConfiguration"
},
" | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getCategoricalColor.$3",
"type": "Uncategorized",
"tags": [],
"label": "state",
"description": [
"The internal state of the palette"
],
"signature": [
"T | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getCategoricalColors",
"type": "Function",
"tags": [],
"label": "getCategoricalColors",
"description": [
"\nGet a spectrum of colors of the current palette.\nThis can be used if the chart wants to control color assignment locally."
],
"signature": [
"(size: number, state?: T | undefined) => string[]"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getCategoricalColors.$1",
"type": "number",
"tags": [],
"label": "size",
"description": [],
"signature": [
"number"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getCategoricalColors.$2",
"type": "Uncategorized",
"tags": [],
"label": "state",
"description": [],
"signature": [
"T | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.canDynamicColoring",
"type": "CompoundType",
"tags": [],
"label": "canDynamicColoring",
"description": [
"\nDefine whether a palette supports dynamic coloring (i.e. gradient colors mapped to number values)"
],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getColorForValue",
"type": "Function",
"tags": [],
"label": "getColorForValue",
"description": [
"\nGet the assigned color for the given value based on its data domain and state settings.\nThis can be used for dynamic coloring based on uniform color distribution or custom stops."
],
"signature": [
"((value: number | undefined, state: T, { min, max }: { min: number; max: number; }) => string | undefined) | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getColorForValue.$1",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getColorForValue.$2",
"type": "Uncategorized",
"tags": [],
"label": "state",
"description": [],
"signature": [
"T"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getColorForValue.$3",
"type": "Object",
"tags": [],
"label": "{ min, max }",
"description": [],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getColorForValue.$3.min",
"type": "number",
"tags": [],
"label": "min",
"description": [],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteDefinition.getColorForValue.$3.max",
"type": "number",
"tags": [],
"label": "max",
"description": [],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
}
]
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteOutput",
"type": "Interface",
"tags": [],
"label": "PaletteOutput",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.PaletteOutput",
"text": "PaletteOutput"
},
"<T>"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteOutput.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"palette\" | \"system_palette\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteOutput.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteOutput.params",
"type": "Uncategorized",
"tags": [],
"label": "params",
"description": [],
"signature": [
"T | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteRegistry",
"type": "Interface",
"tags": [],
"label": "PaletteRegistry",
"description": [],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteRegistry.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [],
"signature": [
"(name: string) => ",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.PaletteDefinition",
"text": "PaletteDefinition"
},
"<unknown>"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.PaletteRegistry.get.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "charts",
"id": "def-public.PaletteRegistry.getAll",
"type": "Function",
"tags": [],
"label": "getAll",
"description": [],
"signature": [
"() => ",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.PaletteDefinition",
"text": "PaletteDefinition"
},
"<unknown>[]"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.RawColorSchema",
"type": "Interface",
"tags": [],
"label": "RawColorSchema",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.RawColorSchema.id",
"type": "Enum",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
}
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.RawColorSchema.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.RawColorSchema.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.SeriesLayer",
"type": "Interface",
"tags": [],
"label": "SeriesLayer",
"description": [
"\nInformation about a series in a chart used to determine its color.\nSeries layers can be nested, this means each series layer can have an ancestor."
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.SeriesLayer.name",
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nName of the series (can be used for lookup-based coloring)"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.SeriesLayer.rankAtDepth",
"type": "number",
"tags": [],
"label": "rankAtDepth",
"description": [
"\nRank of the series compared to siblings with the same ancestor"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.SeriesLayer.totalSeriesAtDepth",
"type": "number",
"tags": [],
"label": "totalSeriesAtDepth",
"description": [
"\nTotal number of series with the same ancestor"
],
"path": "src/plugins/charts/public/services/palettes/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.Style",
"type": "Interface",
"tags": [],
"label": "Style",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.Style.bgFill",
"type": "string",
"tags": [],
"label": "bgFill",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Style.bgColor",
"type": "boolean",
"tags": [],
"label": "bgColor",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Style.labelColor",
"type": "boolean",
"tags": [],
"label": "labelColor",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Style.subText",
"type": "string",
"tags": [],
"label": "subText",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.Style.fontSize",
"type": "number",
"tags": [],
"label": "fontSize",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.SystemPaletteArguments",
"type": "Interface",
"tags": [],
"label": "SystemPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.SystemPaletteArguments.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "charts",
"id": "def-public.ColorSchemas",
"type": "Enum",
"tags": [],
"label": "ColorSchemas",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "charts",
"id": "def-public.ColorMode",
"type": "Type",
"tags": [],
"label": "ColorMode",
"description": [],
"signature": [
"\"Background\" | \"Labels\" | \"None\""
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.colorSchemas",
"type": "Array",
"tags": [],
"label": "colorSchemas",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchema",
"text": "ColorSchema"
},
"[]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.defaultCountLabel",
"type": "string",
"tags": [],
"label": "defaultCountLabel",
"description": [],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.LabelRotation",
"type": "Type",
"tags": [],
"label": "LabelRotation",
"description": [],
"signature": [
"number"
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.paletteIds",
"type": "Array",
"tags": [],
"label": "paletteIds",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.seedColors",
"type": "Array",
"tags": [],
"label": "seedColors",
"description": [
"\nUsing a random color generator presented awful colors and unpredictable color schemes.\nSo we needed to come up with a color scheme of our own that creates consistent, pleasing color patterns.\nThe order allows us to guarantee that 1st, 2nd, 3rd, etc values always get the same color."
],
"signature": [
"string[]"
],
"path": "src/plugins/charts/public/static/colors/seed_colors.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.truncatedColorSchemas",
"type": "Array",
"tags": [],
"label": "truncatedColorSchemas",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchema",
"text": "ColorSchema"
},
"[]"
],
"path": "src/plugins/charts/common/static/color_maps/truncated_color_maps.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "charts",
"id": "def-public.ColorMode",
"type": "Object",
"tags": [],
"label": "ColorMode",
"description": [],
"signature": [
"{ readonly Background: \"Background\"; readonly Labels: \"Labels\"; readonly None: \"None\"; }"
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.LabelRotation",
"type": "Object",
"tags": [],
"label": "LabelRotation",
"description": [],
"signature": [
"{ readonly Horizontal: number; readonly Vertical: number; readonly Angled: number; }"
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.truncatedColorMaps",
"type": "Object",
"tags": [],
"label": "truncatedColorMaps",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/truncated_color_maps.ts",
"deprecated": false,
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps",
"type": "Object",
"tags": [],
"label": "vislibColorMaps",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Blues",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Blues]",
"description": [
"// Sequential"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Blues.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Blues"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Blues.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Blues.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greens",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Greens]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greens.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Greens"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greens.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greens.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greys",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Greys]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greys.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Greys"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greys.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Greys.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Reds",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Reds]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Reds.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Reds"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Reds.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.Reds.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.YellowToRed]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".YellowToRed"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.GreenToRed]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".GreenToRed"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
}
],
"initialIsOpen": false
}
],
"setup": {
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup",
"type": "Interface",
"tags": [],
"label": "ChartsPluginSetup",
"description": [],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup.legacyColors",
"type": "Object",
"tags": [],
"label": "legacyColors",
"description": [],
"signature": [
"{ readonly seedColors: string[]; readonly mappedColors: ",
"MappedColors",
"; createColorLookupFunction: (arrayOfStringsOrNumbers?: React.ReactText[] | undefined, colorMapping?: Partial<Record<string, string>>) => (value: React.ReactText) => any; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup.theme",
"type": "Object",
"tags": [],
"label": "theme",
"description": [],
"signature": [
"{ readonly chartsDefaultTheme: ",
"RecursivePartial",
"<",
"Theme",
">; readonly chartsDefaultBaseTheme: ",
"Theme",
"; chartsTheme$: ",
"Observable",
"<",
"RecursivePartial",
"<",
"Theme",
">>; chartsBaseTheme$: ",
"Observable",
"<",
"Theme",
">; readonly darkModeEnabled$: ",
"Observable",
"<boolean>; useDarkMode: () => boolean; useChartsTheme: () => ",
"RecursivePartial",
"<",
"Theme",
">; useChartsBaseTheme: () => ",
"Theme",
"; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup.palettes",
"type": "Object",
"tags": [],
"label": "palettes",
"description": [],
"signature": [
"{ getPalettes: () => Promise<",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.PaletteRegistry",
"text": "PaletteRegistry"
},
">; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "charts",
"id": "def-public.ChartsPluginStart",
"type": "Type",
"tags": [],
"label": "ChartsPluginStart",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.ChartsPluginSetup",
"text": "ChartsPluginSetup"
},
" & { activeCursor: ",
"ActiveCursor",
"; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments",
"type": "Interface",
"tags": [],
"label": "CustomPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.color",
"type": "Array",
"tags": [],
"label": "color",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.reverse",
"type": "CompoundType",
"tags": [],
"label": "reverse",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.stop",
"type": "Array",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState",
"type": "Interface",
"tags": [],
"label": "CustomPaletteState",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.colors",
"type": "Array",
"tags": [],
"label": "colors",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.stops",
"type": "Array",
"tags": [],
"label": "stops",
"description": [],
"signature": [
"number[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput",
"type": "Interface",
"tags": [],
"label": "PaletteOutput",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.PaletteOutput",
"text": "PaletteOutput"
},
"<T>"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"palette\" | \"system_palette\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput.params",
"type": "Uncategorized",
"tags": [],
"label": "params",
"description": [],
"signature": [
"T | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-server.SystemPaletteArguments",
"type": "Interface",
"tags": [],
"label": "SystemPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.SystemPaletteArguments.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "charts",
"id": "def-server.paletteIds",
"type": "Array",
"tags": [],
"label": "paletteIds",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "charts",
"id": "def-common.getHeatmapColors",
"type": "Function",
"tags": [],
"label": "getHeatmapColors",
"description": [],
"signature": [
"(value: any, colorSchemaName: string) => string"
],
"path": "src/plugins/charts/common/static/color_maps/heatmap_color.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.getHeatmapColors.$1",
"type": "Any",
"tags": [],
"label": "value",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/charts/common/static/color_maps/heatmap_color.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-common.getHeatmapColors.$2",
"type": "string",
"tags": [],
"label": "colorSchemaName",
"description": [],
"signature": [
"string"
],
"path": "src/plugins/charts/common/static/color_maps/heatmap_color.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.palette",
"type": "Function",
"tags": [],
"label": "palette",
"description": [],
"signature": [
"() => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"palette\", null, ",
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.CustomPaletteArguments",
"text": "CustomPaletteArguments"
},
", ",
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.PaletteOutput",
"text": "PaletteOutput"
},
"<",
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.CustomPaletteState",
"text": "CustomPaletteState"
},
">, ",
{
"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/charts/common/palette.ts",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.systemPalette",
"type": "Function",
"tags": [],
"label": "systemPalette",
"description": [],
"signature": [
"() => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"system_palette\", null, ",
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.SystemPaletteArguments",
"text": "SystemPaletteArguments"
},
", ",
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.PaletteOutput",
"text": "PaletteOutput"
},
"<{ [key: string]: unknown; }>, ",
{
"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/charts/common/palette.ts",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "charts",
"id": "def-common.ColorMap",
"type": "Interface",
"tags": [],
"label": "ColorMap",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.ColorMap.Unnamed",
"type": "Any",
"tags": [],
"label": "Unnamed",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.ColorSchema",
"type": "Interface",
"tags": [],
"label": "ColorSchema",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.ColorSchema.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
}
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.ColorSchema.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.ColorSchemaParams",
"type": "Interface",
"tags": [],
"label": "ColorSchemaParams",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.ColorSchemaParams.colorSchema",
"type": "Enum",
"tags": [],
"label": "colorSchema",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
}
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.ColorSchemaParams.invertColors",
"type": "boolean",
"tags": [],
"label": "invertColors",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments",
"type": "Interface",
"tags": [],
"label": "CustomPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.color",
"type": "Array",
"tags": [],
"label": "color",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.reverse",
"type": "CompoundType",
"tags": [],
"label": "reverse",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.stop",
"type": "Array",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteArguments.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState",
"type": "Interface",
"tags": [],
"label": "CustomPaletteState",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState.colors",
"type": "Array",
"tags": [],
"label": "colors",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState.stops",
"type": "Array",
"tags": [],
"label": "stops",
"description": [],
"signature": [
"number[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.CustomPaletteState.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.Labels",
"type": "Interface",
"tags": [],
"label": "Labels",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.Labels.color",
"type": "string",
"tags": [],
"label": "color",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Labels.filter",
"type": "CompoundType",
"tags": [],
"label": "filter",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Labels.overwriteColor",
"type": "CompoundType",
"tags": [],
"label": "overwriteColor",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Labels.rotate",
"type": "number",
"tags": [],
"label": "rotate",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Labels.show",
"type": "CompoundType",
"tags": [],
"label": "show",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Labels.truncate",
"type": "CompoundType",
"tags": [],
"label": "truncate",
"description": [],
"signature": [
"number | null | undefined"
],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.PaletteOutput",
"type": "Interface",
"tags": [],
"label": "PaletteOutput",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.PaletteOutput",
"text": "PaletteOutput"
},
"<T>"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.PaletteOutput.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"palette\" | \"system_palette\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.PaletteOutput.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.PaletteOutput.params",
"type": "Uncategorized",
"tags": [],
"label": "params",
"description": [],
"signature": [
"T | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.RawColorSchema",
"type": "Interface",
"tags": [],
"label": "RawColorSchema",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.RawColorSchema.id",
"type": "Enum",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
}
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.RawColorSchema.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.RawColorSchema.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.Style",
"type": "Interface",
"tags": [],
"label": "Style",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.Style.bgFill",
"type": "string",
"tags": [],
"label": "bgFill",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Style.bgColor",
"type": "boolean",
"tags": [],
"label": "bgColor",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Style.labelColor",
"type": "boolean",
"tags": [],
"label": "labelColor",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Style.subText",
"type": "string",
"tags": [],
"label": "subText",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.Style.fontSize",
"type": "number",
"tags": [],
"label": "fontSize",
"description": [],
"path": "src/plugins/charts/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.SystemPaletteArguments",
"type": "Interface",
"tags": [],
"label": "SystemPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.SystemPaletteArguments.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "charts",
"id": "def-common.ColorSchemas",
"type": "Enum",
"tags": [],
"label": "ColorSchemas",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "charts",
"id": "def-common.COLOR_MAPPING_SETTING",
"type": "string",
"tags": [],
"label": "COLOR_MAPPING_SETTING",
"description": [],
"signature": [
"\"visualization:colorMapping\""
],
"path": "src/plugins/charts/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.ColorMode",
"type": "Type",
"tags": [],
"label": "ColorMode",
"description": [],
"signature": [
"\"Background\" | \"Labels\" | \"None\""
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.colorSchemas",
"type": "Array",
"tags": [],
"label": "colorSchemas",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchema",
"text": "ColorSchema"
},
"[]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.defaultCountLabel",
"type": "string",
"tags": [],
"label": "defaultCountLabel",
"description": [],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.defaultCustomColors",
"type": "Array",
"tags": [],
"label": "defaultCustomColors",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.LabelRotation",
"type": "Type",
"tags": [],
"label": "LabelRotation",
"description": [],
"signature": [
"number"
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.LEGACY_TIME_AXIS",
"type": "string",
"tags": [],
"label": "LEGACY_TIME_AXIS",
"description": [],
"signature": [
"\"visualization:useLegacyTimeAxis\""
],
"path": "src/plugins/charts/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.paletteIds",
"type": "Array",
"tags": [],
"label": "paletteIds",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.truncatedColorSchemas",
"type": "Array",
"tags": [],
"label": "truncatedColorSchemas",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchema",
"text": "ColorSchema"
},
"[]"
],
"path": "src/plugins/charts/common/static/color_maps/truncated_color_maps.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "charts",
"id": "def-common.ColorMode",
"type": "Object",
"tags": [],
"label": "ColorMode",
"description": [],
"signature": [
"{ readonly Background: \"Background\"; readonly Labels: \"Labels\"; readonly None: \"None\"; }"
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.LabelRotation",
"type": "Object",
"tags": [],
"label": "LabelRotation",
"description": [],
"signature": [
"{ readonly Horizontal: number; readonly Vertical: number; readonly Angled: number; }"
],
"path": "src/plugins/charts/common/static/components/collections.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.truncatedColorMaps",
"type": "Object",
"tags": [],
"label": "truncatedColorMaps",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/truncated_color_maps.ts",
"deprecated": false,
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps",
"type": "Object",
"tags": [],
"label": "vislibColorMaps",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Blues",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Blues]",
"description": [
"// Sequential"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Blues.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Blues"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Blues.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Blues.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greens",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Greens]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greens.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Greens"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greens.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greens.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greys",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Greys]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greys.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Greys"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greys.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Greys.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Reds",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.Reds]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Reds.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".Reds"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Reds.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.Reds.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.YellowToRed",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.YellowToRed]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.YellowToRed.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".YellowToRed"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.YellowToRed.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.YellowToRed.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.GreenToRed",
"type": "Object",
"tags": [],
"label": "[ColorSchemas.GreenToRed]",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.GreenToRed.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.ColorSchemas",
"text": "ColorSchemas"
},
".GreenToRed"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.GreenToRed.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-common.vislibColorMaps.ColorSchemas.GreenToRed.value",
"type": "Array",
"tags": [],
"label": "value",
"description": [],
"signature": [
"[number, number[]][]"
],
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
"deprecated": false
}
]
}
],
"initialIsOpen": false
}
]
}
}