Is your feature request related to a problem? Please describe.
Currently the heatmap provides an internal logic to sort axis values that covers categories and numbers, but it doesn't cover other type of data like ranges, ip addresses etc.
Describe the solution you'd like
We should provide a way to sort all these properties, or via internal functions or through an passed comparison function.
Is your feature request related to a problem? Please describe.
Currently the heatmap provides an internal logic to sort axis values that covers categories and numbers, but it doesn't cover other type of data like ranges, ip addresses etc.
Describe the solution you'd like
We should provide a way to sort all these properties, or via internal functions or through an passed comparison function.