mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
4155 lines
No EOL
139 KiB
JSON
4155 lines
No EOL
139 KiB
JSON
{
|
|
"id": "charts",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ColorPicker",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ColorPicker",
|
|
"description": [
|
|
"\nA `ColorPicker` component that is wrapped by the `withSuspense` HOC. This component can\nbe used directly by consumers and will load the `ColorPickerLazy` component lazily with\na predefined fallback and error boundary."
|
|
],
|
|
"signature": [
|
|
"React.ForwardRefExoticComponent<",
|
|
"ColorPickerProps",
|
|
" & ",
|
|
{
|
|
"pluginId": "@kbn/shared-ux-utility",
|
|
"scope": "common",
|
|
"docId": "kibKbnSharedUxUtilityPluginApi",
|
|
"section": "def-common.WithSuspenseExtendedDeps",
|
|
"text": "WithSuspenseExtendedDeps"
|
|
},
|
|
" & React.RefAttributes<{}>>"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ColorPicker.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ColorPickerLazy",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ColorPickerLazy",
|
|
"description": [
|
|
"\nThe Lazily-loaded `ColorPicker` component. Consumers should use `React.Suspense` or\nthe withSuspense` HOC to load this component."
|
|
],
|
|
"signature": [
|
|
"React.ExoticComponent<",
|
|
"ColorPickerProps",
|
|
"> & { readonly _result: ({ onChange, color: selectedColor, label, useLegacyColors, colorIsOverwritten, onKeyDown, maxDepth, layerIndex, }: ",
|
|
"ColorPickerProps",
|
|
") => JSX.Element; }"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ColorPickerLazy.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.EmptyPlaceholder",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "EmptyPlaceholder",
|
|
"description": [],
|
|
"signature": [
|
|
"({ icon, iconColor, message, dataTestSubj, className, renderComplete, }: ",
|
|
"EmptyPlaceholderProps",
|
|
") => JSX.Element"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/empty_placeholder.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.EmptyPlaceholder.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n icon,\n iconColor = 'subdued',\n message = <FormattedMessage id=\"charts.noDataLabel\" defaultMessage=\"No results found\" />,\n dataTestSubj = 'emptyPlaceholder',\n className,\n renderComplete,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"EmptyPlaceholderProps"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/empty_placeholder.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.LegendToggle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "LegendToggle",
|
|
"description": [
|
|
"\nA `LegendToggle` component that is wrapped by the `withSuspense` HOC. This component can\nbe used directly by consumers and will load the `LegendToggleLazy` component lazily with\na predefined fallback and error boundary."
|
|
],
|
|
"signature": [
|
|
"React.ForwardRefExoticComponent<",
|
|
"LegendToggleProps",
|
|
" & ",
|
|
{
|
|
"pluginId": "@kbn/shared-ux-utility",
|
|
"scope": "common",
|
|
"docId": "kibKbnSharedUxUtilityPluginApi",
|
|
"section": "def-common.WithSuspenseExtendedDeps",
|
|
"text": "WithSuspenseExtendedDeps"
|
|
},
|
|
" & React.RefAttributes<{}>>"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.LegendToggleLazy",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "LegendToggleLazy",
|
|
"description": [
|
|
"\nThe Lazily-loaded `LegendToggle` component. Consumers should use `React.Suspense` or\nthe withSuspense` HOC to load this component."
|
|
],
|
|
"signature": [
|
|
"React.ExoticComponent<",
|
|
"LegendToggleProps",
|
|
"> & { readonly _result: React.MemoExoticComponent<({ onClick, showLegend, legendPosition }: ",
|
|
"LegendToggleProps",
|
|
") => JSX.Element>; }"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.LegendToggleLazy.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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",
|
|
"<any, ",
|
|
"SeriesIdentifier",
|
|
">) => string | JSX.Element"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/endzones.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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",
|
|
") => ",
|
|
"PointerUpdateListener"
|
|
],
|
|
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.useCommonChartStyles",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useCommonChartStyles",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { chartIcon: { subdued: ",
|
|
"SerializedStyles",
|
|
"; accent: ",
|
|
"SerializedStyles",
|
|
"; }; }"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/common_chart_styles.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Warnings",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Warnings",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n warnings,\n compressed = false,\n 'data-test-subj': dataTestSubj = 'chart-inline-warning-button',\n}: { warnings: React.ReactNode[]; compressed?: boolean | undefined; 'data-test-subj'?: string | undefined; }) => JSX.Element | null"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/warnings.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Warnings.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n warnings,\n compressed = false,\n 'data-test-subj': dataTestSubj = 'chart-inline-warning-button',\n}",
|
|
"description": [],
|
|
"path": "src/plugins/charts/public/static/components/warnings.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Warnings.$1.warnings",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "warnings",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactNode[]"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/warnings.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Warnings.$1.compressed",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "compressed",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/warnings.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Warnings.$1.datatestsubj",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "'data-test-subj'",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/charts/public/static/components/warnings.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.BrushTriggerEvent",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "BrushTriggerEvent",
|
|
"description": [],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.BrushTriggerEvent.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"\"brush\""
|
|
],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ClickTriggerEvent",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ClickTriggerEvent",
|
|
"description": [],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ClickTriggerEvent.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"\"filter\""
|
|
],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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"
|
|
},
|
|
", \"columns\" | \"rows\">; column: number; row: number; value: any; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }"
|
|
],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ColorMap.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: RawColorSchema",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: ",
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "common",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-common.RawColorSchema",
|
|
"text": "RawColorSchema"
|
|
}
|
|
],
|
|
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ColorSchemaParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ColorSchemaParams",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ColorSchemaParams.invertColors",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "invertColors",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomPaletteArguments",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.color",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.gradient",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "gradient",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.reverse",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "reverse",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.stop",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"number[] | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.range",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"percent\" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.rangeMin",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMin",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.rangeMax",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMax",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteArguments.continuity",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "continuity",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteContinuity",
|
|
"text": "PaletteContinuity"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomPaletteState",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState.colors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "colors",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState.gradient",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "gradient",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState.stops",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "stops",
|
|
"description": [],
|
|
"signature": [
|
|
"number[]"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState.range",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"percent\""
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState.rangeMin",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMin",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState.rangeMax",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMax",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.CustomPaletteState.continuity",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "continuity",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteContinuity",
|
|
"text": "PaletteContinuity"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Labels",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Labels",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Labels.rotate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "rotate",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "common",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-common.LabelRotation",
|
|
"text": "LabelRotation"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MultiClickTriggerEvent",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MultiClickTriggerEvent",
|
|
"description": [],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MultiClickTriggerEvent.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"\"multiFilter\""
|
|
],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MultiClickTriggerEvent.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
"{ data: { table: Pick<",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
", \"columns\" | \"rows\">; cells: { column: number; row: number; }[]; relation?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.BooleanRelation",
|
|
"text": "BooleanRelation"
|
|
},
|
|
" | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }"
|
|
],
|
|
"path": "src/plugins/charts/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Style",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Style",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Style.bgFill",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "bgFill",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Style.bgColor",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "bgColor",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Style.labelColor",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "labelColor",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Style.subText",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "subText",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.Style.fontSize",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "fontSize",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.SystemPaletteArguments",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SystemPaletteArguments",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.SystemPaletteArguments.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.LabelRotation",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LabelRotation",
|
|
"description": [],
|
|
"signature": [
|
|
"0 | 90 | 75 | 270"
|
|
],
|
|
"path": "src/plugins/charts/common/static/components/collections.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.LabelRotation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LabelRotation",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly Horizontal: 0; readonly Vertical: 90; readonly Angled: 75; readonly VerticalRotation: 270; }"
|
|
],
|
|
"path": "src/plugins/charts/common/static/components/collections.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "MULTILAYER_TIME_AXIS_STYLE",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLabel",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "tickLabel",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLabel.visible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "visible",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLabel.padding",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "padding",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLabel.rotation",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rotation",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLabel.alignment",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "alignment",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLabel.alignment.vertical",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "vertical",
|
|
"description": [],
|
|
"signature": [
|
|
"\"bottom\""
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLabel.alignment.horizontal",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "horizontal",
|
|
"description": [],
|
|
"signature": [
|
|
"\"left\""
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLine",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "tickLine",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLine.visible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "visible",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLine.size",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.MULTILAYER_TIME_AXIS_STYLE.tickLine.padding",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "padding",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ChartsPluginSetup.legacyColors",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "legacyColors",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly seedColors: string[]; readonly mappedColors: ",
|
|
"MappedColors",
|
|
"; createColorLookupFunction: (arrayOfStringsOrNumbers?: (string | number)[] | undefined, colorMapping?: Partial<Record<string, string>>) => (value: string | number) => any; }"
|
|
],
|
|
"path": "src/plugins/charts/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ChartsPluginSetup.theme",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "theme",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly chartsDefaultBaseTheme: ",
|
|
"Theme",
|
|
"; chartsBaseTheme$: ",
|
|
"Observable",
|
|
"<",
|
|
"Theme",
|
|
">; readonly darkModeEnabled$: ",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/core-theme-browser",
|
|
"scope": "public",
|
|
"docId": "kibKbnCoreThemeBrowserPluginApi",
|
|
"section": "def-public.CoreTheme",
|
|
"text": "CoreTheme"
|
|
},
|
|
">; useDarkMode: () => boolean; useChartsTheme: () => ",
|
|
"RecursivePartial",
|
|
"<",
|
|
"Theme",
|
|
">; useSparklineOverrides: () => ",
|
|
"RecursivePartial",
|
|
"<",
|
|
"Theme",
|
|
">; useChartsBaseTheme: () => ",
|
|
"Theme",
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/charts/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-public.ChartsPluginSetup.palettes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palettes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ getPalettes: () => Promise<",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteRegistry",
|
|
"text": "PaletteRegistry"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/charts/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.color",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.gradient",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "gradient",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.reverse",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "reverse",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.stop",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"number[] | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.range",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"percent\" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.rangeMin",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMin",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.rangeMax",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMax",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteArguments.continuity",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "continuity",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteContinuity",
|
|
"text": "PaletteContinuity"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomPaletteState",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState.colors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "colors",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState.gradient",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "gradient",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState.stops",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "stops",
|
|
"description": [],
|
|
"signature": [
|
|
"number[]"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState.range",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"percent\""
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState.rangeMin",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMin",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState.rangeMax",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMax",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.CustomPaletteState.continuity",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "continuity",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteContinuity",
|
|
"text": "PaletteContinuity"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.SystemPaletteArguments",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SystemPaletteArguments",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-server.SystemPaletteArguments.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.palette",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"PaletteExpressionFunctionDefinition"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.systemPalette",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "systemPalette",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "common",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-common.SystemPaletteExpressionFunctionDefinition",
|
|
"text": "SystemPaletteExpressionFunctionDefinition"
|
|
}
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/system_palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.ColorMap.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: RawColorSchema",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: ",
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "common",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-common.RawColorSchema",
|
|
"text": "RawColorSchema"
|
|
}
|
|
],
|
|
"path": "src/plugins/charts/common/static/color_maps/color_maps.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.ColorSchemaParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ColorSchemaParams",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.ColorSchemaParams.invertColors",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "invertColors",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomPaletteArguments",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.color",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.gradient",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "gradient",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.reverse",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "reverse",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.stop",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"number[] | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.range",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"percent\" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.rangeMin",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMin",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.rangeMax",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMax",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteArguments.continuity",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "continuity",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteContinuity",
|
|
"text": "PaletteContinuity"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomPaletteState",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState.colors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "colors",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState.gradient",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "gradient",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState.stops",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "stops",
|
|
"description": [],
|
|
"signature": [
|
|
"number[]"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState.range",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"percent\""
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState.rangeMin",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMin",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState.rangeMax",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rangeMax",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.CustomPaletteState.continuity",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "continuity",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteContinuity",
|
|
"text": "PaletteContinuity"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Labels",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Labels",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Labels.rotate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "rotate",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "common",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-common.LabelRotation",
|
|
"text": "LabelRotation"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Style",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Style",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Style.bgFill",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "bgFill",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Style.bgColor",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "bgColor",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Style.labelColor",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "labelColor",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Style.subText",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "subText",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.Style.fontSize",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "fontSize",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.SystemPaletteArguments",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SystemPaletteArguments",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.SystemPaletteArguments.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.AllowedChartOverrides",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AllowedChartOverrides",
|
|
"description": [],
|
|
"signature": [
|
|
"{ chart?: { title?: string | undefined; description?: string | undefined; } | undefined; }"
|
|
],
|
|
"path": "src/plugins/charts/common/static/overrides/settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.AllowedSettingsOverrides",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AllowedSettingsOverrides",
|
|
"description": [],
|
|
"signature": [
|
|
"{ settings?: { theme?: ",
|
|
"MakeOverridesSerializable",
|
|
"<",
|
|
"RecursivePartial",
|
|
"<",
|
|
"Theme",
|
|
"> | ",
|
|
"RecursivePartial",
|
|
"<",
|
|
"Theme",
|
|
">[] | undefined>; showLegend?: boolean | undefined; legendPosition?: ",
|
|
"Position",
|
|
" | ",
|
|
"LegendPositionConfig",
|
|
" | undefined; rotation?: ",
|
|
"Rotation",
|
|
" | undefined; debug?: boolean | undefined; locale?: string | undefined; rendering?: ",
|
|
"Rendering",
|
|
" | undefined; animateData?: boolean | undefined; externalPointerEvents?: ",
|
|
"MakeOverridesSerializable",
|
|
"<",
|
|
"ExternalPointerEventsSettings",
|
|
" | undefined>; pointBuffer?: ",
|
|
"MarkBuffer",
|
|
" | undefined; pointerUpdateTrigger?: ",
|
|
"PointerUpdateTrigger",
|
|
" | undefined; brushAxis?: ",
|
|
"BrushAxis",
|
|
" | undefined; minBrushDelta?: number | undefined; allowBrushingLastHistogramBin?: boolean | undefined; ariaLabelHeadingLevel?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | undefined; ariaUseDefaultSummary?: boolean | undefined; dow?: number | undefined; legendValues?: ",
|
|
"MakeOverridesSerializable",
|
|
"<",
|
|
"LegendValue",
|
|
"[] | undefined>; legendMaxDepth?: number | undefined; legendSize?: number | undefined; flatLegend?: boolean | undefined; ariaDescription?: string | undefined; ariaLabel?: string | undefined; xDomain?: ",
|
|
"MakeOverridesSerializable",
|
|
"<",
|
|
"CustomXDomain",
|
|
" | undefined>; debugState?: boolean | undefined; onProjectionClick?: \"ignore\" | undefined; onElementClick?: \"ignore\" | undefined; onElementOver?: \"ignore\" | undefined; onElementOut?: \"ignore\" | undefined; onBrushEnd?: \"ignore\" | undefined; onResize?: \"ignore\" | undefined; onWillRender?: \"ignore\" | undefined; onProjectionAreaChange?: \"ignore\" | undefined; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; noResults?: React.ReactChild | React.ComponentType<{}> | undefined; ariaLabelledBy?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ",
|
|
"LegendStrategy",
|
|
" | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; } | undefined; }"
|
|
],
|
|
"path": "src/plugins/charts/common/static/overrides/settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.defaultCustomColors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "defaultCustomColors",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/charts/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.LabelRotation",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LabelRotation",
|
|
"description": [],
|
|
"signature": [
|
|
"0 | 90 | 75 | 270"
|
|
],
|
|
"path": "src/plugins/charts/common/static/components/collections.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.SystemPaletteExpressionFunctionDefinition",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SystemPaletteExpressionFunctionDefinition",
|
|
"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"
|
|
},
|
|
", ",
|
|
"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"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/charts/common/expressions/palette/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.LabelRotation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LabelRotation",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly Horizontal: 0; readonly Vertical: 90; readonly Angled: 75; readonly VerticalRotation: 270; }"
|
|
],
|
|
"path": "src/plugins/charts/common/static/components/collections.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "MULTILAYER_TIME_AXIS_STYLE",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLabel",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "tickLabel",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLabel.visible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "visible",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLabel.padding",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "padding",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLabel.rotation",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rotation",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLabel.alignment",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "alignment",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLabel.alignment.vertical",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "vertical",
|
|
"description": [],
|
|
"signature": [
|
|
"\"bottom\""
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLabel.alignment.horizontal",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "horizontal",
|
|
"description": [],
|
|
"signature": [
|
|
"\"left\""
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLine",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "tickLine",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLine.visible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "visible",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLine.size",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "charts",
|
|
"id": "def-common.MULTILAYER_TIME_AXIS_STYLE.tickLine.padding",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "padding",
|
|
"description": [],
|
|
"path": "src/plugins/charts/common/static/styles/multilayer_timeaxis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": 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,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |