I want to display a graph on top of a background image on a web page using graphmlviewer.
tried adding this:
<param name=”wmode” value=”transparent”>
to GraphMLViewer.js, but both the graph and background became transparent.
So, is it possible to do?