• Open in:

Live Sorting of Radar Columns

This demo showcases a radar chart with real-time data and columns sorted by value.

Key implementation details

When the values change we sort the data by value. Then we need to rearrange our category axis (countries) accordingly. We find corresponding indices between the newly sorted data and previous category position on the axis and change and animate the axis positions accordingly. See the comments in the demo code for the exact details on how to implement this.

Related tutorials

Demo source