gchq / gchq/stroom-visualisations-dev
BarChart should maintain the original order of rows
Open
bug
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
Assessment
This issue has not been assessed yet.