You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
Click multiple times refersh button for bar chart
Now delete dimensions and click update chart
Toggle table view.
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
The text was updated successfully, but these errors were encountered:
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:
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
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
The text was updated successfully, but these errors were encountered: