Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for URLs and tooltips. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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