We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the vislib does not handle cases when no data is present. Issue such as those in #2280 can occur and produce no charts.
While this isn't a final solution, currently the vislib should throw an error which produces a no results message when this happens.
The text was updated successfully, but these errors were encountered:
Merge branch 'master' into fix/elastic#2297
d9a0363
Merge branch 'fix/elastic#2297' of https://github.com/stormpython/kibana
19ac088
into fix/elastic#2297
c16b027
de9afae
bcf4e98
Merge pull request #2300 from stormpython/fix/#2297
a4bb985
Handles situations where the vislib is passed a data object with no data
stormpython
Successfully merging a pull request may close this issue.
Currently, the vislib does not handle cases when no data is present. Issue such as those in #2280 can occur and produce no charts.
While this isn't a final solution, currently the vislib should throw an error which produces a no results message when this happens.
The text was updated successfully, but these errors were encountered: