-
Notifications
You must be signed in to change notification settings - Fork 7
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
BarChart should maintain the original order of rows #31
Comments
The problem lies in |
A similar problem exists in computeUniqueKeys which follows similar logic. |
…alues Gh 31 stop sorting unique keys and values
fixed in > v3.1.0 |
The fix resolves the issue on the viz side, but stroom is sending a sort direction of Ascending when none is set. See gchq/stroom#1100 |
It is already possible to flexibly sort data within the table. This is more powerful than sorting internally within the visualisation. Eg Sort might use a column that isn't even used by the chart.
Therefore, the original order of rows from the table should be preserved, rather than sorting the data internally (eg alphabetically in that case of string values).
The text was updated successfully, but these errors were encountered: