-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
performanceplan: ProImpact at least one Pro user.Impact at least one Pro user.scope: chartsChanges related to the charts.Changes related to the charts.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
performanceplan: ProImpact at least one Pro user.Impact at least one Pro user.scope: chartsChanges related to the charts.Changes related to the charts.