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

[BUG]: Vertical & Horizontal Bar: visualization issues #1153

Closed
Koustubh5585 opened this issue Oct 18, 2022 · 1 comment
Closed

[BUG]: Vertical & Horizontal Bar: visualization issues #1153

Koustubh5585 opened this issue Oct 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Koustubh5585
Copy link
Contributor

Koustubh5585 commented Oct 18, 2022

What is the bug?

  1. Wrong data plotted
    query: source = opensearch_dashboards_sample_data_logs | where machine.os='osx' or machine.os='ios' | stats avg(machine.ram) by span(timestamp,1d)

  2. Fill opacity not working on all series on plot in case of multiple series
    query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by span(timestamp, 1d), host

  3. Timestamp do not get plotted
    step 1: run query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by host
    step 2: add timesatm in date histogram
    step 3: click update chart

  4. Color theme applied without selecting field from dropdown
    query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by span(timestamp, 1d), host

  5. Tooltip options are not working

What is the expected behavior?
Vertical and horizontal charts should plot correctly

@Koustubh5585 Koustubh5585 added bug Something isn't working untriaged labels Oct 18, 2022
@Koustubh5585 Koustubh5585 changed the title [BUG]: Vertical Bar: wrong data plotted [BUG]: Vertical Bar: visualization issues Oct 18, 2022
@Koustubh5585 Koustubh5585 changed the title [BUG]: Vertical Bar: visualization issues [BUG]: Vertical & Horizontal Bar: visualization issues Oct 18, 2022
@Koustubh5585
Copy link
Contributor Author

Fixed issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants