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

row-split and column-split don't work as expected in chart command #464

Open
ronja-ui opened this issue Jan 9, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@ronja-ui
Copy link
Contributor

ronja-ui commented Jan 9, 2025

Describe the bug
The row-split and column-split don't work in expected way with chart command.

Expected behavior
row-split:

%dpl
index=crud earliest=-4y
| spath
| chart sum(balance) over _time

produces:

_time sum(balance)
2021-01-09 15:12:24.0 691.546
2021-01-09 15:12:33.0 133.126

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

produces:

operation false true
update 366127 32919197
read 349684 32976172
create 287927 32600522

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):

  • OS:
  • Browser:
  • Version:

Additional context

@ronja-ui ronja-ui added the bug Something isn't working label Jan 9, 2025
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

1 participant