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

Plot using predefined colors and shapes for a known, limited set of values #20976

Closed
ArthurName opened this issue Jul 19, 2018 · 2 comments
Closed
Labels
enhancement New value added to drive a business result Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@ArthurName
Copy link

Describe the feature:
When the data consists of a predefined set of different values, like 0, 1, 2, 3, 4 and 5 (nothing below or above this, and not fractions, nor ranges and not an aggregate), you'd want the visualization to show a predefined color for each value; instead of vertical bars of different heights you'd get filled boxes of different colors representing the values. (As far as I know you can't do this with heatmaps.)

A choice of shapes is also relevant, like a filled circle or triangle, to make the visualization crystal clear (this is important also since it helps people with color vision defects).

Describe a specific use case for the feature:
The actual use case for me is test results, where every test is run once every day. They could be 0 (pass), 1 (fail), 2 (invalid), 3 (skipped) etc. You could have the date on the X axis. Splitting on rows would mean you could have a chart for a test case where every row represents the system the test was run on for example.

@timroes
Copy link
Contributor

timroes commented Jul 23, 2018

This sounds much like a scatter plot chart, which is currently only available using Vega visualization in kibana. You can check that blog post for a short introduction how you could achieve something like you want in Vega.

@timroes timroes added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) enhancement New value added to drive a business result labels Jul 23, 2018
@timroes timroes added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Sep 16, 2018
@stratoula
Copy link
Contributor

Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment.

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:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants