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
Describe the bug The row-split and column-split don't work in expected way with chart command.
chart
Expected behavior row-split:
%dpl index=crud earliest=-4y | spath | chart sum(balance) over _time
produces:
row-split and column-split together:
%dpl index=crud earliest=-4y | spath | rename count AS countOperation | where countOperation > 0 | chart sum(countOperation) by success operation
How to reproduce See the Expected behavior section's code snippets, run them and inspect results.
Screenshots
Software version pth_10 version: 8.3.1 pth_06 version: 3.3.4 pth_03 version: 9.3.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The row-split and column-split don't work in expected way with
chart
command.Expected behavior
row-split:
produces:
row-split and column-split together:
produces:
How to reproduce
See the Expected behavior section's code snippets, run them and inspect results.
Screenshots
Software version
pth_10 version: 8.3.1
pth_06 version: 3.3.4
pth_03 version: 9.3.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: