Move vis_type_xy enablement config to advanced settings #77186
Labels
Feature:NP Migration
Feature:Vislib
Vislib chart implementation
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
Currently the
vis_type_xy
plugin is enabled via akibana.yml
config value.kibana/src/plugins/vis_type_xy/server/index.ts
Lines 22 to 24 in 100afab
Then used in the
vis_type_vislib
plugin setup to prevent registering the corresponding vislib type (i.e.line
,area
,histogram
).kibana/src/plugins/vis_type_vislib/public/plugin.ts
Lines 95 to 105 in 100afab
Block registration of vis types in
vis_type_xy
pluginkibana/src/plugins/vis_type_xy/public/plugin.ts
Lines 73 to 79 in 100afab
Instead, this logic should be driven from advanced settings.
Additional Context
This replacement of vislib will not be changing the existing visualization saved objects and hence both
vis_type_vislib
andvis_type_xy
cannot register the same three visualization types (i.e.line
,area
,histogram
).The text was updated successfully, but these errors were encountered: