mcdemarco / dotgraph

A Twine 2 proofing format that renders nodes as a GraphViz (dot) graph.
http://mcdemarco.net/tools/scree/dotgraph/
MIT License
7 stars 0 forks source link

Unable to remove tooltips completely from DOT #6

Closed mcdemarco closed 4 years ago

mcdemarco commented 4 years ago

I'm trying to remove tooltips entirely from the created Dot source. I uncheck "Include word counts (hover)", but the tooltips still appear. Either they're set to the passage ID (when passage titles are on), or they're set to the passage title (when passage IDs are on). I'd like the ability to remove the tooltips entirely as, ultimately, they're confusing (to me, at least). When I set "passage titles" on, I don't care about DotGraphs (?) internal (?) IDs - they don't mean anything to me, the reader, or ultimately, the choice map itself...

Perhaps:

"When passage titles are used, and word counts are off, disable the tooltip completely".

[Issue created by morbus: 2018-01-14] [Last updated on bitbucket: 2019-06-04]

[Comment created by mcdemarco: 2018-01-14] GraphViz always adds a tooltip, so removing it completely isn’t really an option. I could add an option to default it to the same value as the node itself.

[Comment created by morbus: 2018-01-16] Mmm. I suppose that'd be the only way forward.

[Comment created by mcdemarco: 2019-06-04] Rev. 48 adds an internal option to turn off tooltips, which reverts them to Graphviz defaults.