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]: When deleting all dimensions/series, clicking on table view app crashes. #1208

Closed
ruchika-narang opened this issue Nov 1, 2022 · 0 comments
Labels
bug Something isn't working untriaged

Comments

@ruchika-narang
Copy link
Contributor

What is the bug?
When deleting all dimensions/series, clicking on table view app crashes.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. run ppl query:
    source = opensearch_dashboards_sample_data_logs | where geo.src='US' | where geo.dest='JP' or geo.dest='CN' or geo.dest='IN' | stats count() by geo.dest
  2. Click multiple times refersh button for bar chart
  3. Now delete dimensions and click update chart
  4. Toggle table view.
  5. App crashes.

What is the expected behavior?
Table view should be disabled when the query is invalid or the user deletes series/dimensions.

Do you have any screenshots?

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

No branches or pull requests

2 participants