Image maps
-
first, it works out of the box, and I like it!
Except for image maps, where I don’t get any clickable links. I’m using this to generate an image map with the graph:
[graphviz imap="yes" title="mymap" id="mymap"]digraph { input[shape="box", style="rounded", label="my Label", URL="/myurl"]; }
and the generated image map, where the curious looking ‘id=”%3″‘ may be the problem, looks like this:
<img src="/wp-content/tfo-graphviz/8d8cd6138ba2d261111e54b3ca338dbb.png" class="graphviz" alt="mymap" title="mymap" usemap="#mymap" /> <map id="%3" name="%3"> <area shape="rect" id="node4" href="/myurl" title="my Label" alt="" coords="302,5,565,53"/> </map>
Helpful feedback appreciated ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Image maps’ is closed to new replies.