informatics-isi-edu / gudmap-plots

Custom plotly apps for GUDMAP. Eventually some of this will move to a generic plot repo.
0 stars 0 forks source link

Tooltips #8

Open ljpearlman opened 6 years ago

ljpearlman commented 6 years ago

The old heatmap app would show the x, y, and z values when you hovered over a cell - could you please add that feature? It would be nice if they could be labelled by column name, e.g.

Label: E11_Ovary Probe Set Name: 12345_at Value: 1.23

but the important thing is just to have the numerical value there, and the old heatmap app just used "x", "y", and "z" as the labels.

Divyata-Singh commented 6 years ago

@ljpearlman I have fixed the hover tooltip in heatmaps in pr9 ( https://github.com/informatics-isi-edu/gudmap-plots/pull/9 ). It has the same labels as before(x,y,z). Could you please deploy the same kit on staging?