I attached a detailed table for each node, and the graph is good. But after I embedded it into my local html file. The detailed table is gone. But I can see the text of the table is showing at the end of the page.
Could anyone please help? Appreciate any suggestions.
hi @Iris I see that your tooltip is using css styles defined on the last cell, that anonymous cell has to be referenced in other parts of your notebook or you can name that cell and select it to embed.
if you don’t want to attach that cell to your embed, you can aways add the styles direct into your code for example
Hey! @radames Thank for answering. The problem is on “hover2” cell which controls the detail table appearing when the mouse hovering on the node. I do have a reference, div.attr(“class”, “tooltip”), in that cell. Just have no idea that the detail table is working on the web platform, but not on my local html after embedding.
Also I give the css cell a name, but embedding that cell is not working as well. Could you please help me to figure it out? It is my first time to use Observable.