Remove KUI traces from Visualizations code #82711
Labels
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
technical debt
Improvement of the software architecture and operational architecture
We should remove all usage left-overs of KUI (Kibana UI Framework) from the visualizations code, since we want to remove it (see #46410).
It seems we only have usage of the classes and icons left over in https://github.com/elastic/kibana/blob/master/src/plugins/visualizations/public/embeddable/disabled_lab_visualization.tsx
We should make sure to use EUI properly in this file, replace the font awesome icon by an EUI icon, and just get rid of the custom KUI classes altogether in this file.
The text was updated successfully, but these errors were encountered: