Describe the bug
When I disable Vega visualization type by configuring vis_type_vega.enabled: false in opensearch_dashboards.yml, it disables other visualizations type as well such as line, bar, area, pie etc.
To Reproduce
Steps to reproduce the behavior:
Go to opensearch_dashboards.yml
Add vis_type_vega.enabled: false
Start OpenSearch Dashboards
Open Visualization, and click on Create visualization
If sample data has been already added, see visualization list or dashboards.
Expected behavior
Only Vega visualization type should be hidden.
OpenSearch Version
Please list the version of OpenSearch being used.
Dashboards Version
It was definitely working in 2.7. I found this bug in 2.11.
Plugins
N/A
Screenshots
Before setting
After setting
Host/Environment (please complete the following information):
Describe the bug When I disable Vega visualization type by configuring
vis_type_vega.enabled: false
inopensearch_dashboards.yml
, it disables other visualizations type as well such as line, bar, area, pie etc.To Reproduce Steps to reproduce the behavior:
opensearch_dashboards.yml
vis_type_vega.enabled: false
Expected behavior Only Vega visualization type should be hidden.
OpenSearch Version Please list the version of OpenSearch being used.
Dashboards Version It was definitely working in 2.7. I found this bug in 2.11.
Plugins
N/A
Screenshots
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.