elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.75k stars 8.15k forks source link

Remove `visualization:visualize:legacyHeatmapChartsLibrary` from Advanced Setting #193681

Open markov00 opened 2 days ago

markov00 commented 2 days ago

Describe the feature: Following the decision to adopt Elastic-Charts as the sole library for data visualization in Kibana, and after years of developing and testing a Heatmap version compatible with previous features, we have decided to remove the setting visualization:visualize:legacyHeatmapChartsLibrary from the Advanced Settings and eliminate all associated code.

in https://github.com/elastic/kibana/pull/118338 The new heatmap implementation, using Elastic-Charts was released, and the Advanced Settings setting was created and turned on by default. In https://github.com/elastic/kibana/pull/154434 the deprecation badge was added and the setting was turned off by default

This change aims to streamline code maintenance, accelerate testing and CI processes, and reduce bundle size.

Tasks:

elasticmachine commented 2 days ago

Pinging @elastic/kibana-visualizations (Team:Visualizations)