Skip to content

Add support for URLs and tooltips.#11

Open
oschuett wants to merge 1 commit intosplitbrain:masterfrom
oschuett:master
Open

Add support for URLs and tooltips.#11
oschuett wants to merge 1 commit intosplitbrain:masterfrom
oschuett:master

Conversation

@oschuett
Copy link

I added support for URLs and tooltips to your Graphviz plugin. Basically, I'm calling dot with "-Tcmapx" to create a html image map. One big problem with image maps is that they have to match the displayed image. Since the browser might rescale the image, I had to add a javascript library to update the map on the fly: https://github.com/davidjbradshaw/imagemap-resizer

I removed the server-side resizing of images, because this saves me from having to resize the map on the server as well. Hence, the plugin now relies entirely on the browser for resizing the image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant