Open dashmaker opened 7 years ago
Hello,
I've been trying to find this and I found a solution: If you are using the wrapper, do:
chart: {
//...
tooltip: {
contentGenerator: function(d){
return ""; // change your tooltip here
}
}
}
Hi, I have been trying to get the tool-tip on the forceDirectedGraph to only show selected properties (e.g. d.name) but instead it shows a set of additional properties such as index, x, y, px, py, etc... I've looked through the documentation but can't seem to find an explanation or instructions.
Any advice, workaround or solution would be welcome. Thanks!