[Heapmap] using histogram, sort by value not key #34505
Labels
enhancement
New value added to drive a business result
Feature:Heatmap
Heatmap visualization
Feature:Lens
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
In the following xy data, I have all the data to be the same value (4 in this case), just x and y at various places.
Using heapmap, I can plot x y chart with buckets to be histogram field x and y.
As can be seen from the image, x-axis are all sorted by its key, but y-axis are not sorted.
I guess it's sorted by value, in which case, all the value are the same, so the order turns out to be random.
Is it possible to add options to sort by key?
This is the request body:
I've played with advanced options to add JSON input with sort to no avail.
Describe a specific use case for the feature:
It would be useful to plot xy charts.
The text was updated successfully, but these errors were encountered: