I have data in the following format:
Fruits  ID
Apple   1
Orange  2
Banana  3
Melon   4
Guava   5
Mango   6
Avocado 7
Grape   8
I am trying to plot a table of the IDs as shown below with different colors assigned to the cells based on the ID Number.
When the user hovers on a cell, the corresponding Fruit should display preferably in a table or at least as a tool tip.


