idekerlab / dot-app

Cytoscape application for exporting to .dot file format
GNU General Public License v3.0
7 stars 4 forks source link

Tooltips not translated #18

Closed georgefst closed 4 years ago

georgefst commented 5 years ago

Tooltip information does not seem to be making its way through to Cytoscape for any graph that I have tried.

I have constructed a trivial graph:

digraph g { foo [tooltip=bar]; }

I would expect a bypass in the 'Tooltip' row in Cytoscape for the node foo, but there is no evidence of the tooltip information having been picked up.

bdtfitts commented 4 years ago

Hi there Thanks for taking the time to reach out about this. The logic for tooltips have been added (quite unfortunate that it was missed for this long)

georgefst commented 4 years ago

Thanks. I'd totally forgotten about this, but it will certainly be useful.

bdtfitts commented 4 years ago

The release with the requested feature is now live in the App Store so you should be able to get it now.