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

[Lens] Format range labels in tables #93265

Closed
Tracked by #184459
flash1293 opened this issue Mar 2, 2021 · 3 comments
Closed
Tracked by #184459

[Lens] Format range labels in tables #93265

flash1293 opened this issue Mar 2, 2021 · 3 comments
Labels
enhancement New value added to drive a business result Feature:Lens 🧊 iceboxed impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@flash1293
Copy link
Contributor

flash1293 commented Mar 2, 2021

There are a bunch of places in Lens where the current approach of formatters (a function "value -> formatted string", tied to the field of the index pattern) falls short, because in a lot of cases the context (in this case the visualization) has to be taken into account as well:

  • Number histogram in a transposed table: The labels are built from the start of the bucket without information about the interval. This makes sense in xy charts, but in a table a range format should be used (1000 -> 3000, 3000 -> 5000 instead of 3000, 5000)
@flash1293 flash1293 added enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Lens labels Mar 2, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@wylieconlon
Copy link
Contributor

This would be a good 8.0 breaking change to make, since we've historically avoided this type of formatting due to backwards compatibility reasons.

@stratoula stratoula added the impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. label Feb 15, 2023
@timductive timductive changed the title [Lens] Contextual formatting [Lens] Format range labels in tables Jan 24, 2024
@timductive timductive added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. and removed impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. labels Jan 24, 2024
@markov00
Copy link
Member

In order to provide better transparency of priorities, issues that will not be prioritized within the next 24 months are being closed.

Tracking request in Lens general improvements ice box #184459

@markov00 markov00 closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Lens 🧊 iceboxed impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

6 participants