Skip to content
Snippets Groups Projects
Commit 73e94fb3 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct tooltip in LE-LLE plot

according to PPI family name mods for #55


Former-commit-id: c7fa1ebbd84978f161f528f2b400392fd7ddd152
parent 5bfe3038
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@
callbacks: {
label: function(tooltipItem, data) {
var dataItem = data.datasets[tooltipItem.datasetIndex].data[tooltipItem.index];
return "compound " + dataItem.id + " on PPI " + dataItem.family_name;
return "compound " + dataItem.id + " on PPI family " + dataItem.family_name;
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment