Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove visualization:useLegacyTimeAxis Advanced Setting #193683

Open
3 tasks
markov00 opened this issue Sep 23, 2024 · 1 comment
Open
3 tasks

Remove visualization:useLegacyTimeAxis Advanced Setting #193683

markov00 opened this issue Sep 23, 2024 · 1 comment
Labels
Feature:ElasticCharts Issues related to the elastic-charts library Team:Visualizations Visualization editors, elastic-charts and infrastructure technical debt Improvement of the software architecture and operational architecture

Comments

@markov00
Copy link
Member

Back in 2021, the Data Vis team improved the elastic-chart time series chart by providing a multilayer time axis that gives a better time window context and improved label positioning over the existing time axis.

To test it in Kibana and receive feedback, we introduced the visualization:useLegacyTimeAxis flag.

Since then, the new time axis has been the default time axis used when rendering time series charts in Kibana. Only a small set of custom time charts, built by solution teams, are using the legacy time axis.

The goal is to finally set the multilayer time axis as the default implementation in Kibana.

Tasks:

  • Removing the switch and relative code
  • Refactor elastic-charts to remove the configuration/implementation and use the new implementation by default, this will automatically propagate the changes to every elastic-charts consumer (including the custom-built charts aka non-Lens charts).
  • Refactor or mark the custom usage of time series charts in Kibana as changed to warn teams/consumers about that change.
@markov00 markov00 added Feature:ElasticCharts Issues related to the elastic-charts library Team:Visualizations Visualization editors, elastic-charts and infrastructure technical debt Improvement of the software architecture and operational architecture labels Sep 23, 2024
@elasticmachine
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:ElasticCharts Issues related to the elastic-charts library Team:Visualizations Visualization editors, elastic-charts and infrastructure technical debt Improvement of the software architecture and operational architecture
Projects
None yet
Development

No branches or pull requests

3 participants