Skip to content

[charts-pro] Save heatmap data as a Map #20790

@alexfauquette

Description

@alexfauquette

The heatmap data are provided as an array of tuples [xIndex, yIndex, value]

Then getting the value of a given cell implies looping on all the data to find the correct tuple.

Another approach could be to save a mapping of xIndex -> yIndex -> value and use it to access cell values

This should simplify the keyboard focus management. Avoiding to loop on data to find if a given x/y correspond to some data or not

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions